You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would need to give the ability to perform compactions using a CassandraTask.
It would perform the equivalent of a "nodetool compact" command, but through the management api.
This task would need to be configurable so it can run either sequentially or in parallel, and target specific nodes/pods only.
The content you are editing has changed. Please copy your edits and refresh the page.
Compaction is a common operation when managing Cassandra clusters, and we want to have a more Kubernetes native way of scheduling them, without requiring to run nodetool from within the containers.
The text was updated successfully, but these errors were encountered:
What is missing?
We would need to give the ability to perform compactions using a CassandraTask.
It would perform the equivalent of a "nodetool compact" command, but through the management api.
This task would need to be configurable so it can run either sequentially or in parallel, and target specific nodes/pods only.
Definition of Done
Why is this needed?
Compaction is a common operation when managing Cassandra clusters, and we want to have a more Kubernetes native way of scheduling them, without requiring to run
nodetool
from within the containers.The text was updated successfully, but these errors were encountered: