summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* SERVER-51485 fix std::bitset out of bounds in testBenety Goh2020-10-171-1/+1
|
* SERVER-51713 Import collections into a replica set running concurrency workloadsGregory Wlodarek2020-10-171-0/+50
|
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-1620-22/+545
|
* SERVER-51673 Fix test to shut down txn::AWS before persisting decision.Max Hirschhorn2020-10-161-3/+8
| | | | | It is otherwise possible for the decision to be persisted rather than getting interrupted by the txn::AsyncWorkScheduler being shut down.
* SERVER-46995 rename isMaster references to isPrimary in IndexBuildsCoordinatorBenety Goh2020-10-161-8/+8
|
* SERVER-46995 restrict visibility of ReplIndexBuildState fields protected by ↵Benety Goh2020-10-162-72/+72
| | | | mutex
* SERVER-51036 Remove extraneous if check from blackduck_scanner taskMark Benvenuto2020-10-161-3/+1
|
* SERVER-46995 add ReplIndexBuildState::onConflictWithNewIndexBuild()Benety Goh2020-10-163-36/+47
|
* SERVER-46995 add methods for synchronizing IndexBuildAction to ↵Benety Goh2020-10-163-21/+46
| | | | ReplIndexBuildState
* SERVER-46995 add ReplIndexBuildState methods for updating vote request ↵Benety Goh2020-10-163-12/+32
| | | | callback handle
* SERVER-46995 move index completion logic from IndexBuildsCoordinator into ↵Benety Goh2020-10-165-108/+133
| | | | ReplIndexBuildState
* SERVER-51500 Create jstest for basic time series insertGregory Noma2020-10-161-0/+127
|
* SERVER-46995 move pre-commit and abort logic from IndesBuildsCoordinator ↵Benety Goh2020-10-168-199/+268
| | | | into ReplIndexBuildState
* SERVER-51683 Await configRS optime replication before to stop it in ↵Tommaso Tocci2020-10-161-3/+3
| | | | lagged_config_secondary.js
* SERVER-50852 Rename to follow *_test patternMikhail Shchatko2020-10-161-2/+2
|
* SERVER-51389 std::move initial chunks and zones, pass ChunksAndZones by ↵Vishnu Kaushik2020-10-162-6/+7
| | | | value instead of by reference
* SERVER-46995 convert ReplIndexBuildState to class and un-inline. add methods ↵Benety Goh2020-10-164-78/+172
| | | | for resumable index builds
* SERVER-51461 Support building indexes from existing indexes guarded by ↵Vishnu Kaushik2020-10-167-0/+451
| | | | feature flag
* SERVER-51614 The catalog cache should always refresh the routine information ↵Sergi Mateo Bellido2020-10-161-10/+16
| | | | few times if it is inconsistent
* SERVER-49423 Do not set ↵Bernard Gorman2020-10-161-2/+9
| | | | coordinateCommitReturnImmediatelyAfterPersistingDecision in change stream multiversion suites
* SERVER-51036 Write new and missing component checks for Black Duck ScannerMark Benvenuto2020-10-163-37/+260
|
* SERVER-51332 tenant_migration_donor_failover_and_shutdown.js should wait for ↵Cheahuychou Mao2020-10-153-93/+234
| | | | the primary to receive the command before shutting down the node
* SERVER-46871 Added configure check for lzma when libunwind is in useDaniel Moody2020-10-152-4/+9
|
* SERVER-51660 Propagate resharding fields through the enqueued metadata ↵jannaerin2020-10-151-0/+2
| | | | combination algorithm
* SERVER-51212 Handle resharding fields from shard version mismatch functionBlake Oler2020-10-1514-67/+708
|
* SERVER-50643: fix coverity parse warning in DocumentSourceMockcaiyingshen2020-10-152-2/+2
|
* SERVER-42805 Add finer-grained log messages to replica set startup and ↵George Wangensteen2020-10-151-0/+21
| | | | config loading process
* SERVER-47898: Advancing lastDurable should advance lastAppliedLingzhi Deng2020-10-151-7/+8
|
* SERVER-50949: Return empty JournalListener token during rollbackLingzhi Deng2020-10-1510-12/+39
|
* SERVER-47642 Ensure no active snapshot before acquiring collection X lockBrian DeLeonardis2020-10-153-5/+17
|
* SERVER-51201 CollectionPtr returned from AutoGetCollectionLockFree is yieldableHenrik Edin2020-10-159-73/+70
|
* SERVER-51267 Support $arrayElemAt, $first and $last expressions in SBENikita Lapkov2020-10-1512-126/+443
|
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-1523-441/+329
| | | | | | | | | This patch does the following: - Always parses ClientMetadata before command implementations are run. - Marks general ClientMetadata as final in the first hello. - Removes client_metadata_ismaster.* (SERVER-50517) - Switches references to "isMaster" to "hello" (SERVER-50517) - Binds "$client" metadata as a decoration (SERVER-50804)
* SERVER-35111 Log a message on successfull completion of ↵George Wangensteen2020-10-151-0/+2
| | | | ReplSetTest.awaitLastOpCommitted
* SERVER-39191 Optimize count queries on sharded collectionsSebastian Mayr2020-10-152-1/+123
| | | | | | | | | | | | | | | | | When counts were made orphan-aware the addition of the SHARD_FILTER stage started preventing the COUNT_SCAN optimization on all sharded collections, leading to significant performance loss on some workloads. However, there can not be any orphans if the shard key is fully specified: A mongod will never have orphans for chunk ranges it owns. This patch changes the query system to omit the SHARDING_FILTER stage in cases where the query specifies the full shard key, regaining lost performance. Closes #1369. Signed-off-by: Ian Boros <ian.boros@mongodb.com>
* SERVER-50881 Avoid array modifications in $v:1 idempotency testsArun Banala2020-10-155-35/+41
|
* SERVER-48812 Start oplog application in MigrationServiceInstanceMatthew Russotto2020-10-158-62/+330
|
* SERVER-50961 Collect resource consumption metrics for legacy query and write ↵Louis Williams2020-10-152-8/+122
| | | | operations
* SERVER-51328 with authPierlauro Sciarelli2020-10-152-1/+15
|
* SERVER-51027 Collect document bytes written per operationLouis Williams2020-10-154-16/+249
|
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2020-10-158-12/+79
|
* SERVER-46321 update man pages for 4.4Zakhar Kleyman2020-10-1510-607/+3354
|
* Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"Robert Guo2020-10-1510-112/+31
| | | | This reverts commit e9e1635d6c4a37a4f2d8ee20ccfa2c7e916121d6.
* SERVER-25497 Fix sharded query path to handle shutdown of the mongos processRuoxin Xu2020-10-155-97/+91
|
* SERVER-51346 Setup sys-perf Evergreen task to run letsencryptMikhail Shchatko2020-10-151-0/+58
|
* SERVER-50504 $facet+$match on positional path does not seem to pass results ↵Ruoxin Xu2020-10-154-0/+66
| | | | to certain subsequent stages