Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
4.4.0
-
None
-
Fully Compatible
-
ALL
-
v4.4
Description
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.
Attachments
Issue Links
- 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
-