-
Notifications
You must be signed in to change notification settings - Fork 248
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
Compaction not working on Cockroach DB? #87
Comments
Sounds like a new defect with cockroachdb? |
Did somebody manage to run kine stable on cockroachDB? If so what version were you using? |
If you search for cockroachdb issues here and on the k3s repo, you should find a few discussions about it. We don't technically support it but a few folks have got it to work. |
Ok it looks like this is the root cause of the compaction not working. cockroachdb/cockroach#40963 |
So for me using the compaction query from the sqlite driver did the trick: afritzler@f3130cc |
That's interesting, because on some releases of postgres the sqlite query won't execute at all... |
I am running a
kube-apiserver
viakine
on top of a CockroachDB. In the kine logs I see a lot of those errors:I am running the latest master build of kine and CockroachDB version V21.1.1.
sql.defaults.serial_normalization
in my CockroachDB cluster is set tosql_sequence
.The text was updated successfully, but these errors were encountered: