summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-1014-36/+437
* SERVER-61976 Retry failed shard version refreshes on step upBrett Nawrocki2022-01-071-14/+21
* SERVER-60959 Remove assumptions about error type when aborting a time-series ...Dan Larkin-York2022-01-072-16/+0
* SERVER-61590 Add null check before accesssing time-series options in the shar...Arun Banala2022-01-071-9/+16
* SERVER-61105 Fixed log spam in moveChunk session migrationMatt Boros2022-01-061-9/+8
* SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler2022-01-064-59/+0
* SERVER-61195 Scale BucketCatalog memory limit based on RAM sizeDan Larkin-York2022-01-0510-33/+95
* SERVER-61005 rs.initiate() fails with "Invariant failure" under specific star...Huayu Ouyang2022-01-053-17/+21
* SERVER-61201 Prevent deadlock when user tries to create a view on the databas...r5.0.6-rc0Dianna Hohensee2022-01-041-0/+8
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-303-24/+44
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-303-0/+36
* SERVER-62207 Make ReshardCollectionCoordinator store an owned BSON object for...Jordi Serra Torrens2021-12-292-1/+5
* SERVER-61637 Increase default range deletion batch sizePierlauro Sciarelli2021-12-241-2/+3
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-249-28/+45
* SERVER-61003 ReadConcernMajorityNotAvailableYet errors from ShardRegistry mus...Pierlauro Sciarelli2021-12-232-3/+28
* SERVER-62212 Support writeConcern for dbCheck batchesLouis Williams2021-12-232-23/+45
* SERVER-62210 Fix dbCheck progress meter for dropped and recreated collectionsJosef Ahmad2021-12-221-3/+8
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-12-226-2/+163
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-215-52/+170
* SERVER-62023 Add dbCheck currentOp progress meterJosef Ahmad2021-12-211-8/+23
* SERVER-61955 Make dbCheck a generally available commandJosef Ahmad2021-12-204-16/+14
* SERVER-61757 Add configurable dbCheck batch sizeJosef Ahmad2021-12-202-4/+37
* SERVER-61275 Destruct the size storer after the session cache has shutdownGregory Wlodarek2021-12-201-3/+10
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-206-101/+166
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-12-202-0/+51
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-184-12/+43
* SERVER-30846 Run dbCheck in the background of some FSM testsLouis Williams2021-12-176-4/+57
* SERVER-61852 Make dbCheck try acquire the collection lock with backoffJosef Ahmad2021-12-172-55/+139
* Import wiredtiger: e2fbc4bbdcd419ca070ae5dc3b5452ba2c22f3a1 from branch mongo...Luke Chen2021-12-175-16/+67
* SERVER-61846 redact document using null instead of default mask to stay under...Benety Goh2021-12-162-8/+21
* SERVER-61846 add redaction test for small fieldsBenety Goh2021-12-161-0/+13
* SERVER-61877 Remove catalog consistency verification from dbCheckJosef Ahmad2021-12-163-245/+4
* SERVER-57289 redact should not convert BSONArray into BSONObjMark Benvenuto2021-12-152-6/+15
* SERVER-61748 dbCheck: improve database-level locking and handling of special ...Josef Ahmad2021-12-155-145/+107
* SERVER-61097 SizeStorer flush uses 'operation_timeout_ms' to avoid deadlocks ...Gregory Wlodarek2021-12-151-2/+17
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2021-12-154-44/+48
* SERVER-60334 Remove unused KVEngine::okToRename() functionGregory Wlodarek2021-12-153-24/+0
* SERVER-61931 add additional privileges on system_buckets collection for clust...Rushan Chen2021-12-152-1/+28
* SERVER-61214 Ensure having the latest known entry of the catalog cache when c...Pierlauro Sciarelli2021-12-141-3/+14
* SERVER-61628 Do not reschedule range deletion task when orphans have been ful...Pierlauro Sciarelli2021-12-141-2/+2
* SERVER-55483 Add a new startup parameter that skips verifying the tableGregory Wlodarek2021-12-132-0/+32
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-12-1314-33/+104
* SERVER-61479 Increase the number of retries to connect to a replica set follo...Gregory Wlodarek2021-12-131-1/+2
* SERVER-61883 Read support for compressed time-series bucketsHenrik Edin2021-12-1038-381/+21652
* SERVER-51476 upgrade to Abseil 20210324.1Billy Donahue2021-12-10700-12661/+104278
* SERVER-61950 Make Fetcher::join() interruptible.Max Hirschhorn2021-12-104-10/+83
* SERVER-61945 Refresh temp resharding ns during collection cloning.Max Hirschhorn2021-12-092-6/+17
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-12-085-10/+18
* SERVER-61532 Expose opcounters to detect constraint violationsJudah Schvimer2021-12-082-9/+88
* SERVER-61816 Add steps past kWaitingForVotes to assert.soonLuis Osta2021-12-081-1/+1