Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.59 KB

limitations.md

File metadata and controls

16 lines (13 loc) · 1.59 KB
post_title menu_order feature_maturity enterprise
Limitations
100
preview
no
  • Cluster backup and restore can only be performed sequentially across the entire datacenter. While this makes cluster backup and restore time consuming, it also ensures that taking backups and restoring them will not overwhelm the cluster or the network. In the future, DC/OS Apache Cassandra could allow for a user-specified degree of parallelism when taking backups.
  • Cluster backup and restore does not work with authentication/authorization enabled in this or previous versions.
  • Cluster restore can only restore a cluster of the same size as, or larger than, the cluster from which the backup was taken.
  • While nodes can be replaced, there is currently no way to shrink the size of the cluster. Future releases will contain decommissions and remove operations.
  • Anti-entropy repair can only be performed sequentially, for the primary range of each node, across and entire datacenter. There are use cases where one might wish to repair an individual node, but running the repair procedure as implemented is always sufficient to repair the cluster.
  • Once a cluster is configured to span multiple datacenters, there is no way to shrink the cluster back to a single datacenter.
  • For node replace to work appropriately upon loss of an agent, you must wait until TASK_LOST is sent by Mesos for the node you're replacing. The --agent_reregister_timeout flag on the Mesos masters specifies the amount of time until TASK_LOST is sent after the agent fails. The default value of --agent_reregister_timeout is 10 minutes.