summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-3/+3
* SERVER-38513 Implement disconnection behavior for legacy messagesMatthew Russotto2019-01-071-0/+6
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+4
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-4/+3
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-171-0/+7
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-4/+6
* SERVER-37189 Record metrics correctly for transactions that fail prior to uns...Tess Avitabile2018-11-151-2/+4
* SERVER-37560 Add API for allowing commands to support speculative majority readsWilliam Schultz2018-11-141-0/+11
* SERVER-37179 Wait for specified write concern whenever commitTransaction retu...Siyuan Zhou2018-11-131-4/+17
* SERVER-38054: failCommand fail point causes errors when run concurrently with...Natalie Tsvetkova2018-11-131-1/+1
* SERVER-38095 Remove unused OperationSessionInfoFromClient argument to Operati...Esha Maharishi2018-11-121-1/+1
* SERVER-37681 Make it clear from the stack trace whether a command is running ...Judah Schvimer2018-11-091-8/+8
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-12/+29
* SERVER-37261 Protect setting ReadConcernArgs decoration on OperationContext w...Vesselina Ratcheva2018-11-071-1/+10
* SERVER-36260 Update function namesJack Mulrow2018-11-071-1/+1
* SERVER-36260 Share sessionOptions validations between MongoS and MongoDJack Mulrow2018-11-071-65/+6
* SERVER-35518: Support the failCommand fail point in mongoSnatalie.tsvetkova2018-11-021-44/+3