summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61201 Prevent deadlock when user tries to create a view on the databas...r5.0.6-rc0Dianna Hohensee2022-01-042-1/+24
* SERVER-58135: Increase numInitialSyncAttempts for JS tests with chaining disa...XueruiFa2022-01-043-5/+6
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-305-25/+133
* SERVER-60624 Use unique LSID for each test in txn_commit_optimizations_for_re...Matt Boros2021-12-301-1/+5
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-305-0/+121
* SERVER-62207 Make ReshardCollectionCoordinator store an owned BSON object for...Jordi Serra Torrens2021-12-292-1/+5
* SERVER-60517 Enforce eviction_dirty_target < eviction_dirty_trigger in the fu...Josef Ahmad2021-12-281-1/+1
* SERVER-61637 Increase default range deletion batch sizePierlauro Sciarelli2021-12-242-3/+4
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-249-28/+45
* SERVER-62037 Fixing replicate set definition for 15gbwtcache variantLuke Pearson2021-12-241-1/+1
* SERVER-62226 Don't run dbcheck_no_history_on_secondary.js on ephemeralForTestLouis Williams2021-12-231-0/+1
* SERVER-61003 ReadConcernMajorityNotAvailableYet errors from ShardRegistry mus...Pierlauro Sciarelli2021-12-232-3/+28
* SERVER-62212 Support writeConcern for dbCheck batchesLouis Williams2021-12-234-23/+229
* SERVER-62164 Remove obsoleted build variantsAndrew Morrow2021-12-222-34/+0
* 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-228-2/+250
* SERVER-62211: v5.0Cristopher Stauffer2021-12-211-24/+24
* SERVER-59428 Use more robust regex matching in rollback resumable index build...Yuhong Zhang2021-12-211-1/+2
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-217-106/+273
* SERVER-62023 Add dbCheck currentOp progress meterJosef Ahmad2021-12-211-8/+23
* SERVER-61955 Make dbCheck a generally available commandJosef Ahmad2021-12-205-16/+63
* SERVER-61757 Add configurable dbCheck batch sizeJosef Ahmad2021-12-204-6/+96
* 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-2011-107/+271
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-12-204-0/+151
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-185-12/+108
* SERVER-30846 Run dbCheck in the background of some FSM testsLouis Williams2021-12-1711-4/+305
* SERVER-60685 Allow currentOp to work with both v4.4 and v5.0Luis Osta2021-12-171-3/+8
* SERVER-61858 Wait for node to become primary before disconnecting in sync_sou...Huayu Ouyang2021-12-171-6/+6
* SERVER-61650 Disconnect nodes before restarting replication in sync_source_se...Huayu Ouyang2021-12-171-1/+5
* 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-60788 Update 'merge_causes_infinite_loop.js' to demonstrate the hallow...Mihai Andrei2021-12-161-5/+21
* 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-164-281/+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-61743 Don't apply -fno-builtin-memcmp on non-x86 platformsAndrew Morrow2021-12-151-3/+5
* 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-61738 Revive dbcheck.js and make it deterministicJosef Ahmad2021-12-151-97/+113
* 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-133-0/+64
* SERVER-56167 Guarantee hang analyzer collects core dumps for sharded clustersMikhail Shchatko2021-12-133-95/+120
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-12-1315-55/+134
* SERVER-57020 Extend tests for aggregation exprsAlexander Ignatyev2021-12-131-52/+136