Brian Hawkins
Brian Hawkins
Thank you for finding that.
Well to what end is your backups? Are you using Cassandra or Scylla as a backend? The Kairos "backup" is really just an export of the data, it has to...
So when kairos starts up it always tries to create the schema, in ClusterConnection setupSchema is always called after connecting. I think that is what is generating your first error...
Good question, I probably assume to much of the reader in those documents. A partition is something very specific to Cassandra. You can almost thing of a partition the same...
These are good questions. I'll try to clarify the schema. The problem is the schema was created using thrift. To thrift everything is a blob. So the key blob is...
Sorry, some of the replies to these issues were lost in my inbox. I've corrected the problem so they show up better. If you want to email me directly my...
I think there should be a server side configuration that puts limits on queries and kills them if they go too far. In large environments where many people are looking...
What is the error you see with running the import command? The import actually runs a light-weight version of Kairos and send the data directly to the datastore.
I'm willing to bet this issue is related to #354
The problem is the row key cache on the kairos node. The delete should have flushed out the cache. Restarting the kairos server and then insert data and it will...