summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-55376: Ensure reconfig cannot roll back committed writes in PSA setsXueruiFa2021-11-1711-20/+522
* SERVER-60804 Remove shard version checks from cursor_valid_after_shard_stepdownAllison Easton2021-11-171-17/+0
* SERVER-58119 single_node_set_new_hostname.js needs to call replSetReconfig wi...Vishnu Kaushik2021-11-151-2/+8
* SERVER-61466 SERVER-59409 BACKPORT-10659 Fix race between reconfig replicatio...Andrew Shuvalov2021-11-1417-160/+408
* 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-60928 [4.4] Modify compound_hashed_shard_key.js to handle latest 4.2 m...Arun Banala2021-11-121-42/+13
* SERVER-51329: Fix Unexpected non-retryable error when shutting down aKshitij Gupta2021-11-123-6/+11
* SERVER-60670 use a separate branch instead of a specific commit for TPCCAlex Podelko2021-11-122-4/+2
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-11-1027-12/+628
* SERVER-60671 Remove the Dagger toolRyan Egesdahl2021-11-099-1788/+0
* 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-55382 Move NoSuchTransaction error to skippableErrorsLuis Osta2021-11-091-3/+3
* SERVER-49028 Use a 3-node replica set to avoid having the primary stepdown if...Gregory Wlodarek2021-11-091-0/+6
* SERVER-48673 Allow retrying establishing a connection to a replica set in get...jannaerin2021-11-081-1/+11
* SERVER-59409 Reverted: Fix race between reconfig replication and stepupAndrew Shuvalov2021-11-0816-397/+160
* SERVER-59409 Fix race between reconfig replication and stepupAndrew Shuvalov2021-11-0716-160/+397
* 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-032-16/+27
* SERVER-60948 Insert document in new collection in migration_id_index.js to aw...ali-mir2021-11-031-0/+4
* SERVER-59191 Use expansions in modulesVlad Rachev2021-11-012-22/+22
* SERVER-59924 Error executing aggregate with with available read concern on s...Eric Cox2021-10-297-100/+75
* 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
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-10-2713-21/+449
* SERVER-60950 Pin Dependencies to fix task failures in s390x & pp64letrahman13182021-10-271-1/+2
* SERVER-60971: Remove calls to BF Suggestion serviceDavid Bradford2021-10-251-26/+0
* SERVER-58406: Enable WT debug table logging when the test proctor is enabled.Daniel Gottlieb2021-10-251-7/+11
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ch...Marcos José Grillo Ramirez2021-10-256-13/+226
* SERVER-60652 Backport the autoSplitVector logic to v4.4Pierlauro Sciarelli2021-10-2224-161/+1204
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-10-226-27/+81
* SERVER-60877: Correct an unintended heavy object copy.Daniel Gottlieb2021-10-211-16/+16
* SERVER-60326 Windows server fails to start when X509 certificate has empty su...Erwin Pe2021-10-216-2/+156
* SERVER-55395 stdx/thread.h needs cstdlibBilly Donahue2021-10-211-0/+1
* SERVER-59890 Exclude chunk migration test from config stepdown suite.Max Hirschhorn2021-10-211-0/+3
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-214-0/+100
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ste...Wenbin Zhu2021-10-203-13/+42
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-205-1/+36
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-10-206-37/+159
* SERVER-46521 Extend mirrored reads generation testsAmirsaman Memaripour2021-10-201-23/+288
* SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow2021-10-201-4/+10