summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47639 Fix race with async getHosts request and concurrent topology changeCheahuychou Mao2020-06-234-18/+40
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-215-21/+4
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-1/+1
* SERVER-48272 Use of vector clock can be private to metadataAndrew Morrow2020-06-091-2/+4
* SERVER-48070: account for system clock drift when calculating the time since ...Lamont Nelson2020-06-051-1/+4
* SERVER-48493 RSM's isMasterMonitor should handle network exceeded time limit ...jannaerin2020-06-031-3/+8
* SERVER-48498 Release RSM's mutex before notifying replica set change listenerjannaerin2020-06-011-1/+5
* SERVER-47606: make SDAM timeout values into server parametersLamont Nelson2020-05-2916-157/+267
* SERVER-47799 AsyncRequestsSender should update replica set monitor in between...jannaerin2020-05-2010-4/+41
* SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto2020-05-182-9/+7
* SERVER-48218 Fix ServerDescription::toBsonjannaerin2020-05-141-2/+2
* SERVER-47921 Clean up LOG lines in clientSara Golemon2020-05-1411-28/+31
* SERVER-48151: fix unordered_map::erase bug; remove duplicates in rs connectio...Lamont Nelson2020-05-133-31/+56
* SERVER-48040 Remove 'streamable' and 'poolResetCounter' from ServerDescriptionjannaerin2020-05-137-145/+7
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-1221-288/+280
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-2/+1
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-1/+0
* SERVER-45395 Change ServerAddress type to be HostAndPortjannaerin2020-05-0636-406/+428
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-1/+0
* SERVER-47859: remove ignoring minOp time log lineLamont Nelson2020-05-011-1/+0
* SERVER-46497 UUID in topologyListener is currently not usedjannaerin2020-05-0113-42/+22
* SERVER-47825 convert std::bind -> lambdaBilly Donahue2020-04-282-14/+14
* SERVER-47239 Add the 'Replica set monitoring and host targeting' section to t...Haley Connelly2020-04-271-0/+25
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2639-53/+50
* SERVER-43333 Ingest drivers server selection testsjannaerin2020-04-24118-112/+2210
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-241-2/+0
* SERVER-45799 Add unit tests for ServerIsMasterMonitorHaley Connelly2020-04-226-14/+640
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-2215-221/+269
* SERVER-46037 Add a feature flag to enable streamable support in RSM isMaster ...Haley Connelly2020-04-216-10/+32
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-202-23/+16
* SERVER-47560 Include "internalClient" field in ReplicaSetMonitor isMaster req...Cheahuychou Mao2020-04-205-11/+230
* SERVER-47046 Add tests that mongos receives topology change info immediatelyjannaerin2020-04-171-2/+5
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-178-146/+192
* SERVER-47048 Test that mongos can find primary despite "ping" failuresCheahuychou Mao2020-04-171-1/+12
* SERVER-47583: Enable expedited mode in streamable rsm on startupLamont Nelson2020-04-162-1/+2
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-2/+3
* SERVER-47539 Remove uassert inside ServerPingMonitor::onServerHandshakeComple...Haley Connelly2020-04-151-4/+3
* SERVER-47121: Calculate the next IsMaster request time for RSM expedited modeLamont Nelson2020-04-154-29/+170
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-146-6/+6
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-2/+8
* SERVER-47121: Introduce pre/post handshake error handling in the RSMLamont Nelson2020-04-1016-45/+732
* SERVER-47361 Add test that TopologyStateMachine checks electionId before upda...jannaerin2020-04-081-0/+60
* SERVER-42455 Make ReplicaSetChangeNotifier::onConfirmedSet safe during shutdownjannaerin2020-04-073-27/+18
* SERVER-45063 fix the bug in mongo::uriDecodezhaoliwei2020-04-021-1/+1
* SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...Haley Connelly2020-03-3016-171/+320
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-2/+2
* Revert "SERVER-46681 Integrate the ServerPingMonitor into the StreamableRepli...Haley Connelly2020-03-2716-288/+160
* SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...Haley Connelly2020-03-2716-160/+288
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-5/+3
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-254-172/+76