summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_heartbeat_response.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2020-10-131-0/+11
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-2/+2
* SERVER-45082 Secondaries only learn replica set configs with a newer (version...William Schultz2020-02-061-0/+14
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-051-3/+1
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-5/+12
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35953 Remove unused "hbmsg" field from heartbeat response message.Suganthi Mani2018-07-271-11/+0
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-3/+3
* SERVER-31963 Removal of pv0 specific fields in the heartbeat messages.Suganthi Mani2018-07-091-82/+0
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-4/+4
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-8/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-162/+237
* SERVER-18254 unit test prepareHeartbeatResponseV1()matt dannenberg2015-06-021-10/+3
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-30/+42
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-7/+7
* SERVER-15477: check hasData during initial quorum checkScott Hernandez2014-10-131-0/+10
* SERVER-15446: handle ok:0 and unauth heartbeat responsesScott Hernandez2014-10-061-0/+5
* SERVER-15307 Move isMaster processing into the ReplicationCoordinatorSpencer T Brody2014-09-241-1/+1
* SERVER-15189 remove calls to recordPing() and updateHeartbeatData() from Topo...matt dannenberg2014-09-091-1/+1
* SERVER-14561 Implement heartbeat scheduling and reconfig logic in TopologyCoo...Andy Schwerin2014-09-021-10/+0
* SERVER-14561 Parsing and accessor methods for ReplSetHeartbeatResponse.Andy Schwerin2014-08-281-14/+43
* SERVER-14561: Topology updateHeartbeatScott Hernandez2014-08-251-1/+2
* SERVER-14680 topocoord unit testsEric Milkie2014-08-121-0/+9
* SERVER-14616 replace BSONObjBuilder with ReplSetHeartbeatResponse in processH...matt dannenberg2014-07-291-0/+156