Skip to content

Commit 4d44857

Browse files
Add RPC timeouts for SystemHeartbeatReq, SystemRecoveryReq and ForceResetStorageReq (#1130)
* Add info * Fix to 60'' * Add system recovery timeout * Use seconds --------- Co-authored-by: Katarina Supe <[email protected]>
1 parent 4e77176 commit 4d44857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/clustering/high-availability.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ for which the timeout is used is the following:
381381
- FrequentHeartbeatReq -> coordinator sending to data instances
382382
- HeartbeatReq -> main sending to replica
383383
- TimestampReq -> main sending to replica
384+
- SystemHeartbeatReq -> main sending to replica
385+
- ForceResetStorageReq -> main sending to replica. The timeout is set to 60s.
386+
- SystemRecoveryReq -> main sending to replica. The timeout set to 5s.
384387

385388

386389
## Failover

0 commit comments

Comments
 (0)