summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/split_chunk.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-12/+12
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-4/+3
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+1
* SERVER-70220 onShardVersionMismatch should be onCollectionPlacementVersionMis...Allison Easton2022-10-131-9/+3
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-7/+9
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-7/+13
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-2/+2
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-161-2/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65204 Remove usages of StaleEpoch from the split's shard role pathKaloian Manassiev2022-04-121-8/+26
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-12/+22
* SERVER-65208 Check the top-chunk before refreshing the local metadataAntonio Fuschetto2022-04-041-40/+44
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-5/+7
* SERVER-63203 fix checkMetadataForSuccessfulSplitChunk()Paolo Polato2022-02-211-2/+4
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-111-1/+1
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-101-19/+23
* SERVER-62783 Use the 'any' form for the wrongly encoded positional formatKaloian Manassiev2022-01-261-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-2/+2
* SERVER-61726 disallow committing auto-splits for collections under defragment...Pierlauro Sciarelli2022-01-141-3/+4
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-211-11/+11
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-2/+2
* SERVER-56654 Do not use the collection distributed lock for chunk splitsKaloian Manassiev2021-06-141-11/+3
* SERVER-57127 IndexCatalog::findShardKeyPrefixedIndex() accepts CollectionPtrBenety Goh2021-06-031-5/+6
* SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avo...Simon Gratzer2021-05-171-5/+16
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-1/+2
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-6/+4
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-47976 Split chunk: convert usage of forceShardFilteringMetadataRefresh...Tommaso Tocci2020-06-091-1/+1
* SERVER-47913 Redact sharding messages in split chunk and distributed lock acq...Dan Pasette2020-05-061-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-7/+5
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-2/+5
* SERVER-44201 Remove outdated TODO noteTommaso Tocci2019-12-051-3/+0
* SERVER-43914 Permit sharding commands to accept compound hashed shard key specsArun Banala2019-11-261-14/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+8
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-071-2/+1
* Revert "SERVER-37853 Create sharded_core_txn with balancer suite"William Schultz2019-01-041-1/+2
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-041-2/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-4/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-1/+1
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-1/+1