summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-12-072-0/+12
* Import wiredtiger: ad779a189c81c868c31a22667d670d56c8c41cbf from branch mongo...Luke Chen2021-12-0712-41/+68
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-12-066-31/+70
* SERVER-60310 Skip irrelevant certificates when validating OCSP responsesErwin Pe2021-12-062-67/+191
* 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-021-1/+2
* SERVER-58409 Use WiredTiger largest_key API to initialize the highest RecordI...Louis Williams2021-12-011-4/+16
* SERVER-49748 Load sync source FCV into memory at beginning of initial syncJason Chan2021-12-011-0/+6
* SERVER-28953 Capture mount statistics in FTDCsergey.galtsev2021-12-015-0/+216
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-12-017-76/+96
* SERVER-54468 Enable Feature flag to support sharded timeseries collectionBikash Chandra2021-12-011-1/+2
* SERVER-61416 Indefinitely retry errors in rename coordinatorPierlauro Sciarelli2021-11-303-7/+19