acelyc111 commented on code in PR #1877: URL: https://github.com/apache/incubator-pegasus/pull/1877#discussion_r1481371695
########## src/server/config.ini: ########## @@ -236,20 +236,20 @@ stateful = true delay_for_fd_timeout_on_start = false empty_write_disabled = false - prepare_timeout_ms_for_secondaries = 3000 - prepare_timeout_ms_for_potential_secondaries = 5000 + prepare_timeout_ms_for_secondaries = 1000 + prepare_timeout_ms_for_potential_secondaries = 3000 Review Comment: OK, I've reverted this change and updated the default values in code. ########## src/server/config.ini: ########## @@ -206,7 +206,7 @@ # partition guardian is used to keep partitions healthy. # e.g. if max_replicas_in_group = 3, one primary and two secondaries must be kept for each partition partition_guardian_type = partition_guardian - replica_assign_delay_ms_for_dropouts = 600000 + replica_assign_delay_ms_for_dropouts = 300000 Review Comment: OK, I've reverted these changes and updated the default values in code. -- 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]
