-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 4.1.3
-
Component/s: Replication
-
Replication
Currently, when we create exhaust dummy request, we parse the response data over here which validates BSON obj if serverGlobalParams.objcheck (i.e.) net.wireObjectCheck is set. And, by default serverGlobalParams.objcheck is enabled. Validating BSON obj on the initial sync sync source is just an extra overhead. So, we should add a way to avoid BSON validation when we parse a previous response to create a synthetic exhaust request.
- depends on
-
SERVER-41481 Return dbResponse object stored with exhaustNS and exhaustCursorId in receivedCommands
- Closed
-
SERVER-41482 makeExhaustMessage should no longer call OpMsg::parse
- Closed