summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49435 Make NetworkInterfaceTL::ExhaustCommandState::sendRequest ↵George Wangensteen2021-06-231-12/+12
| | | | handle exceptions
* SERVER-54128 Don't push down expressions past sort+limitDavid Percy2021-06-231-6/+33
|
* SERVER-57832 Tenant collection cloner checkIfDonorCollectionIsEmptyStage ↵Vishnu Kaushik2021-06-232-5/+52
| | | | doesn't handle collection drops on the donor
* SERVER-55760 Fix data races in Cancelation tests for AsyncTryAlex Li2021-06-232-9/+69
|
* SERVER-57898: Do not stepup for kDone in restoreMetricsAfterStepUp testKshitij Gupta2021-06-231-1/+2
|
* SERVER-57973 CreateCollectionCoordinator should use {multi:true} when ↵Jordi Serra Torrens2021-06-231-2/+2
| | | | deleting leftover chunks
* Import wiredtiger: c5620904105f2e2f092f0d08d13e610d1fc39c97 from branch ↵Chenhao Qu2021-06-233-7/+123
| | | | | | | | | mongodb-5.0 ref: fe4ad94385..c562090410 for: 5.1.0 WT-7699 Fix RTS handling to abort an out of order prepared transaction
* Import wiredtiger: fe4ad9438506b011c850762774999823bf4c047e from branch ↵Chenhao Qu2021-06-232-17/+17
| | | | | | | | | mongodb-5.0 ref: 83db66b264..fe4ad94385 for: 5.1.0 WT-7717 Change macros in local_store.c to use WT namespace
* SERVER-57540 IDL accepts null CommitQuorum typeMark Benvenuto2021-06-231-0/+7
|
* SERVER-55870 Add diagnostic information to killOp and killSessionXXX loggingSergey Galtsev2021-06-2310-1/+81
|
* SERVER-56010 Wait for primary services to finish rebuilding before ↵Wenbin Zhu2021-06-225-46/+128
| | | | completing replset initialization.
* SERVER-57217 Don't report remainingOperationTimeEstimatedSecs in currentOp ↵Junhson Jean-Baptiste2021-06-222-21/+10
| | | | metrics for resharding for donors and coordinators
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-2225-81/+451
| | | | through ReplicationCoordinatorImpl::getConfig()
* SERVER-57643: Simple8b renaming and small changesJackson Xie2021-06-222-13/+13
|
* SERVER-57643: Simple8b renaming and spec changesJackson Xie2021-06-223-19/+21
|
* SERVER-57643: Simple8b use little endian encoding + small format changesJackson Xie2021-06-223-59/+51
|
* SERVER-57643: Create Basic Decoder and Encoder FunctionsJackson Xie2021-06-224-0/+311
|
* SERVER-57927 Handle default enum values in chained_structs of IDLArun Banala2021-06-222-1/+18
|
* SERVER-56630: Unittest OpObserverImpl::onDelete for non-transaction calls.Daniel Gottlieb2021-06-221-34/+164
|
* SERVER-56630: Unittest OpObserverImpl::onInserts for non-transaction calls.Daniel Gottlieb2021-06-221-47/+147
|
* SERVER-56630: Unittest OpObserverImpl::onUpdate for non-transaction calls.Daniel Gottlieb2021-06-224-7/+298
|
* SERVER-57769 Allow tenant migration donors to advance cluster time with noopsJack Mulrow2021-06-226-15/+138
|
* SERVER-53008 Delete TODO from WiredTigerCursor get()Alison Lu2021-06-221-1/+0
|
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-2210-74/+216
|
* SERVER-57385 IndexCatalogEntryImpl looks up multikey info by offsetBenety Goh2021-06-221-1/+2
|
* SERVER-57847 RenameRangeDeletionsTest fixture should join the ↵Pierlauro Sciarelli2021-06-221-6/+13
| | | | MigrationUtilExecutor on teardown
* Import wiredtiger: 83db66b264de532d723ef32145200aea6f36962f from branch ↵Luke Chen2021-06-2212-110/+170
| | | | | | | | | | | | | mongodb-5.0 ref: b7bd2929f7..83db66b264 for: 5.1.0 WT-7665 Apply op tracking inserts in the workload transaction WT-7706 Use same transaction update when on-disk value is an aborted prepared update Reverted ticket(s): WT-7443 Add error message when bulk cursor can't get exclusive access to dhandle
* SERVER-57877 TenantOplogApplier operations must be interruptible on step ↵Vishnu Kaushik2021-06-211-0/+8
| | | | down / step up
* SERVER-54510 Ensure client is bound to thread destroying opCtx in transport ↵George Wangensteen2021-06-211-3/+10
| | | | tests
* SERVER-54775 Add timeseries update and delete feature flagKris Satya2021-06-211-0/+4
|
* SERVER-57214: Add option to wait for newlyAdded removal in awaitSecondaryNodes()XueruiFa2021-06-211-2/+9
|
* SERVER-57788 Quiet DropsTemporaryReshardingCollectionOnAbort by turning off ↵Dianna Hohensee2021-06-211-0/+6
| | | | lock-free reads
* SERVER-57603 Modify minUpdates and maxUpdates to consider calls to min and maxKris Satya2021-06-213-102/+55
|
* SERVER-57688 Fix debug gcc 11 and clang 12 builds on Fedora 34Mark Benvenuto2021-06-212-1/+4
|
* SERVER-57395 Cherry-pick upstream SCons fix for use of target and source in ↵Daniel Moody2021-06-211-3/+3
| | | | | | generators in CPPDEFINES See https://github.com/SCons/scons/pull/3949 and https://github.com/SCons/scons/issues/3790
* SERVER-57360 Log additional debug info for invariant(_requests.empty()) in ↵Dianna Hohensee2021-06-213-0/+44
| | | | ~LockerImpl
* SERVER-57844 Minor timestamp-consistency issue between the ↵Sergi Mateo Bellido2021-06-215-64/+291
| | | | ChunkManager/SSCCL and config.collections
* SERVER-57753 Wrap versionArray command in an assert.commandWorked in ↵Huayu Ouyang2021-06-211-1/+1
| | | | getHashesUsingSessions
* SERVER-57859 DDL coordinators must indefinitely retry on CommandNotFound errorPierlauro Sciarelli2021-06-211-1/+2
|
* SERVER-57385 IndexCatalogEntryImpl updates multikey info by offsetBenety Goh2021-06-211-2/+2
|
* Import wiredtiger: b7bd2929f766ebb85ccd9ea9673b487bb30e0c06 from branch ↵Luke Chen2021-06-212-2/+2
| | | | | | | | | mongodb-5.0 ref: 7123f8deb4..b7bd2929f7 for: 5.1.0 WT-7698 Decrease max_latency value in many dhandles scenario for workgen
* Import wiredtiger: 7123f8deb40e1d0100eb513c93a7aa52268cab07 from branch ↵Luke Chen2021-06-214-4/+54
| | | | | | | | | mongodb-5.0 ref: cc7bcfd1c1..7123f8deb4 for: 5.1.0 WT-7676 Reformat wtperf backup to only read in files instead of wt_copy_and_sync
* Import wiredtiger: cc7bcfd1c1105427f11401594e0877c5c1eb6cd6 from branch ↵Luke Chen2021-06-212-46/+18
| | | | | | | | | mongodb-5.0 ref: 3f236c9658..cc7bcfd1c1 for: 5.1.0 WT-7707 Simplify insert splits to use the splitting WT_REFs key
* Import wiredtiger: 3f236c96583ed1d746cd04bd72df5e9d15926a7c from branch ↵Luke Chen2021-06-2126-170/+177
| | | | | | | | | mongodb-5.0 ref: e78819461f..3f236c9658 for: 5.1.0 WT-7520 Add start and stop values to automatic flag generation code
* SERVER-57769 Allow tenant migration recipients to advance cluster time with ↵Jack Mulrow2021-06-219-18/+37
| | | | noops
* SERVER-57559 Implement LSID cache for DDL coordinatorsSimon Graetzer2021-06-2012-145/+192
|
* SERVER-57385 remove BSONCollectionCatalogEntry::IndexMetaData::name()Benety Goh2021-06-201-4/+0
|
* SERVER-57385 IndexCatalogEntryImpl stores index offset at constructionBenety Goh2021-06-202-1/+8
|
* SERVER-57385 keep index offsets stable in collection metadataBenety Goh2021-06-191-1/+4
| | | | | | When an index is dropped, the corresponding entry in the in-memory collection metadata 'indexes' array will be invalidated. Previously, the entry would be removed and the vector resized.
* SERVER-56985: Complete TODO listed in SERVER-56500Kshitij Gupta2021-06-181-2/+0
|