-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Cassandra's "unconfigured columnfamily" bug #250
Comments
@heblug experienced this problem the first time running Kong, using kongdb.org. I confirm this also happened locally with a local Cassandra. |
That happens if the keyspace is created but missing the
|
+1 for second option |
Handle occasional error where the schema_migrations columnfamily would be missing thus preventing the migrations to work properly. We now print a better error for the unaware user and suggest that the "kong migrations reset" command should be run to fix this. Fix #250
Handle occasional error where the schema_migrations columnfamily would be missing thus preventing the migrations to work properly. We now print a better error for the unaware user and suggest that the "kong migrations reset" command should be run to fix this. Fix Kong#250 Former-commit-id: 4e62f5f36fd20dc029a92f2f54e88a372879ad06
Sometimes when starting Cassandra the following error appears:
Running
DROP KEYSPACE kong;
and restarting Kong fixes the problem.The text was updated successfully, but these errors were encountered: