You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/06/08 13:00:21 UTC

[GitHub] [incubator-pegasus] empiredan opened a new pull request, #999: feat(update_replication_factor#11): add max_reserved_dropped_replicas into server config file

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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] levy5307 merged pull request #999: feat(update_replication_factor#11): add max_reserved_dropped_replicas into server config file

Posted by GitBox <gi...@apache.org>.
levy5307 merged PR #999:
URL: https://github.com/apache/incubator-pegasus/pull/999


-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org