summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-58721 Set stable timestamp during replSetInitiateVesselina Ratcheva2021-10-215-7/+157
* SERVER-60740 Ignore $indexStats issued by index consistency checker in testsRui Liu2021-10-211-0/+6
* SERVER-58871 Set fixed db primary in write_concern_basic.jsJordi Serra Torrens2021-10-211-2/+3
* SERVER-60774 Early exit in ReshardingOplogFetcher if final op fetched.Max Hirschhorn2021-10-2110-36/+165
* SERVER-59890 Exclude chunk migration test from config stepdown suite.Max Hirschhorn2021-10-211-0/+4
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-214-0/+100
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-10-202-16/+27
* SERVER-60861 Remove powercycle_smoke tasktrahman13182021-10-201-1/+0
* SERVER-60795 Update 5.0 man pagesJon Streets2021-10-2014-12361/+11103
* SERVER-59970 Fix reply value from authenticate commandSara Golemon2021-10-202-6/+16
* SERVER-55516 Enable time-series tests for sharding passthroughNikita Lapkov2021-10-2023-28/+37
* SERVER-60285 Add FSM test for deletes on a sharded time-series collectionNikita Lapkov2021-10-205-0/+77
* SERVER-59180 Implement update rewrite and routing for sharded timeseries coll...Alya Berciu2021-10-2016-58/+1440
* SERVER-59181 Support delete operation for sharded time-series collectionsNikita Lapkov2021-10-207-30/+521
* SERVER-60326 Windows server fails to start when X509 certificate has empty su...Erwin Pe2021-10-196-2/+156
* SERVER-60586 Fix out_max_time_ms.js to correctly enable 'maxTimeNeverTimeOut'...David Storch2021-10-191-6/+18
* SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow2021-10-191-4/+10
* SERVER-60606 Abort index builds conflicting with emptycapped during initial syncYuhong Zhang2021-10-191-0/+1
* SERVER-60452 Fix validation when the collection does not existArun Banala2021-10-192-129/+143
* SERVER-59140 Validate shard key pattern for timeseries shardCollection commandBikash Chandra2021-10-192-0/+168
* SERVER-57567 Update sharded passthrough suite to handle time series collectionsArun Banala2021-10-1934-36/+87
* SERVER-60592 DDL participant commands need to ensure they make a write with t...Jordi Serra Torrens2021-10-193-0/+78
* SERVER-60469 Fix bug where two optimes for being reserved for retryable delet...Jason Chan2021-10-191-1/+4
* SERVER-59409 BACKPORT-10658 Fix race between reconfig replication and stepup ...Andrew Shuvalov2021-10-1920-228/+498
* SERVER-57784 Shutdown and join executors before returning from ReshardingOplo...Amirsaman Memaripour2021-10-191-45/+57
* SERVER-60774 Check every op in ReshardingDonorOplogIterator for final.Max Hirschhorn2021-10-192-0/+45
* SERVER-60573 Robustify timeseries_balancer.js testArun Banala2021-10-191-6/+11
* SERVER-60464 Enable balancer for sharded time-series collectionsArun Banala2021-10-193-17/+100
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-10-1926-66/+430
* SERVER-59855 move getTimeseriesOptions() into its own libraryBenety Goh2021-10-1913-26/+128
* SERVER-60231 Unordered batched time-series inserts should abort upon stale co...Arun Banala2021-10-194-121/+262
* Import wiredtiger: 8fc3ec7e84a127ed181d64968e24ac2d86b1c7af from branch mongo...Luke Chen2021-10-1957-803/+1625
* SERVER-60801 update logkeeper snapshotRobert Guo2021-10-191-1/+1
* SERVER-53351 Add resharding fuzzer task with shard step-ups.Max Hirschhorn2021-10-191-0/+17
* SERVER-59672 change rsSyncApplyStop failpoint's enabled logMoustafa Maher Khalil2021-10-181-1/+2
* SERVER-59409 BACKPORT-10658 Fix race between reconfig replication and stepup ...Andrew Shuvalov2021-10-1836-13/+233
* SERVER-60263 switch dynamic-sdk link-model to use whole-archive for initializersDaniel Moody2021-10-181-1/+1
* SERVER-59927 Add retry to _restoreMetrics()Brett Nawrocki2021-10-186-213/+348
* SERVER-58888 Account for pushed down stages in union explain with mode 'execu...Nick Zolnierz2021-10-182-2/+21
* SERVER-56801 Add DOCS link for reconfiguring PSA set upon failure.Faustoleyva542021-10-182-3/+5
* SERVER-59409 BACKPORT-10658 Fix race between reconfig replication and stepup ...Andrew Shuvalov2021-10-187-1/+292
* SERVER-60544 Replace remaining references to slaveDelay in replication systemali-mir2021-10-185-19/+18
* SERVER-60420 Release the critical section early in the shard collection slow ...Marcos José Grillo Ramirez2021-10-182-7/+22
* SERVER-60550 use getStatusFromWriteCommandReply() in migration_util.cppPaolo Polato2021-10-181-11/+13
* SERVER-59126 Delete buckets collection metadata from config servers on time-s...Nikita Lapkov2021-10-1812-109/+281
* SERVER-60593 Robustify sample_timeseries.js testArun Banala2021-10-181-129/+188
* SERVER-57565 Ensure time series measurements do not update orphan buckets on ...Arun Banala2021-10-185-14/+155
* SERVER-57573 Implement orphan filtering logic for $sample stage on sharded ti...Alya Berciu2021-10-185-214/+652
* SERVER-59094 Implicitly create timeseries collections with shardCollectionAlya Berciu2021-10-187-82/+136
* SERVER-57570 Disable updating granularity on sharded time-series collectionRui Liu2021-10-185-3/+83