summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57114 Change refine collection shard key command to use ShardingDDLCoo...Marcos José Grillo Ramirez2021-06-112-7/+15
* SERVER-57350 fix ShardKeyPattern::parseShardKeyPattern() to handle int values...Benety Goh2021-06-101-1/+1
* SERVER-56444 Grant read/write access on time-series buckets collections to ad...Mark Benvenuto2021-06-101-0/+18
* SERVER-57266 Create IDL representation for resharding metrics time intervalsjannaerin2021-06-091-0/+13
* SERVER-56851 Remove dead code for ShardedHookList from mongos_main.cppJunhson Jean-Baptiste2021-06-081-7/+0
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-042-2/+5
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-0310-52/+129
* SERVER-57018 Make shards release their dist locks on step-upKaloian Manassiev2021-06-021-7/+4
* SERVER-57260 Plumb through userCanceled to the _shardsvrAbortReshardCollectio...Luis Osta2021-06-021-0/+5
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-024-0/+419
* SERVER-56890 Use a well typed struct rather than object_owned for presetResha...Randolph Tan2021-06-015-55/+16
* SERVER-57307 Improve deletion of config.chunks entries with hint and retriesPierlauro Sciarelli2021-05-315-5/+13
* SERVER-57204 Extend the _configsvrSetAllowMigrations command to take the coll...Jordi Serra Torrens2021-05-311-0/+4
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-05-281-2/+8
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-283-0/+11
* SERVER-57201 applyChunkOpsDeprecated function queries config.chunks always by...Sergi Mateo Bellido2021-05-276-2/+15
* SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao2021-05-262-4/+11
* SERVER-57189 Change the type of the zones parameter in resharding commands to...jannaerin2021-05-262-3/+5
* SERVER-56950 Avoid shardRegistry reload infinite loop when overlapping with s...Simon Gratzer2021-05-261-2/+8
* SERVER-57057 Reduce routing info refreshes on the mergeChunks pathSimon Gratzer2021-05-261-5/+6
* SERVER-56883 Fix db.collection.stats() error on mongos when calling on timese...Henrik Edin2021-05-251-1/+5
* SERVER-56868 Fix semantics for write concern provenance when implicit default...Huayu Ouyang2021-05-251-3/+12
* SERVER-57022 Add a way to construct a ComparableDatabaseVersion without a val...Sergi Mateo Bellido2021-05-254-4/+16
* Revert "SERVER-56950 Avoid shardRegistry reload infinite loop when overlappin...Max Hirschhorn2021-05-251-7/+1
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-244-13/+12
* SERVER-56638 Create explicit command for abort participants in reshardCollectionRandolph Tan2021-05-211-0/+9
* SERVER-56950 Avoid shardRegistry reload infinite loop when overlapping with s...Simon Gratzer2021-05-211-1/+7
* SERVER-57022 The CollectionShardingRuntime should be updated when there is an...Sergi Mateo Bellido2021-05-211-0/+2
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-2014-31/+91
* SERVER-56816: Remove resharding RecipientStateEnum::kRenamingJamie Anderson2021-05-201-1/+0
* SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate ke...Denis Grebennicov2021-05-202-2/+3
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-202-4/+2
* SERVER-55684: Remove resharding's RecipientStateEnum::kSteadyState stateJamie Anderson2021-05-191-1/+0
* SERVER-56296 Uniform `fromNss == toNss` rename behavior between rs and sharde...Pierlauro Sciarelli2021-05-191-0/+4
* SERVER-55111 When using a nested shard key, a delete in a txn to a chunk that...Jordi Serra Torrens2021-05-173-0/+192
* SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan2021-05-141-2/+2
* SERVER-56908 Changing at which time the ComparableChunkVersion object is crea...Jordi Serra Torrens2021-05-147-115/+23
* SERVER-56726: Rename resharding coordinator enums to reflect the delineation ...Jamie Anderson2021-05-141-2/+2
* SERVER-56799 Use temporary namespace when writing tags docs for zones passed ...jannaerin2021-05-131-0/+16
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-134-50/+38
* SERVER-52461 Enable resharding feature flag by default.Max Hirschhorn2021-05-123-3/+4
* SERVER-55685: Remove reshardingFields.abortReason from the config.collections...Jamie Anderson2021-05-121-3/+0
* SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis2021-05-121-1/+5
* SERVER-52465 Enable feature flag for Sharded collections support all DDL oper...Pierlauro Sciarelli2021-05-121-1/+2
* Revert "SERVER-50549 transform state-changing errors returned by mongos"Sviatlana Zuiko2021-05-113-11/+0
* SERVER-55677 Remove resharding's DonorStateEnum::kPreparingToBlockWrites stateHaley Connelly2021-05-101-1/+0
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-103-0/+11
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-098-253/+59
* SERVER-56689 ensure mongos collStats can handle large values for scaleBenety Goh2021-05-091-1/+1
* SERVER-54507 Can't execute merge if sharding catalog cache is emptyEric Cox2021-05-073-120/+0