empiredan opened a new pull request, #999: URL: https://github.com/apache/incubator-pegasus/pull/999
This is a subtask of https://github.com/apache/incubator-pegasus/issues/865. Firstly, for details about `max_reserved_dropped_replicas` please see https://github.com/XiaoMi/rdsn/pull/1109. As is described in https://github.com/XiaoMi/rdsn/pull/1109, cluster-level `max_replicas_in_group` has been replaced with `max_reserved_dropped_replicas`. To be consistent with `max_replicas_in_group`, `max_reserved_dropped_replicas` should be set to 0 for production environments. It should be added into server config file and set to 0. ```diff [meta_server] + max_reserved_dropped_replicas = 0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
