Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VtGate throwing Error on keeping watch for deleted keyspace #1844

Closed
harshit-gangal opened this issue Jul 4, 2016 · 5 comments
Closed

VtGate throwing Error on keeping watch for deleted keyspace #1844

harshit-gangal opened this issue Jul 4, 2016 · 5 comments
Assignees

Comments

@harshit-gangal
Copy link
Member

When a keyspace is deleted. Vtgate Keep a watch on vschema for this keyspace and keep filling logs with error.
As per @sougou this was a known bug
Can this be fixed?

@alainjobart
Copy link
Contributor

Can you copy the log message that you see? I don't think it's the vschema, it might be the SrvKeyspace...

@ghost
Copy link

ghost commented Jul 4, 2016

E0704 22:05:05.930066 82799 serving_graph.go:93] Cannot set watch on
/zk/test/vt/ns/test_keyspace, waiting for 30s to retry: zookeeper: getw
"/zk/test/vt/ns/test_keyspace": no node

On Mon, Jul 4, 2016 at 8:23 PM, Alain Jobart notifications@github.com
wrote:

Can you copy the log message that you see? I don't think it's the vschema,
it might be the SrvKeyspace...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1844 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ADOyreFEs639rbRsUaMlkhHxF6bWQC8hks5qSR5UgaJpZM4JEHot
.

@alainjobart
Copy link
Contributor

Yes this is not the vschema, it's the regular SrvKeyspace watch. Thanks for clearing that up. I'll work on a fix.

@alainjobart
Copy link
Contributor

Also, a work-around, restarting vtgate should fix the errors, as the keyspace should be gone in the first place... Not ideal I agree.

@alainjobart
Copy link
Contributor

This PR should fix this: #1967

@enisoc enisoc closed this as completed Aug 24, 2016
frouioui added a commit to planetscale/vitess that referenced this issue Nov 21, 2023
…itessio#1844)

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants