summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-4/+54
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-14/+21
* SERVER-43260 killCursors should unify its cursor count checksAdam Cooper2019-09-161-2/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-18/+23
* SERVER-38028 Block new transactions on sessions behind prepared transactionsMatthew Saltz2019-09-051-4/+26
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-28/+27
* SERVER-43011 Add optional namespace restriction to failCommand failpointJack Mulrow2019-08-261-2/+2
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-0/+1
* SERVER-41956 Add integration and unit tests for killing commit and abort tran...William Schultz2019-08-231-0/+11
* SERVER-42924 Make killCursors diagnostics use uassert rather than verifySpencer Jackson2019-08-231-1/+1
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-4/+26
* SERVER-42853 Check cursor count bounds before validating sizeSara Golemon2019-08-191-6/+5
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-8/+8
* SERVER-42114 Allow single RS transactions to run on the config database in sh...Blake Oler2019-08-011-1/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-21/+16
* SERVER-42388 Release the transaction lock resources and abort storageSuganthi Mani2019-07-241-0/+10
* SERVER-40848 Add debug logging to investigate difference in opTime returned b...jannaerin2019-07-031-0/+6
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-021-4/+7
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-1/+0
* SERVER-41481 1 started new branch, added functionality for exhaustCursorId o...Vishnu Kaushik2019-06-191-4/+14
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-26/+50
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-301-1/+1
* SERVER-39489 Remove optime creation in TransactionParticipantJudah Schvimer2019-05-221-1/+1
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-0/+1
* SERVER-40069 Fix global lock tracking for txnsJudah Schvimer2019-04-171-1/+0
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-091-0/+1
* Revert "SERVER-40069 Fix global lock tracking for txns"Benety Goh2019-03-291-0/+1
* SERVER-40069 Fix global lock tracking for txnsA. Jesse Jiryu Davis2019-03-281-1/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40081 Move session checkout to before command execution.Siyuan Zhou2019-03-261-18/+13
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-201-0/+4
* SERVER-39874 Make shard return readOnly bool in response to successful transa...Esha Maharishi2019-03-071-0/+8
* SERVER-38906 No-op write after readonly transactionA. Jesse Jiryu Davis2019-02-201-1/+2
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-9/+10
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-141-8/+45
* Revert "SERVER-38696 Add additional metrics and logging for new step down seq...Geert Bosch2019-02-141-45/+8
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-131-8/+45
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-121-1/+1
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-1/+1
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+4
* SERVER-37454 Delete GlobalCursorIdCache.David Storch2019-02-051-7/+11
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-0/+1
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-8/+6
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-221-1/+1
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-181-0/+2
* SERVER-35663 Always update the logical clock before advancing the last applie...Jack Mulrow2019-01-171-2/+2
* SERVER-38850 Perform noop write before returning NoSuchTransaction errorTess Avitabile2019-01-161-7/+3