summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-61255 DummyReplicator should replicate index version as specifiedr5.0.0-rc3Jason Chan2021-11-051-1/+0
|
* SERVER-61175 Store the original user index definition on the transformed ↵Gregory Wlodarek2021-11-056-36/+104
| | | | index definition on the buckets collection for partial indexes
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-0512-19/+420
|
* SERVER-61266 Temporarily disable query_hash_stability.js testAlexander Ignatyev2021-11-051-0/+1
|
* SERVER-60805 Rename the ShardId field on the recipient docSergi Mateo Bellido2021-11-052-3/+5
|
* SERVER-60830 Added more predicates for $eq $lt $lte in internal unpack bucketMatt Boros2021-11-052-12/+30
|
* SERVER-53504 removing TODO commentSergi Mateo Bellido2021-11-051-2/+0
|
* SERVER-60768 Validate clustered collections without a secondary indexJosef Ahmad2021-11-052-17/+22
|
* SERVER-59871 startup_recovery_for_restore_restarts.js needs to make sure a ↵Matthew Russotto2021-11-051-7/+6
| | | | checkpoint happens after failpoint
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-11-058-42/+14
|
* SERVER-60236 Ensure pre-/post-images are not retained for documents ↵Rishab Joshi2021-11-052-4/+233
| | | | belonging to migrated chunks.
* SERVER-58736 Add BatchedCollectionCatalogWriter classHenrik Edin2021-11-055-0/+206
| | | | | | Allows multiple writes to be performed on the CollectionCatalog while reusing a single copy of the CollectionCatalog instance. Used when opening the catalog to avoid quadratic behavior in the number of Collections in the catalog.
* SERVER-61183 improve logging in migration source clonerPaolo Polato2021-11-051-19/+21
|
* SERVER-60984 Report time in recipient critical section on serverStatus ↵Jordi Serra Torrens2021-11-054-5/+39
| | | | shardingStatistics
* SERVER-61238 Don't overwrite hook logger in TenantMigrationThreadMikhail Shchatko2021-11-051-4/+3
|
* Import wiredtiger: 0dc9874b5d7ae1ba790b81b02660afe5e76f1a59 from branch ↵Luke Chen2021-11-057-91/+101
| | | | | | | | | mongodb-master ref: 57cbf83a79..0dc9874b5d for: 5.2.0 WT-8350 Fix test/format problems where the wrong type of value was used to turn a configuration value off
* Import wiredtiger: 57cbf83a794976ed443d0f0a493147fe7d70800c from branch ↵Luke Chen2021-11-056-75/+24
| | | | | | | | | mongodb-master ref: 5339c184e8..57cbf83a79 for: 5.2.0 WT-8342 Coverity: CID 121074: UNINTENDED_INTEGER_DIVISION in src/support/float.c
* Import wiredtiger: 5339c184e86d5bc64706b5d7c6fd60ccd5cf60e5 from branch ↵Luke Chen2021-11-054-19/+27
| | | | | | | | | mongodb-master ref: 65c277f3b7..5339c184e8 for: 5.2.0 WT-8336 Disable unsafe-loop-optimizations flag when compiling c++ files
* Import wiredtiger: 65c277f3b719a440f51fb63315d9737344f894d3 from branch ↵Luke Chen2021-11-052-2/+4
| | | | | | | | | mongodb-master ref: 0c45718087..65c277f3b7 for: 5.2.0 WT-8157 Fix format-abort-recovery-stress-test timeout condition
* Import wiredtiger: 0c45718087157679c2d1ce996d5c7cb66864235c from branch ↵Luke Chen2021-11-055-42/+294
| | | | | | | | | mongodb-master ref: a1f0032234..0c45718087 for: 5.2.0 WT-5013 Migrate Jenkins “wiredtiger-perf-stress” job to Evergreen
* Import wiredtiger: a1f0032234a091f87f8d35f8f9d477d1250e359d from branch ↵Luke Chen2021-11-052-1/+2
| | | | | | | | | mongodb-master ref: 4fd26522f6..a1f0032234 for: 5.2.0 WT-8347 Slipup in test_checkpoint modify changes
* Import wiredtiger: 4fd26522f66d120d19b696657932db8071f78d23 from branch ↵Luke Chen2021-11-0514-260/+259
| | | | | | | | | mongodb-master ref: 4a4a0259ec..4fd26522f6 for: 5.2.0 WT-8275 Streamline compact stats
* SERVER-61095 improvements to transport_layer_asio_test (again)Billy Donahue2021-11-054-284/+286
|
* SERVER-59133 Change 'output' parameter to 'input' in syntax for ↵Mihai Andrei2021-11-057-72/+76
| | | | $firstN/$lastN/$minN/$maxN
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2021-11-054-44/+48
|
* SERVER-60334 Remove unused KVEngine::okToRename() functionGregory Wlodarek2021-11-053-24/+0
|
* SERVER-60969 Race in tenant migration state machineA. Jesse Jiryu Davis2021-11-052-3/+90
|
* Revert "SERVER-59495 Donor and recipient tenant migration state machines ↵Gregory Wlodarek2021-11-0422-481/+65
| | | | | | will persist the migration protocol info and tenantId info will be an empty string for 'Merge' protocol." This reverts commit bbc96fbba2deaac539165bcd86bbdaf6037f41dd.
* SERVER-61198 Log unified statistics for logical and file copy based initial syncMoustafa Maher Khalil2021-11-045-35/+138
|
* SERVER-59597 remove unneeded checks in scanNeil Shweky2021-11-042-36/+26
|
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and ↵Marcos José Grillo Ramirez2021-11-045-2/+49
| | | | migrations commit
* SERVER-61227 add whitespace when appending resmoke args in task generationJason Chan2021-11-041-1/+1
|
* SERVER-61213 Reconfiguration changes crash during File Copy Based Initial SyncMatthew Russotto2021-11-047-2/+62
|
* SERVER-60048 CheckReplDBHash should not fail for cases where we expect ↵Jason Chan2021-11-042-3/+33
| | | | retryable findAndModify images to be inconsistent after a restart
* SERVER-58343 Add 'requires_persistence' tagLuis Osta2021-11-041-1/+2
|
* SERVER-61167 Update Xcode current builders to 13 and enable C++20Andrew Morrow2021-11-042-2/+30
|
* SERVER-60970 Repair and extend explicit instantiations for BSON buildersAndrew Morrow2021-11-045-4/+128
|
* SERVER-61225 fix feature flag definition for standalone fixturesRobert Guo2021-11-045-13/+18
|
* SERVER-60458 Add a resmoke run flag to limit number of tests being runMikhail Shchatko2021-11-047-76/+127
|
* Import wiredtiger: 4a4a0259eca4e9b7cdebc4512145b7ca17c2e742 from branch ↵Alison Felizzi2021-11-046-40/+21
| | | | | | | | | mongodb-master ref: d6bd5d1ffd..4a4a0259ec for: 5.2.0 WT-8114 Revert allow setting the prepare timestamp smaller than or equal to the latest active read timestamp with roundup prepare config
* Import wiredtiger: d6bd5d1ffd1f9fa4cb3be94f0d29d18544a07827 from branch ↵Alison Felizzi2021-11-042-70/+44
| | | | | | | | | mongodb-master ref: 26d235f373..d6bd5d1ffd for: 5.2.0 WT-8232 Fix hs18 test to use release evict cursor to evict the page
* Import wiredtiger: 26d235f373b7a5fafdd46aa187fc223f463a1e12 from branch ↵Alison Felizzi2021-11-042-11/+65
| | | | | | | | | mongodb-master ref: a3fcb8e8c4..26d235f373 for: 5.2.0 WT-8318 Add format.sh support for a directory of CONFIG files
* Import wiredtiger: a3fcb8e8c4c0a1f26d810ef714b3ddf14b035eb9 from branch ↵Alison Felizzi2021-11-042-4/+4
| | | | | | | | | mongodb-master ref: 622ec1dfde..a3fcb8e8c4 for: 5.2.0 WT-8337 format direct I/O test fails to turn off backups
* Import wiredtiger: 622ec1dfde9f5bdc6bd5bb6865d6c64051cfb878 from branch ↵Alison Felizzi2021-11-046-13/+34
| | | | | | | | | mongodb-master ref: 374c2c9308..622ec1dfde for: 5.2.0 WT-7845 Add an oldest_id for tiered and its metadata.
* Import wiredtiger: 374c2c9308e5683e8794bde0cbbf33f717898551 from branch ↵Alison Felizzi2021-11-042-5/+8
| | | | | | | | | mongodb-master ref: 000a87af63..374c2c9308 for: 5.2.0 WT-8253 Fix disk space issue in checkpoint stress tests
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-047-97/+277
|
* SERVER-58429 Minor cleanup around PlanExecutorSBEIrina Yatsenko2021-11-042-15/+14
|
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-0411-31/+110
|
* SERVER-61158 Convert a non-unique index to a unique index via the collMod ↵Benety Goh2021-11-042-2/+12
| | | | command
* SERVER-61158 add method to Collection to set unique property in index ↵Benety Goh2021-11-046-0/+30
| | | | | | | catalog entry This adds Collection::updateUniqueSetting() and BSONCollectionCatalogEntry::IndexMetaData::updateUniqueSetting().