-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
Repl 2024-10-28
The _heartbeatHandles list can get really long if a lot of heartbeats get scheduled. When the node receives a heartbeat response, it needs to go through the list to remove that heartbeat while holding onto the replication coordinator mutex. This metric could be useful to see if a node's mutex contention is related to scheduling a lot of heartbeatsĀ
- is related to
-
SERVER-95916 Investigate if heartbeat handle list can grow unbounded
- In Progress