ClusterManagementSettings
is a datatype for settings for a LogScale cluster.
Table: ClusterManagementSettings
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 24, 2024 | |||||
allowRebalanceExistingSegments | boolean | yes | Short-Term | Whether the cluster should allow the moving of existing segments between nodes. This is done generally to achieve a better data distribution. | |
allowUpdateDesiredDigesters | boolean | yes | Short-Term | Whether or not desired digesters are allowed to be updated automatically. | |
digestReplicationFactor | long | yes | Long-Term | The replication factor for the digesters. | |
minHostAlivePercentageToEnableClusterRebalancing | long | yes | Long-Term | Percentage of all hosts relevant to a particular cluster rebalance operation that need to be alive before we allow the system to automatically execute the operation. Cluster rebalance operations currently include reassigning digest work, and moving existing segments to balance disk usage. Value is between 0 and 100, both inclusive. | |
segmentReplicationFactor | long | yes | Long-Term | The replication factor for segments. |