-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 4.4.0
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
v4.4
I didn't really fix SERVER-47267 and SERVER-50242 (awaitable "hello" / "ismaster" is logged as a slow query in mongos / mongod). Since the default duration for an awaitable ismaster is 10 seconds, I had thought it was appropriate to log if the command takes 20+ seconds, since that would indicate unusual slowness.
However, users can and do override this default by setting their drivers' heartbeatFrequencyMS to a longer duration; if this is 20 seconds or more then ismasters make noise in the slow query log again.
- is related to
-
SERVER-48393 Exclude exhaust isMaster commands from latency metrics
- Closed
- related to
-
SERVER-47267 Exhaust isMaster replies are logged as slow queries
- Closed
-
SERVER-50242 slow query message seen in mongos for ismaster
- Closed