summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70793 Make database metadata refresh first check new metadata under th...r5.0.14-rc0r5.0.14Antonio Fuschetto2022-11-101-0/+34
* SERVER-70373: Avoid invariant failure while aborting a resharding operationnandinibhartiyaMDB2022-11-092-45/+64
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-092-1/+142
* SERVER-70381 Fixing Sharding API usageSergi Mateo Bellido2022-11-081-6/+11
* Import wiredtiger: 8071ed76b2c701099cbb19b16d3b3c4de23d7c36 from branch mongo...Luke Chen2022-11-084-7/+29
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls(v5.0)Adi Zaimi2022-11-076-15/+168
* SERVER-60143 Avoid clearing filtering metadata after failed metadata refreshJordi Serra Torrens2022-11-041-5/+0
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-11-034-146/+86
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Jordi Olivares Provencio2022-11-034-22/+104
* SERVER-64289 Restore support for RHEL7 PPCZakhar Kleyman2022-11-021-0/+53
* SERVER-70314 Adjust time series extended range tests to account for log reten...Dan Larkin-York2022-11-012-10/+0
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`Celina Tala2022-11-012-20/+46
* SERVER-63585 Allow negative values in WTRecordStore::numRecordsDaniel Gómez Ferro2022-10-312-6/+54
* SERVER-67681 Create specific target for compile commandsJuan Gu2022-10-283-1/+27
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-2710-20/+26
* SERVER-66525 Fix errexit prevents printing pip logRyan Egesdahl2022-10-261-3/+2
* SERVER-57072 Upgrade wheel on all platformsRichard Samuels2022-10-261-1/+1
* SERVER-69507 only set rpath when link-model is dynamicTrevor Guidry2022-10-261-6/+11
* SERVER-62201 Backport removed tests to 5.0Alexander Neben2022-10-251-400/+256
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Blake Oler2022-10-25174-248/+336
* SERVER-70633 make per shard cursor passthrough suite run in 5.0 and robustify...Mickey. J Winters2022-10-243-2/+17
* Import wiredtiger: 2a44acce45238f86124a2ee95e63e45791fb7304 from branch mongo...Luke Chen2022-10-214-12/+233
* Import wiredtiger: d9340610d5c44fc315912673d15203b25ce5a80b from branch mongo...Luke Chen2022-10-212-1/+20
* Import wiredtiger: 9a95edfe238515bfd3186a1fd3a416e6b62905d1 from branch mongo...Luke Chen2022-10-213-2/+107
* SERVER-69446: Increase electionTimeoutMillis in jstests/replsets/dbcheck_writ...Will Buerger2022-10-201-1/+1
* SERVER-70469 Use virtual env python in watchdog testsMark Benvenuto2022-10-191-1/+1
* SERVER-70483 Pass task execution to Logkeeperjulianedwards2022-10-171-0/+2
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-10-142-3/+5
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+44
* SERVER-70557: Increase timeout for integration_tests_sharded on s90xJeff Zambory2022-10-141-0/+2
* SERVER-70484: Remove signal processing module from perf.yml and sys_perf.ymlanjani.bhat2022-10-132-14/+0
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-135-14/+57
* SERVER-70364 Retry once on network errorAbdul Qadeer2022-10-122-10/+8
* SERVER-68477 remove upgrade and downgrade barriers for TTL indexes with NaN e...Benety Goh2022-10-127-160/+63
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ...Benety Goh2022-10-125-3/+80
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during st...Benety Goh2022-10-123-1/+102
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-10-125-22/+53
* SERVER-70299: Remove JSON.send command usageanjani.bhat2022-10-111-10/+0
* SERVER-68477 listIndexes repairs TTL indexes with NaN expireAfterSecondsBenety Goh2022-10-114-3/+57
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-10-112-2/+50
* SERVER-68477 add test to check startup warning for TTL indexes with NaN 'expi...Benety Goh2022-10-111-0/+46
* SERVER-68477 add TTLMonitor::onStepUp()Benety Goh2022-10-102-0/+48
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-10-108-42/+162
* SERVER-68477 add unit test for TTLCollectionCacheBenety Goh2022-10-102-0/+92
* SERVER-64444 SERVER-68477 Add unittests for repairing index specsYuhong Zhang2022-10-101-0/+35
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-10-076-39/+12
* SERVER-69898 Wait for the critical section catch-up phase before refreshing t...Antonio Fuschetto2022-10-072-2/+2
* SERVER-69930 Unexpected error message in the logs attempting to refresh the v...Antonio Fuschetto2022-10-071-2/+1
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-10-063-1/+55
* SERVER-69444 Make the joining of concurrent critical section and refresh look...Antonio Fuschetto2022-10-062-98/+88