You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDS' heartbeat mechanism polls every second for a heartbeat pong. When
received, it immediately sends another heartbeat ping.
In systems with many connections, this may be way to aggressive. Hence
introduce the rds_conn_hb_interval module parameter and a simple state
to the heartbeat mechanism, in order to delay sending the ping after
the heartbeat pong has been received.
Also, pseudo randomize the delay from 50% to 150% of the interval, to
avoid many heartbeat pings to be sent in close proximity in time.
Orabug: 30418039
Signed-off-by: Håkon Bugge <[email protected]>
Reviewed-by: Ka-Cheong Poon <[email protected]>
Tested-by: Michael Nowak <[email protected]>
---
v1->v2:
* Added Ka-Cheong's r-b
* Added Mike's t-b
Signed-off-by: Somasundaram Krishnasamy <[email protected]>
0 commit comments