summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-28/+5
* SERVER-51261 Rename hangWaitingForIsMasterResponseOnStandalone failpoint to h...Pavi Vetriselvan2020-10-081-5/+5
* SERVER-50420 Change repl.ismaster to repl.isWritablePrimary in serverStatusHuayu Ouyang2020-10-071-3/+1
* SERVER-50418-2 Rename IsMasterMetrics to HelloMetrics and InExhaustIsMaster t...Huayu Ouyang2020-09-301-5/+4
* SERVER-50415 rename waitInIsMaster failpoint to waitInHelloPavi Vetriselvan2020-09-291-3/+3
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-241-3/+4
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-09-231-11/+31
* SERVER-49243 Add framework for PrimaryOnlyServices to report their Instances ...Spencer T Brody2020-09-231-1/+1
* SERVER-50929 Change help text for hello command in Mongodhuayu-ouyang2020-09-151-1/+1
* SERVER-49242 Add serverStatus counters for number of running PrimaryOnlyServi...Spencer T Brody2020-09-091-8/+16
* SERVER-50356: Account for last-continuous when closing connections on FCV upg...Lingzhi Deng2020-08-271-0/+1
* SERVER-49987 Rename response fields if hello command is sent on mongodAli Mir2020-08-201-5/+13
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-08-051-3/+12
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-10/+6
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-34107: removed dead code from method appendReplicationInfo and updated...Grace Luong2020-06-251-75/+4
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+4
* SERVER-48393 Exclude awaitable isMaster from serverStatus latency metricsA. Jesse Jiryu Davis2020-06-051-0/+3
* SERVER-47908 Wire speculativeAuthenticate into mongosSara Golemon2020-05-041-26/+2
* SERVER-41068: hold refs while calling wait functionsBilly Donahue2020-05-021-1/+2
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-6/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47384 Remove TODO comment for SERVER-41070Cheahuychou Mao2020-04-091-1/+0
* SERVER-47179: Fix crash when requesting serverStatus oplog before the oplog c...Lingzhi Deng2020-04-071-13/+19
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-3/+2
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-2/+8
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-211-0/+17
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-3/+3
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-211-18/+1
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-201-1/+18
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+27
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-02-121-3/+13
* SERVER-44813 Implement streamable isMaster for standalonesTess Avitabile2020-01-231-22/+48
* Revert "SERVER-30883 fast-path fetching of oldest oplog entry"Eric Milkie2020-01-091-13/+3
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-01-081-3/+13
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-1/+2
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2019-12-181-16/+22
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-12/+53
* SERVER-44509 Make isMaster wait for up to maxAwaitTimeMSHaley Connelly2019-11-251-24/+29
* SERVER-44508 Add maxAwaitTimeMS and topologyVersion to isMaster CommandHaley Connelly2019-11-221-0/+25
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-071-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-2/+4
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39819 SERVER-39820 Add HostGroup Controller impl to tie together replSetsBen Caimano2019-06-101-0/+8
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-10/+13