summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60974 Remove receiveChunkWaitForRangeDeleterTimeoutMS override for mul...v5.1Marcos José Grillo Ramirez2022-01-192-9/+0
* SERVER-62592 Make config server update more resilient for clearJumboFlag test...Rui Liu2022-01-141-1/+4
* SERVER-62549 Disable renew_ssl_cert in sys-perfMikhail Shchatko2022-01-121-46/+0
* SERVER-62419 fix recover_multiple_migrations_on_stepup.js execution in config...Paolo Polato2022-01-101-4/+3
* SERVER-61976 Retry failed shard version refreshes on step upBrett Nawrocki2022-01-071-14/+21
* SERVER-61590 Add null check before accesssing time-series options in the shar...Arun Banala2022-01-072-9/+37
* SERVER-62382: Use amazon2-large for the large distro on Amazon Linux 2David Bradford2022-01-061-1/+1
* SERVER-57312 Pin transitive Python dependencies and use the pinned file for i...Mikhail Shchatko2022-01-066-16/+16
* SERVER-62192 Check feature flag for sharding timeseries collection on shards ...Rui Liu2022-01-051-2/+6
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-305-24/+133
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-305-0/+121
* SERVER-62146 [SBE] Fix use-after-free bug with $arrayElemAt, $first, and $lastDrew Paroski2021-12-281-6/+21
* SERVER-61637 Increase default range deletion batch sizePierlauro Sciarelli2021-12-242-3/+4
* SERVER-61003 ReadConcernMajorityNotAvailableYet errors from ShardRegistry mus...Pierlauro Sciarelli2021-12-242-3/+29
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-249-28/+45
* SERVER-62037 Fixing replicate set definition for 15gbwtcache variantLuke Pearson2021-12-231-1/+1
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-12-228-2/+250
* SERVER-62164 Remove obsoleted build variantsAndrew Morrow2021-12-222-34/+0
* SERVER-62113 Ignore IndexBuildAborted errors when building indexes in find_fl...Jennifer Peshansky2021-12-221-1/+2
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-12-204-0/+151
* SERVER-61764 - do not run selinux tests on arm64r5.1.2-rc0sergey.galtsev2021-12-171-1/+0
* 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-61869 Fix race in migration testA. Jesse Jiryu Davis2021-12-171-87/+0
* Import wiredtiger: 24392386511cd651bd465a69220792ca256f39ea from branch mongo...Luke Chen2021-12-176-37/+73
* SERVER-62003 Fix change stream rewrite for 'fullDocument' null-equality on 'd...Bernard Gorman2021-12-153-22/+201
* SERVER-60788 Update 'merge_causes_infinite_loop.js' to demonstrate the hallow...Mihai Andrei2021-12-151-5/+21
* SERVER-61931 add additional privileges on system_buckets collection for clust...Rushan Chen2021-12-152-1/+28
* SERVER-61706 make sure that the new config has reached all nodes in cluster_x...sergey.galtsev2021-12-141-0/+33
* SERVER-61743 Don't apply -fno-builtin-memcmp on non-x86 platformsAndrew Morrow2021-12-141-3/+5
* SERVER-61839 Fix SBE implementation of $exists and $type when a positional pr...Drew Paroski2021-12-142-14/+48
* SERVER-60517 Enforce eviction_dirty_target < eviction_dirty_trigger in the fu...Josef Ahmad2021-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-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-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-61910 initiate_takes_stable_checkpoint.js doesn't account for closing ...Vishnu Kaushik2021-12-091-2/+2
* SERVER-61945 Refresh temp resharding ns during collection cloning.Max Hirschhorn2021-12-092-6/+17
* SERVER-61816 Add steps past kWaitingForVotes to assert.soonLuis Osta2021-12-073-1/+140
* SERVER-60310 Skip irrelevant certificates when validating OCSP responsesErwin Pe2021-12-065-68/+391
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-12-064-0/+124
* SERVER-61591 Robustify currentop_shell.js testRuoxin Xu2021-12-031-2/+5
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-12-0315-55/+134
* SERVER-57020 Extend tests for aggregation exprsAlexander Ignatyev2021-12-031-45/+136
* SERVER-60779 Extend CheckReplDBHash to work with TenantMigrationsFixture and ...Vishnu Kaushik2021-12-027-17/+65
* 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-49748 Load sync source FCV into memory at beginning of initial syncJason Chan2021-12-011-0/+6
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-12-018-76/+133