summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ch...Marcos José Grillo Ramirez2021-10-253-13/+53
* SERVER-60652 Backport the autoSplitVector logic to v4.4Pierlauro Sciarelli2021-10-2210-19/+876
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-10-226-27/+81
* SERVER-60738 Update metadata manager tests for non-existing collectionsAllison Easton2021-10-191-0/+9
* SERVER-60552 Separate test for non-existing collection in metadata_manager_testAllison Easton2021-10-111-13/+19
* SERVER-60419 Make CleanUpForMigrateIn deterministicAllison Easton2021-10-061-3/+1
* SERVER-50241 PeriodicShardedIndexConsistencyChecker should skip dropped colle...jaume.moragues2021-10-051-0/+5
* SERVER-60142 Fix MigrationDestinationManager's check for overlapping rangeDel...Jordi Serra Torrens2021-09-281-2/+8
* SERVER-57743 Prevent range deletion task from being executed if sessions coll...Jonathan Lee2021-09-243-2/+42
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-201-8/+532
* SERVER-58104 Prevent the balancer from calculating split points in sessions c...Jonathan Lee2021-09-171-0/+7
* SERVER-52906 Applying metadata update before dispatching rollback task in mov...Paolo Polato2021-07-211-85/+107
* SERVER-57650 Make MigrationChunkClonerSource interruptible when waiting for r...Cheahuychou Mao2021-07-202-11/+26
* SERVER-58306 chunkInserter thread can terminate() if checkForInterrupt() is c...Cheahuychou Mao2021-07-071-4/+5
* SERVER-58109 Make shardChunksInRangeQuery satisfiable from the index onlyKaloian Manassiev2021-06-281-8/+6
* SERVER-55573 Deadlock between stepdown and chunk migrationCheahuychou Mao2021-06-231-2/+17
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-214-8/+31
* SERVER-56307 fix name of server parameterPaolo Polato2021-06-212-3/+3
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-06-215-7/+89
* Revert "SERVER-56307 Allow the donor to enter the critical section when the u...Paolo Polato2021-06-155-89/+7
* SERVER-56654 Do not use the collection distributed lock for chunk splitsKaloian Manassiev2021-06-142-18/+5
* SERVER-56779 Allow multiple concurrent merges for the same collection across ...Kaloian Manassiev2021-06-143-45/+154
* SERVER-53187 Fix format in autosplit log messagesPaolo Polato2021-06-082-11/+13
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-046-48/+413
* SERVER-57057 Reduce routing info refreshes on the mergeChunks path (BACKPORT-...Simon Gratzer2021-06-011-2/+11
* SERVER-51170 Ensure database refreshes are performed after ShardingState init...Pierlauro Sciarelli2021-05-311-2/+1
* SERVER-48648 Return updated ShardVersion in _configsvrCommitChunkMerge to avo...Simon Gratzer2021-05-314-18/+42
* SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avo...Simon Gratzer2021-05-317-41/+51
* SERVER-57102 Fixing invariants on ShardServerCatalogCacheLoader to consider d...Antonio Fuschetto2021-05-282-3/+46
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-05-263-25/+290
* SERVER-57009 Additional debugging information in case of crash during FCV changeAntonio Fuschetto2021-05-262-3/+24
* SERVER-56563: Downconvert `needsRetryImage` oplog entries for chunk migrations.Daniel Gottlieb2021-05-244-4/+111
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-05-215-7/+89
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-204-8/+4
* SERVER-47699 Change yield type used by range deleter from YIELD_MANUAL to YIE...Antonio Fuschetto2021-05-111-4/+2
* SERVER-49336 Set ClientMetadata before CommandInvocations are runA. Jesse Jiryu Davis2021-05-102-8/+5
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting inte...Spencer T Brody2021-04-231-1/+2
* SERVER-53973 Migration manager recovery should handle failed findIntersecting...Tommaso Tocci2021-04-071-6/+13
* SERVER-55298: fix BSONObjTooLarge error when calling removeShard on a jumbo c...r4.4.5-rc0r4.4.5LaMont Nelson2021-03-312-27/+16
* SERVER-53462 Improve range-deleter logging (BACKPORT-8395)Pierlauro Sciarelli2021-03-251-16/+28
* SERVER-54701 Wait for majority write concern after shard index creationMarcos José Grillo Ramirez2021-03-231-0/+8
* SERVER-54014 Define a reasonable maxTimeMsOverride for the checkOID requestsAlexandre Bique2021-02-171-0/+3
* SERVER-48994 LogTransactionOperationsForShardingHandler must use Uninterrupti...Pierlauro Sciarelli2021-01-141-3/+3
* SERVER-53471 use generated range deleter batch size (BACKPORT-8382)Pierlauro Sciarelli2021-01-043-4/+2
* SERVER-53471 Set rangeDeleterBatchSize to 128 (BACKPORT-8382)Pierlauro Sciarelli2021-01-043-4/+6
* SERVER-51834 Race in moveChunk testsSergi Mateo Bellido2020-11-191-2/+7
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-6/+6
* SERVER-51673 Fix test to shut down txn::AWS before persisting decision.Max Hirschhorn2020-10-161-3/+8
* SERVER-50470: Convert TransactionCoordinatorReachedAbortDecision to NoSuchTra...Andrew Shuvalov2020-10-124-2/+25
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-304-4/+4