summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50467: Ensure that tenant migration donor only removes a ReplicaSetMon...Andrew Shuvalov2020-12-081-2/+31
* SERVER-46367 Remove ScanningReplicaSetMonitor specific members from the abstr...Haley Connelly2020-07-021-15/+0
* SERVER-47921 Clean up LOG lines in clientSara Golemon2020-05-141-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-241-1431/+7
* SERVER-42437 Make ReplicaSetMonitorManager a ServiceContext decorationHaley Connelly2020-02-211-9/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-35/+104
* SERVER-45670 Clear ScanState on shutdownAmirsaman Memaripour2020-01-221-0/+13
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-44087 ReplicaSetMonitor shutdowns should synchronize with NetworkInter...Ben Caimano2019-10-211-1/+17
* SERVER-43015 ReplicaSetMonitor should timeout waiters upon rescanBen Caimano2019-10-041-20/+36
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-13/+13
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-7/+6
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-4/+8
* SERVER-42634 RSM can strand requests after drop()Jason Carey2019-08-091-12/+14
* SERVER-42519 ReplicaSetMonitors should early return callbacks after shutdownBen Caimano2019-07-311-21/+28
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-22/+17
* SERVER-42342 Replica set monitor shutdown should fail all outstanding RSM pro...Ben Caimano2019-07-261-6/+5
* SERVER-42125 Omit passive members from RSM connection stringsBen Caimano2019-07-251-20/+18
* SERVER-41851 Expedited scans in the RSM no longer continue after timeoutBen Caimano2019-07-241-105/+127
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-181-2/+2
* SERVER-41910 Make RSM return mulitple hosts in the presence of tagsShaileja Jain2019-07-011-40/+38
* SERVER-40490 RSM should check replicas at most twice per secondShaileja Jain2019-06-261-2/+27
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40489 Simplify scan for primary by removing unnecessary receivedIsMast...Shaileja Jain2019-06-041-20/+1
* SERVER-41134 Add RSM::findHostsWithMaxWaitJason Carey2019-05-281-23/+57
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-211-13/+22
* SERVER-41149 Skip ReplicaSetMonitor refresh on shutdownBen Caimano2019-05-151-0/+5
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-78/+59
* SERVER-40222 Reorganize and fixturize RSM testsBen Caimano2019-04-161-21/+10
* SERVER-23355 Recheck replicas every .5 sec during scanA. Jesse Jiryu Davis2019-04-151-5/+19
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-201-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-8/+12
* SERVER-38742 Compute latencyThresholdMicros in 64-bit spaceMathias Stearn2018-12-271-1/+1
* SERVER-35688 Make RSM use async networkingMathias Stearn2018-12-201-160/+196
* SERVER-35688 Make RSM return SharedSemiFuturesMathias Stearn2018-12-201-3/+3
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-201-4/+9
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-141-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-33/+50
* SERVER-23282 diagnostic log message on unexpected CSRS replset nameKevin Pulo2018-07-041-2/+3
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-221-43/+38
* Revert "SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shell"Esha Maharishi2018-06-111-45/+43
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-081-43/+45