summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57136 Skip maxStaleness wire version check when server is down.Max Hirschhorn2021-06-083-13/+45
* SERVER-57117 Verify that 'hedge' option is an object when parsing ReadPrefere...Mihai Andrei2021-05-251-0/+6
* SERVER-54803 Only register _queryProcessor once in StreamableRSMMatthew Saltz2021-03-183-15/+6
* SERVER-50103 Don't send killCursor request for exhaust cursors in DBClientCursorSamy Lanka2020-10-221-5/+3
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-222-10/+10
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-303-3/+3
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-302-6/+6
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-302-2/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-304-5/+5
* SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto2020-09-212-9/+7
* SERVER-49297: do not stop monitoring standalone nodeLaMont Nelson2020-08-209-6/+82
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-1713-41/+64
* SERVER-50170 fix max staleness read preference parameter for server selectionLaMont Nelson2020-08-1744-96/+2769
* SERVER-49693: Represent replicaSetPingTimeMillis in floating pointLaMont Nelson2020-08-041-4/+4
* SERVER-48506 Throw MaxTimeMSExpired instead of FailedToSatisfyReadPreference ...jannaerin2020-08-041-4/+12
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-08-049-19/+48
* SERVER-47639 Fix race with async getHosts request and concurrent topology changeCheahuychou Mao2020-08-044-18/+40
* SERVER-49696 randomize host order for getHostsr4.4.0-rc14LaMont Nelson2020-07-221-1/+1
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-022-2/+2
* SERVER-47606: make SDAM timeout values into server parametersLamont Nelson2020-06-1016-157/+267
* SERVER-48070: account for system clock drift when calculating the time since ...Lamont Nelson2020-06-101-1/+4
* SERVER-48559: Only use exhaust cursors for oplog fetching in FCV 4.4Lingzhi Deng2020-06-041-0/+4
* SERVER-48493 RSM's isMasterMonitor should handle network exceeded time limit ...jannaerin2020-06-031-3/+8
* SERVER-47799 AsyncRequestsSender should update replica set monitor in between...jannaerin2020-06-0210-4/+41
* SERVER-48498 Release RSM's mutex before notifying replica set change listenerjannaerin2020-06-021-1/+5
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-151-1/+0
* SERVER-47921 Clean up LOG lines in clientSara Golemon2020-05-1511-28/+31
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-1421-284/+273
* SERVER-48151: fix unordered_map::erase bug; remove duplicates in rs connectio...Lamont Nelson2020-05-143-31/+59
* SERVER-45395 Change ServerAddress type to be HostAndPortjannaerin2020-05-1436-404/+426
* SERVER-48040 Remove 'streamable' and 'poolResetCounter' from ServerDescriptionjannaerin2020-05-137-145/+7
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-05-1315-209/+258
* SERVER-46497 UUID in topologyListener is currently not usedjannaerin2020-05-0613-42/+22
* SERVER-45799 Add unit tests for ServerIsMasterMonitor SERVER-45799 Fix for lo...Haley Connelly2020-05-056-14/+640
* Revert "SERVER-45799 Add unit tests for ServerIsMasterMonitor"Haley Connelly2020-05-046-640/+14
* SERVER-45799 Add unit tests for ServerIsMasterMonitorHaley Connelly2020-05-046-14/+640
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-0338-69/+65
* SERVER-47859: remove ignoring minOp time log lineLamont Nelson2020-05-021-1/+0
* SERVER-47862 RSM uses streamable protocol by defaultjannaerin2020-05-011-1/+1
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-05-011-2/+3
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-306-6/+6
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-301-2/+8
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-302-3/+16
* SERVER-47046 Add tests that mongos receives topology change info immediatelyjannaerin2020-04-291-2/+4
* SERVER-46037 Add a feature flag to enable streamable support in RSM isMaster ...Haley Connelly2020-04-296-9/+31
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-288-145/+199
* SERVER-43335 Ingest drivers server selection testsjannaerin2020-04-24118-112/+2210
* SERVER-47048 Test that mongos can find primary despite "ping" failuresCheahuychou Mao2020-04-201-1/+12
* SERVER-47539 Remove uassert inside ServerPingMonitor::onServerHandshakeComple...Haley Connelly2020-04-201-4/+3
* SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...Haley Connelly2020-04-2016-171/+300