summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-19158-309/+339
* SERVER-67416 Always sort fieldpath string sets using custom comparatorSteve Tarzia2023-01-1958-202/+216
* SERVER-72046 Add test for concurrent migration fetching and insertionRachita Dhawan2023-01-191-1/+3
* SERVER-70369 add server parameter for num inserter/fetcher threads in chunk m...Andrew Witten2023-01-192-1/+69
* SERVER-68647 create feature flag for pm-3014Andrew Witten2023-01-191-0/+4
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2023-01-1715-258/+428
* SERVER-71068 Remove partial indexes FCV startup checkMatt Boros2023-01-172-35/+41
* SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2023-01-179-180/+472
* SERVER-72831 Fix use after move in sharding_util::processShardResponsesTommaso Tocci2023-01-161-4/+4
* SERVER-72535 Disallow creating the 'admin', 'local', and 'config' databases w...Jordi Serra Torrens2023-01-163-2/+108
* SERVER-71771 Fix overflow error in Collection Defragmentation AlgorithmPaolo Polato2023-01-131-9/+12
* SERVER-71924 Reduce verbosity of chunk merge change log eventSilvia Surroca2023-01-131-19/+5
* SERVER-71328 Ensure correct filtering metadata on donor shard after multiple ...toto2023-01-122-5/+15
* SERVER-71399 Jumbo chunk flag must be cleared following a chunk splitSilvia Surroca2023-01-112-0/+50
* SERVER-68853 Remove invariant that a session stat needs to be a slow op statSulabh Mahajan2023-01-101-1/+4
* SERVER-67406 Ensure we don't remove user $fields when removing metadataJoel Redman2023-01-092-2/+61
* SERVER-71006 Fix race where a reader does not observe a concurrent multikey w...Henrik Edin2023-01-093-54/+119
* SERVER-71691 handle paused execution in setWindowFieldsAlyssa Wagenmaker2023-01-094-6/+26
* SERVER-67290 Support repair on clustered collections with missing _mdb_catalogHaley Connelly2023-01-098-16/+51
* SERVER-69890 Concurrent movePrimary and removeShard can move database to a no...Antonio Fuschetto2023-01-092-3/+17
* SERVER-71609 `splitOrMarkJumbo` must not over-split chunksPierlauro Sciarelli2023-01-095-13/+28
* SERVER-72176 MetadataManagerTest must reset `orphanCleanupDelaySecs` to the d...Pierlauro Sciarelli2023-01-091-0/+9
* SERVER-72422 FCBIS may never truncate the oplog (tests)Matthew Russotto2023-01-061-0/+5
* SERVER-66570: Ensure that pushed down projections computed from the metadata ...Hana Pearlman2023-01-055-39/+238
* SERVER-72533 Shards must send `validAfter` field on _configsvrCommitChunksMer...Silvia Surroca2023-01-052-0/+6
* SERVER-71771 Defragmenter should cap chunk size estimationPaolo Polato2023-01-0510-32/+103
* SERVER-72416 Find and findAndModify commands' ExpressionContext should inheri...Arun Banala2023-01-054-13/+36
* SERVER-70323 converts many sharding invariants to tassertTommaso Tocci2023-01-054-96/+154
* SERVER-71597 Fix race condition on createDatabase for case sensitive dbNameTommaso Tocci2023-01-051-1/+1
* SERVER-70139 Check a view's property before returning it as a time-series col...Yuhong Zhang2023-01-041-20/+18
* SERVER-72301 Use ordered:false when inserting chunks in the create collection...Marcos José Grillo Ramirez2023-01-041-0/+5
* SERVER-71769 Add a new log message when a secondary node is skipping a two-ph...Gregory Wlodarek2023-01-031-1/+15
* SERVER-71479 Merging chunks must not set `validAfter` to the current wall timeSilvia Surroca2023-01-037-58/+76
* Revert "SERVER-71771 Defragmenter should cap chunk size estimation"Paolo Polato2022-12-2910-95/+31
* SERVER-71771 Defragmenter should cap chunk size estimationPaolo Polato2022-12-2810-31/+95
* SERVER-71880 Expose fromMigrate parameter in dropCollection() API methodsPaolo Polato2022-12-286-42/+56
* SERVER-71668 Move isLastNonHiddenShardKeyIndex check after hide index on syst...Pol Pinol Castuera2022-12-281-21/+22
* SERVER-71614 Add case to hide the index when is not compatible with shard key.Pol Pinol Castuera2022-12-233-2/+30
* SERVER-71638 Don't let to hide the last shard key index using a key patternPol Pinol Castuera2022-12-221-1/+1
* SERVER-70100 Ensure at-least-once emission of oplog entry on shardCollection(...Paolo Polato2022-12-221-0/+7
* SERVER-71020 SERVER-71939 Ensure aborting time series batch eventually remov...Dan Larkin-York2022-12-212-37/+163
* SERVER-71787 Balancer needs to attach forceJumbo to `moveRange` commandPierlauro Sciarelli2022-12-211-0/+10
* SERVER-71689 Refresh the catalogCache after dropping a collectionSergi Mateo Bellido2022-12-213-42/+34
* SERVER-72222 fix mapReduce single reduce optimization in sharded clustersDavis Haupt2022-12-211-41/+42
* SERVER-71436 Range deleter must not aggressively spam the log when shard key ...Pierlauro Sciarelli2022-12-211-6/+14
* Revert "SERVER-70100 Ensure at-least-once emission of oplog entry on shardCol...Paolo Polato2022-12-201-4/+0
* SERVER-70768 Balancer use wrong chunk size for jumbo chunksSilvia Surroca2022-12-206-21/+72
* SERVER-70100 Ensure at-least-once emission of oplog entry on shardCollection(...Paolo Polato2022-12-201-0/+4
* SERVER-72065 Fix refresh of sessions cache in CSRS secondary nodesPaolo Polato2022-12-172-14/+22
* SERVER-65259 fix cursor leak in aggregation that requires merging on shardMickey. J Winters2022-12-151-7/+21