summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-39912 Migrate replication_coordinator_impl set param to IDLSara Golemon2019-03-022-12/+12
* SERVER-39372 Make secondary lock acquisition for DDL operations consistent wi...Xiangyu Yao2019-03-013-12/+2
* Revert "SERVER-39139 Disallow starting transactions on secondaries"Vesselina Ratcheva2019-02-271-1/+1
* SERVER-39432 Write commitTransaction oplog entry on primary for large unprepa...Matthew Russotto2019-02-271-1/+2
* SERVER-39367 Advance commit point when it has the same term as the last appliedSiyuan Zhou2019-02-269-293/+182
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-264-4/+4
* SERVER-36004 SessionUpdateTracker should ignore no-op entries for pre/post im...Randolph Tan2019-02-262-0/+126
* SERVER-39139 Disallow starting transactions on secondariesVesselina Ratcheva2019-02-261-1/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-2617-218/+385
* SERVER-39035 Specify durable_timestamp when committing prepared transaction.Suganthi Mani2019-02-263-19/+5
* SERVER-39633 Migrate server parameters to IDL in src/mongo/db/repl/rollback_i...Gabriel Russell2019-02-253-21/+59
* SERVER-37348 Make replication applier batches uninterruptibleMatthew Saltz2019-02-252-1/+13
* SERVER-39418 Ban atClusterTime with enableMajorityReadConcern=falseTess Avitabile2019-02-251-0/+5
* SERVER-39551 IDL'ify numInitialSyncListDatabasesAttempts server parameterHenrik Edin2019-02-253-4/+42
* SERVER-39552: mongo/db/repl/replication_coordinator_impl.idlBilly Donahue2019-02-253-21/+61
* SERVER-39634 Migrate server parameters to IDL in src/mongo/db/repl/topology_c...Shreyas Kalyan2019-02-253-6/+46
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-223-1/+17
* SERVER-39431 Write oplog entries with "inTxn" field before commit for large t...Matthew Russotto2019-02-223-3/+15
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-2215-66/+133
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-221-1/+1
* SERVER-39647 Delete duplicate documents before committing the _id index durin...Gregory Wlodarek2019-02-211-26/+34
* SERVER-39473 Should not report isMaster while stepping down conditionallyMatthew Russotto2019-02-212-5/+25
* SERVER-39561 Split OpObserver::onTransactionCommit() into two functions for u...Blake Oler2019-02-201-15/+31
* SERVER-36498 Gate "state" field in config.transactions on FCV and remove entr...Jack Mulrow2019-02-202-14/+24
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-1/+1
* SERVER-37412 Decrease replication heartbeat log verbosityBen Caimano2019-02-202-1/+9
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-192-15/+30
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-158-23/+14
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-143-4/+62
* SERVER-39430 Change IDL of oplog to add a new "inTxn" fieldMatthew Russotto2019-02-141-0/+6
* Revert "SERVER-38696 Add additional metrics and logging for new step down seq...Geert Bosch2019-02-143-62/+4
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-133-4/+62
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-13250-253/+0
* SERVER-38977 Notify the IndexBuildsCoordinator of any changes to the replica ...Gregory Wlodarek2019-02-133-0/+9
* SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broke...Matthew Russotto2019-02-121-6/+1
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-122-2/+1
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-122-17/+31
* SERVER-39139 Make canAcceptWritesFor, canAcceptWritesForDatabase and canServe...Vesselina Ratcheva2019-02-112-6/+6
* SERVER-39206 Avoid PBWM lock conflicts for prepared transaction on startupSiyuan Zhou2019-02-112-0/+5
* SERVER-39412 Continue to disconnect on rollback or on removal from the config...Matthew Russotto2019-02-112-3/+8
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-1114-241/+755
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-112-3/+12
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-39274 Mongos shouldn't upconvert txn read concern level to snapshot if...Jack Mulrow2019-02-081-1/+2
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-063-6/+7
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-23/+19
* SERVER-38701 Prohibit two phase index build oplog entries through applyOpsLouis Williams2019-02-063-4/+22
* SERVER-38515 Test that initial sync continues through a step down.Suganthi Mani2019-02-061-0/+14
* SERVER-38866 Pass finishOpTime into commitPreparedTransaction on secondaries.Jason Chan2019-02-061-1/+2
* SERVER-39146 Refactor BatonJason Carey2019-02-058-26/+20