summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62212 Support writeConcern for dbCheck batchesr4.4.11-rc1r4.4.11Louis Williams2021-12-234-22/+229
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-228-96/+264
* SERVER-62164 Remove obsoleted build variantsAndrew Morrow2021-12-222-75/+0
* SERVER-62210 Fix dbCheck progress meter for dropped and recreated collectionsJosef Ahmad2021-12-221-3/+8
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-2111-107/+263
* SERVER-62211: Reduce frequency of buildersCristopher Stauffer2021-12-211-20/+20
* SERVER-62023 Add dbCheck currentOp progress meterJosef Ahmad2021-12-211-8/+24
* SERVER-61955 Make dbCheck a generally available commandJosef Ahmad2021-12-214-14/+62
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-12-214-0/+502
* SERVER-61757 Add configurable dbCheck batch sizeJosef Ahmad2021-12-214-10/+104
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-215-12/+108
* SERVER-30846 Run dbCheck in the background of some FSM testsLouis Williams2021-12-2010-4/+302
* SERVER-61852 Make dbCheck try acquire the collection lock with backoffJosef Ahmad2021-12-172-55/+139
* SERVER-61877 Remove catalog consistency verification from dbCheckJosef Ahmad2021-12-174-282/+4
* SERVER-61748 dbCheck: improve database-level locking and handling of special ...Josef Ahmad2021-12-175-140/+107
* SERVER-61738 Revive dbcheck.js and make it deterministicJosef Ahmad2021-12-172-97/+115
* Import wiredtiger: 57d44e1a1fb40776affd79d083b9c450ae989f64 from branch mongo...Luke Chen2021-12-175-16/+67
* SERVER-60788 Update 'merge_causes_infinite_loop.js' to demonstrate the hallow...Mihai Andrei2021-12-171-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-61743 Don't apply -fno-builtin-memcmp on non-x86 platformsAndrew Morrow2021-12-161-3/+4
* SERVER-57289 redact should not convert BSONArray into BSONObjMark Benvenuto2021-12-152-6/+15
* SERVER-61628 Do not reschedule range deletion task when orphans have been ful...Pierlauro Sciarelli2021-12-141-2/+2
* SERVER-61816 Add steps past kWaitingForVotes to assert.soonLuis Osta2021-12-133-1/+139
* SERVER-61479 Increase the number of retries to connect to a replica set follo...Gregory Wlodarek2021-12-131-1/+2
* SERVER-61681 Wait for replSetGetStatus to update in replSetGetStatus_member_w...Vesselina Ratcheva2021-12-131-24/+28
* SERVER-45149 Add replset commands to prevent replsetDown timeoutLuis Osta2021-12-101-1/+4
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-12-104-0/+123
* SERVER-51087 Add testing utility for sharding collection given ranges.Max Hirschhorn2021-12-092-0/+212
* SERVER-61862 Expose $_internalReadAtClusterTime command in v4.4Matthew Russotto2021-12-083-21/+213
* Import wiredtiger: e64f50da5638af780fbcda89a85d34c6847b1241 from branch mongo...Luke Chen2021-12-0711-13/+59
* SERVER-60310 Skip irrelevant certificates when validating OCSP responsesErwin Pe2021-12-065-69/+398
* SERVER-61461 Increase 'maxTransactionLockRequestTimeoutMillis' for testsLuis Osta2021-12-023-3/+18
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-12-0210-94/+149
* SERVER-28953 Capture mount statistics in FTDCsergey.galtsev2021-12-015-0/+216
* SERVER-56801 Add DOCS link for reconfiguring PSA set upon failure.Faustoleyva542021-11-302-3/+5
* SERVER-61791 pin python core dependenciesRobert Guo2021-11-304-7/+4
* SERVER-61689 Fixing ActiveMigrationsRegistry::lock functionSergi Mateo Bellido2021-11-291-0/+5
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-11-299-17/+450
* SERVER-56227 Fix jstest verification after using setAllowMigrations commandMarcos José Grillo Ramirez2021-11-251-1/+1
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-2516-37/+379
* SERVER-61550 Modify auto_workload_path in perf.yml to be relative to cwdMridul Augustine2021-11-241-2/+2
* SERVER-58412 Test that disabling chaining causes nodes to re-evaluate their s...Samy Lanka2021-11-231-0/+44
* SERVER-54623 Wait longer for session collection in ShardedClusterFixtureBrett Nawrocki2021-11-223-11/+29
* SERVER-54909 Report last durable and last applied operation wall times for al...r4.4.11-rc0Vesselina Ratcheva2021-11-193-0/+91
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-11-199-0/+258
* SERVER-59879 Adjust maxTimeMS value to allow for slower execution in the para...Milena Ivanova2021-11-191-2/+4
* SERVER-60756 Add additional logging for failed updates in multi_statement_tra...ali-mir2021-11-181-2/+5
* SERVER-56919: Add validation for memberIndex to reconfigToPSASet() shell helperXueruiFa2021-11-172-9/+76
* SERVER-57284: Wait for config commitment in reconfig_for_psa_set_shell.jsXueruiFa2021-11-171-4/+58