summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67882 Give sharded_collections_jscore_passthrough additional time on ↵r5.0.10-rc0r5.0.10Jeff Zambory2022-07-121-1/+5
| | | | mac variants
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() ↵Tommaso Tocci2022-07-125-70/+116
| | | | | | function (cherry picked from commit 527dfe85a1771586339b34a177b3f7954aa2793b)
* SERVER-66461 added macos signing at evergreen archive stepDaniel Moody2022-07-124-0/+122
| | | | (cherry picked from commit 362dbbd4c3c71a9604a085fbcf2636a961b5ff32)
* SERVER-66658 Shard registry might be accessed before initializationTommaso Tocci2022-07-112-18/+17
| | | | (cherry picked from commit 4851768e1d7c54e576300c75a976910e96703458)
* SERVER-64725 Make ShardRegistry::periodicReloader interruptibleTommaso Tocci2022-07-112-77/+31
| | | | (cherry picked from commit ecff61d82253c9103e94ef50327d5c6cf8d64c1c)
* SERVER-62386 change variable name to avoid ambiguosityPierlauro Sciarelli2022-07-111-2/+2
| | | | (cherry picked from commit d0f32751e8ea82c49639d2b6cad982895897beb7)
* SERVER-64509 Fix ShardRegistry threadpool shutdown orderTommaso Tocci2022-07-111-2/+3
| | | | | (cherry picked from commit 077b55e6330264b262d87d296a7f7006fece669e) (cherry picked from commit 6a1b4f309d741385eb49b1f87ebe94a2781c1411)
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2022-07-103-3/+13
| | | | cherry-picks 85cf0f4bdb5763514df90653a677cf8fa0100305
* Revert "SERVER-67532 Fail oplog server status section less"Gabriel Marks2022-07-082-12/+9
| | | | This reverts commit aef40887716046f0ac3503d3142630a23ae8b1e5.
* SERVER-66520 add index build UUID to BackgroundOperationInProgress messageBenety Goh2022-07-083-21/+53
| | | | (cherry picked from commit d6a12bacdc9ebee0f4813d3f0a81252aa4f519bb)
* Import wiredtiger: 09f3e7c4cf70047cdb9f53585b4d848b64a9bed7 from branch ↵Luke Chen2022-07-083-8/+109
| | | | | | | | | mongodb-5.0 ref: eee63fc9be..09f3e7c4cf for: 5.0.10 WT-8669 Assert that the timestamps are not OOO in __hs_insert_record
* Import wiredtiger: eee63fc9be1103acfff5614bfd91d7f0ec088aca from branch ↵Luke Chen2022-07-085-59/+63
| | | | | | | | | | mongodb-5.0 ref: 5677dc201b..eee63fc9be for: 5.0.10 Reverted ticket(s): WT-9302 Deprecated object_target_size as a config in api_data.py
* Import wiredtiger: 5677dc201b873fcba04dc7d10757bcf7b8e933b0 from branch ↵Luke Chen2022-07-085-63/+59
| | | | | | | | | mongodb-5.0 ref: 40b4e65dcb..5677dc201b for: 5.0.10 WT-9302 Deprecated object_target_size as a config in api_data.py
* Import wiredtiger: 40b4e65dcb917d8982ed3435198c243f295df7ec from branch ↵Luke Chen2022-07-0812-90/+326
| | | | | | | | | mongodb-5.0 ref: 63d11d0a30..40b4e65dcb for: 5.0.10 WT-9251 Perform log flush before the metadata checkpoint
* Import wiredtiger: 63d11d0a30481536258b0696caa9434edecc0360 from branch ↵Luke Chen2022-07-084-18/+31
| | | | | | | | | mongodb-5.0 ref: ccb6525c8d..63d11d0a30 for: 5.0.10 WT-9249 Compare and fix the start durable timestamp if it is greater than ooo timestamp
* Import wiredtiger: ccb6525c8d166c87fefa9ab87d6db9270ac1fc46 from branch ↵Luke Chen2022-07-084-138/+2
| | | | | | | | | mongodb-5.0 ref: 4aea16c7c5..ccb6525c8d for: 5.0.10 WT-8425 Push updates with the same commit timestamps in the out_of_order_ts_updates vector in hs_rec.c.
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-072-9/+12
|
* SERVER-67457 Wait for majority commit on completionAbdul Qadeer2022-07-071-2/+2
|
* SERVER-62656 xcode deduction guide workaroundBilly Donahue2022-07-071-1/+1
|
* SERVER-63243 Range deleter must not clean up orphan ranges in a round-robin ↵Allison Easton2022-06-281-68/+80
| | | | | | fashion (cherry picked from commit f44581d5bfe275a3b9f0454dd7843c04ccfd1f2d)
* SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster2022-06-2811-17/+300
| | | | (cherry picked from commit 88162ec9f40f08fcf4dd31d24aa2532744e13dee)
* SERVER-67513 Disable or_to_in for jsCore_compatibility for v5.0samontea2022-06-271-0/+1
|
* SERVER-63271 Skip appending the watchdog section to serverStatus if watchdog ↵Yuhong Zhang2022-06-241-1/+5
| | | | | | is not enabled (cherry picked from commit 6d429374fbe31b67ec0303151ebc5ec01159eee5)
* SERVER-66727 Use full-precision timestamp for time-series bucketing decisionDan Larkin-York2022-06-243-9/+104
|
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-235-36/+178
|
* SERVER-65723 Add parameter oplogBatchDelayMillis to improve batching on ↵Matthew Russotto2022-06-226-49/+250
| | | | | | caught-up secondaries (cherry picked from commit 97dc4971f5894c070a029dd8d05b857062b5ddde)
* SERVER-65723 Enhance waiting API of oplog buffer.Matthew Russotto2022-06-2211-19/+108
| | | | | | Add millisecond granularity, deadlines, and Interruptibles (cherry picked from commit 6d128d3ac2197f120a8a5927e31c56bb6ab9d328)
* SERVER-64215 Interrupt OplogBufferMock::waitForData on shutdownTommaso Tocci2022-06-221-2/+4
| | | | (cherry picked from commit a66c6e95cda3a4bdb8a3ab2e5f253c4635a6dd5b)
* SERVER-67405: Fix is_patch lookup for build_variant_genDavid Bradford2022-06-212-2/+67
|
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-06-217-9/+190
| | | | (cherry picked from commit b0b3890bdfc47bfd5a3cbc6c3f4d9b53c87441c4)
* SERVER-62716 Ensure finishWaitingOneOpTime actually progressesMatt Diener2022-06-211-7/+16
|
* SERVER-64244 Drop exceptions due to transient errors for whole ↵Yu Jin Kang Park2022-06-212-92/+115
| | | | runBackgroundDbCheck function
* SERVER-59658 Change durationMillis to durationAllison Easton2022-06-161-3/+3
|
* SERVER-59658 Improve logging to reflect that sharding metadata refresh ↵Allison Easton2022-06-161-0/+15
| | | | waiting on replication
* SERVER-67220 Make set_fcv_prepared_transaction.js resilient to StaleConfig ↵Cheahuychou Mao2022-06-131-2/+7
| | | | errors
* SERVER-67106 allow the execution of _flushRoutingTableCacheUpdates over ↵Paolo Polato2022-06-131-1/+2
| | | | | | collection views (cherry picked from commit 8e0bbe75ef81964f8d15a1e9cc2c33e988a120df)
* SERVER-64433 Recovering the topology tick points on startup/init syncSergi Mateo Bellido2022-06-1317-91/+530
| | | | | | Adding a way to execute unit tests with the WiredTiger SE (cherry picked from commit cc33146088335da2bc08edf4eeec7d6b9fd724f0)
* SERVER-65399 Restart index build if recover in standalone and ↵Shin Yee Tan2022-06-101-4/+42
| | | | | | 'commitIndexBuild' oplog entry replayed (cherry picked from commit f03a09fbe1c71b82be4bcdc79f8f0c6861f066c3)
* SERVER-67167 Disable or_to_in.js from running in the parallel suiteTimour Katchaounov2022-06-101-0/+1
|
* SERVER-66046: Abort resharding on recipient errorsnandinibhartiyaMDB2022-06-092-2/+83
|
* SERVER-65371 Interrupt moveChunk when the node steps downPaolo Polato2022-06-091-6/+24
|
* SERVER-65313 Use BatchedCollectionCatalogWriter during startup recoveryHenrik Edin2022-06-092-2/+12
| | | | | | Avoids quadratic behavior when initializing Databases/Collections. (cherry picked from commit 3567535c340e69feeadbb0866f8019a6d84e355c)
* SERVER-65100 Increase block size for BSONColumn to be BSONObjMaxUserSizeHenrik Edin2022-06-081-2/+3
| | | | (cherry picked from commit 0c2e3ff94757054b976390b2060a86bfa7dd086c)
* SERVER-62272 : Migration OK for chunks existing before schema validatornandinibhartiyaMDB2022-06-073-7/+93
|
* SERVER-66433 Backport deadline waiting for overlapping range deletion to ↵Silvia Surroca2022-06-071-0/+9
| | | | finish to pre-v5.1 versions
* SERVER-67014 Suggest driver upgrade in legacy op code log warning messageDavid Storch2022-06-061-1/+2
|
* SERVER-66955 Remove JSON.send usage in sys-perf and performanceVlad Rachev2022-06-062-14/+2
| | | | | | (cherry picked from commit 421855380204e5a9dcde2b83cccef8e6f75e3a96) (cherry picked from commit 49e8e9786b5a074e3c28793e1ab7c425453cd14f) (cherry picked from commit f9045851c07c52b1a3f486abffa7bfc7eb02cc6d)
* SERVER-66866 Make the range deleter not sleep under collection lockKaloian Manassiev2022-06-043-63/+49
| | | | (cherry picked from commit cec61a460e69c47e1bf0e455214f776c62053f53)
* SERVER-58257 Add actual vs. expected message for when stats asserts failDaniel Vitor Morilha2022-06-031-0/+12
| | | | (cherry picked from commit 3b81b9afedd26f9ff6352441e9e9eb075a43b3cf)
* SERVER-66843 Use defensive programming in DeadlineFuture destructorAndrew Shuvalov2022-06-031-4/+9
|