summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62212 Support writeConcern for dbCheck batchesr4.4.11-rc1r4.4.11Louis Williams2021-12-232-22/+46
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-226-42/+161
* 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-216-101/+158
* SERVER-62023 Add dbCheck currentOp progress meterJosef Ahmad2021-12-211-8/+24
* SERVER-61955 Make dbCheck a generally available commandJosef Ahmad2021-12-213-14/+13
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-12-212-0/+51
* SERVER-61757 Add configurable dbCheck batch sizeJosef Ahmad2021-12-212-8/+51
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-214-12/+43
* SERVER-30846 Run dbCheck in the background of some FSM testsLouis Williams2021-12-205-4/+55
* 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-173-246/+4
* SERVER-61748 dbCheck: improve database-level locking and handling of special ...Josef Ahmad2021-12-175-140/+107
* Import wiredtiger: 57d44e1a1fb40776affd79d083b9c450ae989f64 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-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-131-1/+1
* SERVER-61479 Increase the number of retries to connect to a replica set follo...Gregory Wlodarek2021-12-131-1/+2
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-12-102-0/+12
* SERVER-61862 Expose $_internalReadAtClusterTime command in v4.4Matthew Russotto2021-12-081-3/+10
* Import wiredtiger: e64f50da5638af780fbcda89a85d34c6847b1241 from branch mongo...Luke Chen2021-12-0711-13/+59
* SERVER-60310 Skip irrelevant certificates when validating OCSP responsesErwin Pe2021-12-062-67/+191
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-12-029-94/+113
* 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-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-293-4/+24
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-258-3/+315
* SERVER-54909 Report last durable and last applied operation wall times for al...r4.4.11-rc0Vesselina Ratcheva2021-11-191-0/+5
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-11-197-0/+126
* SERVER-56919: Add validation for memberIndex to reconfigToPSASet() shell helperXueruiFa2021-11-171-2/+35
* SERVER-55376: Ensure reconfig cannot roll back committed writes in PSA setsXueruiFa2021-11-177-20/+162
* SERVER-61466 SERVER-59409 BACKPORT-10659 Fix race between reconfig replicatio...Andrew Shuvalov2021-11-1416-160/+343
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...Dianna Hohensee2021-11-134-5/+25
* SERVER-60946 Retry NotWritablePrimary error when initiating replset to handle...Wenbin Zhu2021-11-121-5/+26
* SERVER-51329: Fix Unexpected non-retryable error when shutting down aKshitij Gupta2021-11-123-6/+11
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-11-1026-12/+538
* SERVER-48293 change update to upsert to mitigate race condition leading to or...Vishnu Kaushik2021-11-094-9/+69
* SERVER-59329: Make sure that withTemporaryOperationContext throw an error if ...Kshitij Gupta2021-11-091-82/+104
* SERVER-59409 Reverted: Fix race between reconfig replication and stepupAndrew Shuvalov2021-11-0815-332/+160
* SERVER-59409 Fix race between reconfig replication and stepupAndrew Shuvalov2021-11-0715-160/+332
* SERVER-59409 BACKPORT-10659 part 3, make the ElectionIdSetVersionPair compari...Andrew Shuvalov2021-11-055-81/+112
* SERVER-59409 BACKPORT-10659 part 2 no op change in tests to require term and ...Andrew Shuvalov2021-11-0535-13/+201
* SERVER-59409 BACKPORT-10659 part 1, add class ElectionIdSetVersionPairAndrew Shuvalov2021-11-057-1/+292
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-11-031-5/+9
* SERVER-59924 Error executing aggregate with with available read concern on s...Eric Cox2021-10-296-100/+32
* SERVER-60511 getPinnedOplog return value should always be std::min compared w...Dianna Hohensee2021-10-291-1/+1
* SERVER-60550 use getStatusFromWriteCommandReply() in migration_util.cppPaolo Polato2021-10-281-8/+9