summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/sharding_catalog_manager_chunk_operations.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ch...Marcos José Grillo Ramirez2021-10-251-0/+26
* SERVER-58109 Make shardChunksInRangeQuery satisfiable from the index onlyKaloian Manassiev2021-06-281-8/+6
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-041-0/+179
* SERVER-48648 Return updated ShardVersion in _configsvrCommitChunkMerge to avo...Simon Gratzer2021-05-311-8/+19
* SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avo...Simon Gratzer2021-05-311-7/+11
* SERVER-49433 Stop incrementing the collection major version on chunk splitsMatthew Saltz2020-08-121-25/+0
* SERVER-48361 Additional logv2 message cleanup for shardingjannaerin2020-06-021-0/+1
* SERVER-47895 Use uassert in makeCommitChunkTransactionCommand() when checking...Gregory Noma2020-05-081-1/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-031-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-141-21/+30
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-301-14/+16
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-19/+37
* SERVER-45340 Enable the mixed FCV test for FCV 4.2 -> FCV 4.4Alex Taskov2020-01-021-1/+2
* SERVER-44716 Make donor of a migration use _configsvrEnsureChunkVersionIsGrea...Esha Maharishi2019-12-171-10/+32
* SERVER-45065 Add a method ShardingCatalogManager::ensureChunkVersionIsGreater...Esha Maharishi2019-12-121-0/+97
* SERVER-41764 Serialize moveChunkCommit and removeShardRandolph Tan2019-12-021-0/+20
* SERVER-44448 Delete dead code ShardingCatalogManager::_findCollectionVersionCheahuychou Mao2019-11-211-47/+0
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-151-16/+110
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2019-10-111-0/+105
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43229 Check if config metadata has merged chunk already before checkin...Janna Golden2019-09-241-0/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-39763 transactions_target_at_point_in_time.js should disable expiring ...Esha Maharishi2019-09-051-4/+7
* SERVER-42368 Remove max shard key size limit of 512 bytesJamie Heppenstall2019-08-081-6/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-39/+16
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-10/+32
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-07-221-45/+82
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-271-0/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36411 include shard id/name in changelog/actionlog entriesKevin Pulo2018-11-141-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-051-17/+10
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-14/+17
* SERVER-35392 Remove FCV logic concerning chunk history and afterClusterTimeBlake Oler2018-06-201-195/+24
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34893 Make the config server determine the control chunk on migration ...Randolph Tan2018-05-241-10/+32
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-04-301-3/+10
* SERVER-33781 upgrade/downgrade config.chunks metadata with a new history field.Martin Neupauer2018-04-131-51/+267
* SERVER-34194 applyOps update for control chunk should include history arrayJack Mulrow2018-04-091-0/+1
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-0/+4
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-4/+95
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-141-95/+4
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-4/+95
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-32320 Make sharding doTxn back into applyOps temporarily.Matthew Russotto2018-03-011-15/+15
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-0/+669