You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by zh...@apache.org on 2022/06/10 09:19:47 UTC

[incubator-pegasus] branch master updated: feat(update_replication_factor#11): add max_reserved_dropped_replicas to server config file (#999)

This is an automated email from the ASF dual-hosted git repository.

zhaoliwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 18845cdc feat(update_replication_factor#11): add max_reserved_dropped_replicas to server config file (#999)
18845cdc is described below

commit 18845cdc3bebf6c0e129832cf5dcc48361be776a
Author: Dan Wang <em...@126.com>
AuthorDate: Fri Jun 10 17:19:42 2022 +0800

    feat(update_replication_factor#11): add max_reserved_dropped_replicas to server config file (#999)
---
 src/server/config.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/server/config.ini b/src/server/config.ini
index 29a1c3a1..e4b32188 100644
--- a/src/server/config.ini
+++ b/src/server/config.ini
@@ -212,6 +212,7 @@
   partition_guardian_type = partition_guardian
   replica_assign_delay_ms_for_dropouts = 600000
   max_replicas_in_group = 3
+  max_reserved_dropped_replicas = 0
   balancer_in_turn = false
   only_primary_balancer = false
   only_move_primary = false


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