mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
feat: make PhiAccrualFailureDetector configurable (#2709)
* feat: make PhiAccrualFailureDetector configurable Signed-off-by: tison <wander4096@gmail.com> * propagate Signed-off-by: tison <wander4096@gmail.com> * f32 does not implement Eq Signed-off-by: tison <wander4096@gmail.com> * add to test Signed-off-by: tison <wander4096@gmail.com> * fmt clippy Signed-off-by: tison <wander4096@gmail.com> * Update src/meta-srv/src/failure_detector.rs * address comments Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
@@ -28,6 +28,13 @@ max_retry_times = 12
|
||||
# Initial retry delay of procedures, increases exponentially
|
||||
retry_delay = "500ms"
|
||||
|
||||
# Failure detectors options.
|
||||
[failure_detector]
|
||||
threshold = 8.0
|
||||
min_std_deviation_millis = 100.0
|
||||
acceptable_heartbeat_pause_millis = 3000
|
||||
first_heartbeat_estimate_millis = 1000
|
||||
|
||||
# # Datanode options.
|
||||
# [datanode]
|
||||
# # Datanode client options.
|
||||
|
||||
Reference in New Issue
Block a user