summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50999 Cleanup snapshot in AutoGetCollectionForReadLockFree if ↵Henrik Edin2020-10-211-6/+3
| | | | collection is dropped during loop
* SERVER-51703 index_secondary_wait_for_commit.js waits for replication before ↵Benety Goh2020-10-211-0/+4
| | | | calling listIndexes
* SERVER-50516 renames: IsMasterRTT=>HelloRTT, IsMasterOutcome=>HelloOutcomeBilly Donahue2020-10-2126-179/+174
|
* SERVER-50123 support counting processors on s390xGabriel Russell2020-10-211-4/+10
|
* SERVER-50250 Remove references to slave terminology in db.jsAli Mir2020-10-211-12/+12
|
* SERVER-51602 writeValueToStream() should truncate large strings and large ↵Melodee Li2020-10-214-6/+197
| | | | BinData values
* SERVER-51077 Add PlanNodeId to the debug print of SBE PlanStageNikita Lapkov2020-10-2129-158/+330
|
* SERVER-51773 add listIndexes command result to assertion messageBenety Goh2020-10-211-1/+1
|
* Revert "SERVER-47898: Advancing lastDurable should advance lastApplied"Max Hirschhorn2020-10-211-8/+7
| | | | This reverts commit 2ebea0648a4bd2d31abb5251d66b2b7925bb06a8.
* SERVER-50241 PeriodicShardedIndexConsistencyChecker should skip dropped ↵jaume.moragues2020-10-211-0/+5
| | | | collections
* SERVER-51771 added explicit -fcommon option so libunwind will build with GCC ↵Daniel Moody2020-10-211-0/+1
| | | | >=10.2
* SERVER-50191 Create TTL index on config.tenantMigrationDonors to garbage ↵Cheahuychou Mao2020-10-209-18/+63
| | | | collect tenant migration donors' durable state
* SERVER-50406 Add hook for PrimaryOnlyServices to build indexes on stepUpCheahuychou Mao2020-10-203-34/+80
|
* SERVER-51760 Fix 3-way compare for ArraySet in SBEAnton Korshunov2020-10-201-0/+13
|
* SERVER-51658 Access ViewCatalog via DatabaseHolder in run_aggregate so we ↵Henrik Edin2020-10-202-8/+14
| | | | don't need a Database pointer.
* SERVER-50999 Set WiredTiger RecoveryUnit in oplog read state when opening a ↵Henrik Edin2020-10-205-7/+37
| | | | | | snapshot from AutoGetCollectionForReadLockFree. This is needed as we are opening the snapshot before we have a cursor where this is normally set.
* SERVER-49336 Allow ClientMetadata to be accessed before it is finalizedBen Caimano2020-10-202-5/+6
|
* SERVER-51751: Load arrayEq util file wqin tenant_migration_no_failover.jsXueruiFa2020-10-201-0/+1
|
* SERVER-51354 Complete TODO listed in SERVER-47212Svilen Mihaylov2020-10-201-5/+1
|
* SERVER-51351 Complete TODO listed in SERVER-49766Svilen Mihaylov2020-10-201-5/+2
|
* SERVER-51454 Ensure agg parser is initialized before defaultProfileFilterDavid Percy2020-10-205-9/+32
|
* SERVER-51508 Pass '-b fat' to zic to put off timestamp bug when generating ↵Katherine Wu2020-10-201-1/+1
| | | | timezone data files
* SERVER-51145 Ensure that newly generated idents do not collide with imported ↵Gregory Wlodarek2020-10-204-51/+158
| | | | collection idents
* SERVER-50590 Remove master/slave fields from getHashes function in ↵Ali Mir2020-10-203-8/+8
| | | | replsettest.js
* SERVER-51164 Remove Non-DSI Microbenchmarks WorkloadsRyan Timmons2020-10-201-441/+6
|
* SERVER-51024 Collect document units read and written per operationLouis Williams2020-10-207-50/+266
|
* SERVER-51336 Include the bad string in the assert message inside ↵jaume.moragues2020-10-201-2/+2
| | | | NamespaceString constructor
* SERVER-51474 Create FCV transition tableA. Jesse Jiryu Davis2020-10-206-228/+201
|
* SERVER-51529 Consider views creation on namespace used by RecoverRefresh threadPierlauro Sciarelli2020-10-201-1/+3
|
* SERVER-51702 Log commands together with errors upon plan executor failuresPierlauro Sciarelli2020-10-205-24/+35
|
* Import wiredtiger: f827562f2b486e000665c97ea81674012d5a765b from branch ↵Luke Chen2020-10-2015-15/+269
| | | | | | | | | | | mongodb-5.0 ref: 6614fa3dca..f827562f2b for: 4.9.0 WT-6798 Utilize Arm LSE atomics and the correct strength barriers WT-6808 Documentation: add top level architecture picture WT-6812 Fix "out-of-order fixup" potentially corrupting historical values
* SERVER-50120 Implement Resharding oplog applier for basic crud opsRandolph Tan2020-10-209-9/+1411
|
* SERVER-51720 Fix BSONElement::_binDataVector bounds for ByteArrayDeprecatedBilly Donahue2020-10-202-10/+48
|
* SERVER-47647 Test that duplicate key error message has correct namespace ↵Geert Bosch2020-10-201-0/+17
| | | | after rename
* SERVER-49446 Implement validation error generation for additionalProperties ↵Mihai Andrei2020-10-205-81/+797
| | | | and patternProperties keywords
* SERVER-51707 Remove some lock asserts in query utilitiesDianna Hohensee2020-10-195-24/+18
|
* SERVER-48796 Disables tenant migration recipient testing.Suganthi Mani2020-10-1916-47/+159
|
* SERVER-48796 Implement recipientSyncData command in MigrationServiceInstance.Suganthi Mani2020-10-1919-151/+628
|
* SERVER-51480: Clear circular dependency of shared_ptr in ↵Andrew Shuvalov2020-10-196-9/+187
| | | | StreamableReplicaSetMonitor by changing the TopologyListenerPtr
* SERVER-51426 Verify that a client cannot gossip clusterTime from a donor ↵Cheahuychou Mao2020-10-194-2/+135
| | | | replica set to a recipient replica set
* SERVER-51523 Don't attempt to retrieve a ReshardingCoordinator instance on a ↵jannaerin2020-10-191-0/+7
| | | | replica set secondary
* SERVER-51451 Fix mongos API version parameter tests, part 2A. Jesse Jiryu Davis2020-10-191-3/+5
|
* SERVER-51659 ShardingCatalogManager::abortTxnForConfigDocument should not ↵jannaerin2020-10-192-9/+21
| | | | throw if abortTransaction fails with NoSuchTransaction
* SERVER-51259 Rename waitForIsMasterResponse failpoint to waitForHelloResponsePavi Vetriselvan2020-10-1912-97/+111
|
* SERVER-51715 Wrap timestamps with tojson in log lines in optime.jsAli Mir2020-10-191-5/+6
|
* SERVER-51272: Run resharding oplog fetching after receiving the fetchTimestamp.Daniel Gottlieb2020-10-199-88/+442
|
* SERVER-51719 BSONElement::toString must handle len < 0CLOUDP-69887Billy Donahue2020-10-192-2/+2
|
* SERVER-51260 Rename hangWhileWaitingForIsMasterResponse failpoint to ↵Pavi Vetriselvan2020-10-193-13/+13
| | | | hangWhileWaitingForHelloResponse
* SERVER-51705 Make the test case for kAborted in ↵Cheahuychou Mao2020-10-191-57/+97
| | | | tenant_migration_donor_current_op.js determistic
* Import wiredtiger: 6614fa3dcaceaa95da289bbffe3d96eecb1c972c from branch ↵Luke Chen2020-10-1911-355/+455
| | | | | | | | | | | | mongodb-5.0 ref: 0626020133..6614fa3dca for: 4.9.0 WT-6612 Increase cache size in test_prepare08 to fix rollback error due to cache pressure WT-6629 Support index tables in metadata:create cursors WT-6736 Add statistics to track evictions in parallel with checkpoint WT-6764 Wait for stable timestamp to move before publishing checkpoint information in timestamp abort test