summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_heartbeat_response.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
|
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+1
| | | | This reverts commit 3307ba57eef2dfff9abe2413e39058ac9451ec04.
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+1
|
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2020-10-131-0/+16
|
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-1/+6
|
* SERVER-47211 Always include config term in replica set heartbeat responsesWilliam Schultz2020-05-051-2/+0
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-46470 Rename 't' field to 'configTerm' in replica set heartbeat responsesWilliam Schultz2020-02-281-1/+3
|
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-45082 Secondaries only learn replica set configs with a newer ↵William Schultz2020-02-061-0/+8
| | | | (version, term) pair
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-051-9/+3
|
* SERVER-42485 Remove FCV checks gating reporting wall clock times in ReplicationJason Chan2019-08-051-6/+2
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+7
|
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-2/+2
|
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-1/+45
|
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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-15/+0
|
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-271-48/+17
|
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-9/+4
|
* SERVER-31963 Removal of pv0 specific fields in the heartbeat messages.Suganthi Mani2018-07-091-75/+0
|
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-13/+5
|
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+10
|
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-0/+1
|
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to ↵matt dannenberg2016-02-041-23/+41
| | | | secondary as well as primary
* SERVER-21018 Prevent priority takeover during an outstanding electionSiyuan Zhou2015-10-211-0/+5
|
* SERVER-19905 consistently use t as the field name for the term portion of an ↵matt dannenberg2015-09-171-4/+1
| | | | OpTime
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-11/+1
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-314/+304
|
* SERVER-18254 unit test prepareHeartbeatResponseV1()matt dannenberg2015-06-021-8/+9
|
* SERVER-18582 fix parameter hiding in ReplSetHeartbeatResponse::initialize()matt dannenberg2015-05-201-3/+3
|
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-51/+80
|
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵Andy Schwerin2015-05-131-3/+4
| | | | | | | | stdx::chrono types. Also introduces operators for adding stdx::chrono::duration to Date_t, subtracting two Date_ts to get Milliseconds, and remove the use of reinterpret_cast from the implementation of BSON Timestamp type.
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵Andy Schwerin2015-05-121-4/+3
| | | | | | | | stdx::chrono types." This reverts commit 9aac625685811873ffbc2d3e8d09531eff1ce10e. Committed in error.
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵Andy Schwerin2015-05-121-3/+4
| | | | | | | | stdx::chrono types. Also introduces operators for adding stdx::chrono::duration to Date_t, subtracting two Date_ts to get Milliseconds, and remove the use of reinterpret_cast from the implementation of BSON Timestamp type.
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-10/+10
|
* SERVER-15477: initialize new fields correctlyScott Hernandez2014-10-131-0/+2
|
* SERVER-15477: check hasData during initial quorum checkScott Hernandez2014-10-131-0/+8
|
* SERVER-15446: refine required fields for heartbeat responsesScott Hernandez2014-10-061-3/+9
|
* SERVER-15446: handle ok:0 and unauth heartbeat responsesScott Hernandez2014-10-061-17/+46
|
* SERVER-15062 ReplSetHeartbeatResponse bug fixes from testingmatt dannenberg2014-09-041-12/+18
|
* SERVER-14561 Parsing and accessor methods for ReplSetHeartbeatResponse.Andy Schwerin2014-08-281-20/+227
|
* SERVER-14616 replace BSONObjBuilder with ReplSetHeartbeatResponse in ↵matt dannenberg2014-07-291-0/+100
processHeartbeat