summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64188 Change fixture to send START POST command to mongosync.kauboy26/SERVER-64188-start-commandkauboy262022-03-153-37/+49
|
* SERVER-64474 Add null pointer assertion for index descriptor access during ↵Rui Liu2022-03-151-1/+1
| | | | index join
* SERVER-64452 Fix failure in StepUpWithkCommitted testDidier Nadeau2022-03-152-60/+91
|
* SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek2022-03-151-0/+5
|
* SERVER-53591 Change "coll_mod_takes_database_x_lock" to ↵Yu Jin Kang Park2022-03-151-4/+8
| | | | "coll_mod_takes_collection_x_lock"
* SERVER-64501 Reduce quiesce mode time for tenant migration fixtureTommaso Tocci2022-03-151-1/+1
|
* SERVER-64235 Implement timeseries lastpoint rewrite for ascending timeAlya Berciu2022-03-154-99/+339
|
* SERVER-63753 Translate $lookup result object creation in SBENikita Lapkov2022-03-156-258/+340
|
* SERVER-64149 Remove MigrationReason from MigrateInfoAllison Easton2022-03-159-153/+157
|
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors ↵Romans Kasperovics2022-03-155-53/+161
| | | | when maxTimeMs is exceeded
* SERVER-63759 First implementation of the Router APIKaloian Manassiev2022-03-157-67/+353
|
* SERVER-61893 Add capability for showing system events with showSystemEvents flagAndrii Dobroshynski2022-03-1510-23/+348
|
* Import wiredtiger: 746e435bb142b8ae482be38f8a7ed7f4a0180a96 from branch ↵Etienne Petrel2022-03-1516-51/+803
| | | | | | | | | mongodb-master ref: a5d55eec22..746e435bb1 for: 6.0.0 WT-8703 Extend recovering from backup to allow partial restores
* Import wiredtiger: a5d55eec2229a8da1233103d117871a7f51e1df8 from branch ↵Etienne Petrel2022-03-152-4/+4
| | | | | | | | | mongodb-master ref: e28c2c63bd..a5d55eec22 for: 6.0.0 WT-8923 Set the WT_READ_VISIBLE_ALL flag for the tree walk routines
* Import wiredtiger: e28c2c63bd2448d26047d3531ea59905b57668b6 from branch ↵Etienne Petrel2022-03-1523-241/+257
| | | | | | | | | mongodb-master ref: fb7a60b648..e28c2c63bd for: 6.0.0 WT-8934 WiredTiger standalone documentation review
* SERVER-63967 Upgrade `Zstandard` to 1.5.2Gregory Noma2022-03-1549-567/+912
|
* SERVER-63260 Fix incorrect $avg result when merging partial resultsYoonsoo Kim2022-03-156-495/+772
|
* SERVER-64414 Fix invalid reference tracker state during path fusion rewriteSvilen Mihaylov2022-03-144-8/+199
|
* SERVER-64478 Fix shard split test failure due to invalid tenant idsDidier Nadeau2022-03-143-3/+3
|
* SERVER-63348 Implement Interval Evaluation TreeAlexander Ignatyev2022-03-143-0/+355
|
* SERVER-64420 Fix split acceptance to successfully complete split operationDidier Nadeau2022-03-149-122/+224
|
* SERVER-64297 Revert temporary workaround in SERVER-64282Kyle Suarez2022-03-142-27/+12
|
* SERVER-64474 Add null pointer assertion for index descriptor access during ↵Rui Liu2022-03-141-0/+4
| | | | index join
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-1410-41/+61
|
* SERVER-64226 Add shell helper to check equality up to a specified number of ↵Davis Haupt2022-03-142-0/+56
| | | | digits for NumberDecimal
* SERVER-64472 Disable collMod core tests with `prepareUnique` in tenant ↵Yuhong Zhang2022-03-144-1/+7
| | | | migration suites
* SERVER-64454 tenant_migration_conflicting_donor_start_migration_cmds.js ↵jannaerin2022-03-141-2/+6
| | | | should not automatically forget migrations
* SERVER-64457 secondary_reads_waitForShardingInit.js does not force mongos ↵Sophia Tan2022-03-141-9/+14
| | | | choose the right shard
* SERVER-64469 Unbound Variable Error in antithesis_image_build.shtrahman13182022-03-141-1/+1
|
* SERVER-64451 Ensure we don't try to access BoundedSorter heap if it is emptyDan Larkin-York2022-03-141-1/+1
|
* SERVER-64397 Fix int overflow in TimeSorterDavid Percy2022-03-142-1/+64
|
* SERVER-64434 fixing heap use after free when deleting state documentmathisbessamdb2022-03-142-13/+12
|
* SERVER-63737 Add toolchain data scriptRyan Egesdahl2022-03-142-0/+845
|
* SERVER-64471 Skip checking prepareUnique on an already unique index during ↵Yuhong Zhang2022-03-142-19/+8
| | | | collMod unique conversion
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to ↵Randolph Tan2022-03-1410-13/+90
| | | | shardCollection command
* SERVER-64456: Use countDocuments() instead of count() to ensure accurate ↵Christopher Caplinger2022-03-141-1/+7
| | | | document count
* SERVER-63684: Rollback SERVER-62101, changes not required after SERVER-57250Yu Jin Kang Park2022-03-143-10/+2
|
* SERVER-64468 Delete ↵Antonio Fuschetto2022-03-141-41/+0
| | | | SucceedsIfFilteringMetadataUUIDInitiallyDifferentFromTaskUUIDButMatchesAfterRefresh
* SERVER-63452 Clean up use of 'getMainCollection()'Mihai Andrei2022-03-147-25/+19
|
* SERVER-64463 Robustify count1.js testRuoxin Xu2022-03-141-2/+3
|
* SERVER-64344 Do not use atClusterTime when refreshing routing table on ↵Tommaso Tocci2022-03-141-15/+10
| | | | config server
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-1410-61/+41
| | | | This reverts commit 1ca10441ee35fcea2a88a0c522fa0890017f5fbd.
* SERVER-63760 Report the number of TemporarilyUnvailable errors that escape ↵Louis Williams2022-03-145-10/+57
| | | | | | | the server This exposes serverStatus metrics for the number of TU errors that are caught, the number returned to the user, and the number converted to WriteConflicts for multi-doc transactions.
* Import wiredtiger: fb7a60b6486c8c294c45cdc07fb1c3db86eb7424 from branch ↵Etienne Petrel2022-03-1419-65/+131
| | | | | | | | | mongodb-master ref: e3d8b3a085..fb7a60b648 for: 6.0.0 WT-8836 Tiered Tables can only copy files to object storage after a new checkpoint completes
* Import wiredtiger: e3d8b3a08567511fd48b2ca16f9a31be023b71c4 from branch ↵Etienne Petrel2022-03-142-3/+10
| | | | | | | | | mongodb-master ref: dd6a6bd0d5..e3d8b3a085 for: 6.0.0 WT-8823 Wait for checkpoint to start using statistics instead of fixed sleep in test_rollback_to_stable26
* Import wiredtiger: dd6a6bd0d5dfacfbf2a5a8698ccde02f93ea9eb4 from branch ↵Etienne Petrel2022-03-142-2/+2
| | | | | | | | | mongodb-master ref: 403df77b0a..dd6a6bd0d5 for: 6.0.0 WT-8930 Make s_string hex number search compatible with MacOS
* Import wiredtiger: 403df77b0a6452e1b3a21ce32eec5a21aefdbe08 from branch ↵Etienne Petrel2022-03-142-2/+7
| | | | | | | | | mongodb-master ref: 23e5746ea9..403df77b0a for: 6.0.0 WT-8924 Don't check against on disk time window if there is an insert list when checking for conflicts in row-store
* Import wiredtiger: 23e5746ea948e3b1ac903f2cce3ea209e19329a1 from branch ↵Etienne Petrel2022-03-142-6/+15
| | | | | | | | | mongodb-master ref: 5e2e0e9d66..23e5746ea9 for: 6.0.0 WT-8879 Set the OOO flag when the selected tombstone is globally visible
* SERVER-64460: Testing additional variantsCristopher Stauffer2022-03-141-29/+29
|
* SERVER-64460: Disabling UndoDB VariantCristopher Stauffer2022-03-141-63/+63
|