-
Notifications
You must be signed in to change notification settings - Fork 43
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
"No keyspace has been specified" #42
Comments
I've also encountered this error. Restarting the process fixes it, but a proper fix would be appreciated. |
Hi, I am getting error when i do CassandraCQL::Error::InvalidRequestException: Keyspace 'keyspace1' does not exist Any idea why? |
I'm seeing this error, which is a little baffling. The scenario is typically a worker process that has been running for a while without needing to touch the Cassandra connection. Then it finally does try a query to Cassandra, and explodes on this.
Weird that it throws a "no keyspace has been specified" error when the query is specifying a keyspace...
Any ideas? For now I'd be thrilled by a workaround...
The text was updated successfully, but these errors were encountered: