summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-61479 Increase the number of retries to connect to a replica set follo...Gregory Wlodarek2021-12-131-1/+2
* SERVER-59781 Retry transaction on transient error in multi_statement_transact...Marcos José Grillo Ramirez2021-12-131-70/+81
* SERVER-61681 Wait for replSetGetStatus to update in replSetGetStatus_member_w...Vesselina Ratcheva2021-12-131-24/+28
* SERVER-61883 Read support for compressed time-series bucketsHenrik Edin2021-12-1038-381/+21652
* SERVER-51476 upgrade to Abseil 20210324.1Billy Donahue2021-12-10702-12663/+104279
* SERVER-45149 Add replset commands to prevent replsetDown timeoutLuis Osta2021-12-101-1/+4
* 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-61910 initiate_takes_stable_checkpoint.js doesn't account for closing ...Vishnu Kaushik2021-12-091-2/+2
* SERVER-60004 archive all files on all mainline variantsRobert Guo2021-12-091-4/+2
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-12-087-10/+92
* SERVER-61532 Expose opcounters to detect constraint violationsJudah Schvimer2021-12-083-9/+92
* SERVER-61816 Add steps past kWaitingForVotes to assert.soonLuis Osta2021-12-083-1/+140
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-12-074-0/+125
* Import wiredtiger: ad779a189c81c868c31a22667d670d56c8c41cbf from branch mongo...Luke Chen2021-12-0712-41/+68
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-12-067-51/+172
* SERVER-60310 Skip irrelevant certificates when validating OCSP responsesErwin Pe2021-12-065-69/+393
* SERVER-61591 Robustify currentop_shell.js testRuoxin Xu2021-12-031-2/+5
* SERVER-61461 Increase 'maxTransactionLockRequestTimeoutMillis' for testsLuis Osta2021-12-023-3/+18
* SERVER-60860 Resharding cloner now really uses read preference NearestBrett Nawrocki2021-12-022-5/+9
* SERVER-60217 remove last-continuous on 5.0, apply enableReconfigRollbackCommi...Vishnu Kaushik2021-12-0224-343/+59