summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37657 Report the offending oplog entries if a batch contains non-incre...Kaloian Manassiev2018-10-221-2/+0
* SERVER-37621 Move logging in transaction command bodies to after checking tha...Esha Maharishi2018-10-121-5/+5
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-122-3/+3
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-1213-38/+0
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-1/+2
* SERVER-37553 Log sending and receiving every message in the transaction two p...Esha Maharishi2018-10-111-1/+29
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-084-41/+66
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-052-2/+4
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-059-148/+116
* SERVER-37363 Return Future with commit decision from coordinateCommitMatthew Saltz2018-10-041-4/+19
* SERVER-37300 Move the transaction coordinator to separate lib and remove embe...Henrik Edin2018-10-041-0/+1
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-031-0/+1
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-1/+1
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-2/+1
* SERVER-37329 Add TODO for when runWithoutInterruption block can be removedSpencer T Brody2018-09-281-0/+1
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-7/+10
* SERVER-36304 A transaction participant should send voteCommit to the coordina...Esha Maharishi2018-09-271-13/+109
* SERVER-37320 Prevent prepareTransaction from running on anything but initiali...Esha Maharishi2018-09-271-1/+12
* SERVER-37106 Update prepareTransaction command to use TypedCommand and take '...Esha Maharishi2018-09-261-67/+84
* SERVER-36959 Use afterOpTime when counting chunks in _shardsvrShardCollectionjannaerin2018-09-261-1/+2
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-265-5/+5
* SERVER-36084 Remove sharding runtime from ServiceEntryPointCommon and embedde...Henrik Edin2018-09-262-17/+5
* SERVER-30714 Handle 'not master' errors in ReplicationCoordinatorExternalStat...Kaloian Manassiev2018-09-261-7/+3
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-247-7/+7
* SERVER-37142 Make clearing the MovePrimarySourceManager a no-op if one doesn'...Jack Mulrow2018-09-241-2/+0
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-212-2/+6
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-207-105/+224
* SERVER-35707 Allow mongos to retry on re-targeting errors in a transactionJack Mulrow2018-09-191-0/+12
* SERVER-31892 moveChunk with should wait for majority write concernjannaerin2018-09-181-1/+22
* SERVER-36735 Remove duplicate code in shardsvr_shard_collectionjannaerin2018-09-141-1/+0
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-142-2/+2
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-2/+2
* SERVER-36634 Change FCV check to check for CommandNotFound in configsvrShardC...jannaerin2018-09-135-124/+158
* SERVER-36677 coordinateCommitTransaction should call the 'prepare' logic on t...Esha Maharishi2018-09-131-0/+20
* SERVER-36584 Make TransactionCoordinator calculate commitTimestamp and send i...Esha Maharishi2018-09-121-1/+1
* SERVER-32198 Do not try to access routing info history for unsharded collectionsKaloian Manassiev2018-09-122-6/+20
* SERVER-36852 Move TransactionCoordinator off of Session and into TransactionC...Matthew Saltz2018-09-121-5/+16
* SERVER-37051 Check for term change after fetching the queued metadata in Shar...Kaloian Manassiev2018-09-112-4/+18
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-1114-296/+388
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-073-4/+7
* SERVER-36122 Implement mongos transaction commitRandolph Tan2018-09-063-68/+2
* SERVER-36298 Hook the TransactionCoordinator in to the transaction two-phase ...Esha Maharishi2018-09-061-3/+63
* SERVER-36645 Do not check out Session in service entry point for coordinator ...Esha Maharishi2018-09-061-22/+1
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-7/+1
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-1/+0
* SERVER-36130 Verify shardId rather than connection string during migrationjannaerin2018-08-282-3/+6
* SERVER-36892 Call waitForMovePrimaryCriticalSectionSignal() in onDbVersionMis...Esha Maharishi2018-08-271-11/+9
* SERVER-36755 CollectionLock acquisition in shard_filtering_metadata_refresh.c...Esha Maharishi2018-08-272-31/+36
* SERVER-36755 CollectionLock acquisition in shard_filtering_metadata_refresh.c...Esha Maharishi2018-08-274-19/+25
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-265-7/+14