ApiRollingUpgradeClusterArgs

Properties

Name Type Description Notes
slave_batch_size int Number of slave roles to restart at a time. Must be greater than zero. Default is 1. Please note that for HDFS, this number should be less than the replication factor (default 3) to ensure data availability during rolling restart. [optional]
sleep_seconds int Number of seconds to sleep between restarts of slave role batches. Must be greater than or equal to 0. Default is 0. [optional]
slave_fail_count_threshold int The threshold for number of slave batches that are allowed to fail to restart before the entire command is considered failed. Must be greather than or equal to 0. Default is 0. <p> This argument is for ADVANCED users only. </p> [optional]

[Back to Model list] [Back to API list] [Back to README]