summaryrefslogtreecommitdiff
path: root/src/mongo/s/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65816 Change balancer policy to balance on data size rather than numbe...Pierlauro Sciarelli2022-10-141-0/+1
* SERVER-66480 introduce joinMigration shard cmd to set a barrier on the Balanc...Paolo Polato2022-05-291-0/+1
* SERVER-64352 mongo shell no longer built by defaultAlexander Neben2022-05-131-1/+2
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-251-0/+1
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-121-0/+1
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-3/+0
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-051-3/+0
* SERVER-62261: Implement getClusterParameter command on mongod and mongosVarun Ravichandran2022-04-011-1/+1
* SERVER-64872 Ensure `CollectionUUIDMismatch` from sharded `aggregate` does no...Gregory Noma2022-03-311-0/+1
* SERVER-64492 Add async version of shardVersionRetryRandolph Tan2022-03-251-0/+1
* SERVER-64864 Get rid of the unused '_cloneCollectionOptionsFromPrimaryShard' ...Kaloian Manassiev2022-03-241-1/+0
* SERVER-62265 Add setClusterParameter command to mongosMarcos Jose Grillo Ramirez2022-03-181-0/+1
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-161-1/+3
* SERVER-63759 First implementation of the Router APIKaloian Manassiev2022-03-151-1/+2
* SERVER-64407 Add ResourceYielder support to ARSJack Mulrow2022-03-111-0/+1
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-041-0/+1
* SERVER-63761 Implement first version of moveRange command (aliasing moveChunk)Pierlauro Sciarelli2022-03-041-0/+1
* SERVER-63525 Build setUserWriteBlockingMode mongos commandJordi Serra Torrens2022-03-021-0/+1
* SERVER-64035 Ensure all UNSHARDED code paths include DBVersionKaloian Manassiev2022-03-011-1/+0
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-0/+1
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-1/+1
* SERVER-63088 Change chunk version persistance formatMarcos José Grillo Ramirez2022-02-181-0/+1
* SERVER-63286 Ensure `CollectionUUIDMismatch` from `createIndexes` and `dropIn...Gregory Noma2022-02-091-0/+1
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-281-1/+0
* SERVER-57416 Create Feature flag for no more auto-splitterPierlauro Sciarelli2022-01-261-0/+1
* SERVER-62332 Make RefineCollectionShardKeyCoordinator disallow migrations whi...Jordi Serra Torrens2022-01-211-0/+1
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-12/+1
* SERVER-61558 Rename configureCollectionAutosplitter commandr5.3.0-alpha0Tommaso Tocci2022-01-131-1/+1
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-0/+1
* SERVER-61844 Allow mongos and mongoq to have different startup initializationEsha Maharishi2021-12-171-7/+20
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-1/+0
* SERVER-61424 - Adding tenant_to_shard_cache class and link it to mongoq onlymathisbessamdb2021-11-241-0/+1
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-0/+1
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2021-11-191-1/+2
* SERVER-59396 Adds server parameter `healthMonitoring`Andrew Witten2021-11-021-0/+1
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-10-201-0/+1
* SERVER-60113 Pull commands shared between mongos and mongoqd into separate libjannaerin2021-10-191-1/+2
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2021-10-131-0/+1
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-0/+1
* SERVER-58367 Create Feature flag for PM-2384Antonio Fuschetto2021-10-041-0/+1
* SERVER-59181 Support delete operation for sharded time-series collectionsNikita Lapkov2021-10-011-0/+1
* SERVER-58960 Add benchmarks to measure the overhead from ShardingWriteRouter ...Luis Osta2021-09-301-0/+1
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-221-1/+1
* SERVER-60007 Implement command to drop collection if its UUID differs from th...Pierlauro Sciarelli2021-09-211-0/+1
* SERVER-59845 selectChunkSplitPoints must rely on the autoSplitVector functionPierlauro Sciarelli2021-09-171-0/+1
* SERVER-59127 Remove the legacy configsvr_merge_chunk_commandPaolo Polato2021-09-141-1/+0
* SERVER-59855 merge timeseries_idl into timeseries_optionsBenety Goh2021-09-101-2/+2
* SERVER-59855 clean up SConscript references to timeseries_idl libraryBenety Goh2021-09-091-5/+8
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-0/+1
* SERVER-58502 mongos hello loadBalanced optionBilly Donahue2021-08-301-1/+27