summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: 7e595e4a3a9c30c9db0eb33f7da72c97526a2b99 from branch ↵r4.3.4Luke Chen2020-03-026-164/+135
| | | | | | | | | | | | mongodb-4.4 ref: 0a0a6354a8..7e595e4a3a for: 4.3.4 Revert below tickets: WT-5518 Split-parent code can race with other threads when checking the WT_REF.state WT-5552 Checkpoint reconciliation and page splits free the WT_REF.addr field without locking WT-5658 Fix heap-use-after-free in parent split code
* SERVER-44812 Add getReplSetConfig.commitmentStatusA. Jesse Jiryu Davis2020-03-0114-18/+76
|
* SERVER-46288 Fix uninitialized argument in unit tests.Siyuan Zhou2020-03-011-1/+1
|
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-2912-79/+198
| | | | | Support hinting in delete and findAndModify with remove=true based on hinting in update.
* SERVER-46479 Make comparison of expected and actual chunk ranges independent ↵Bernard Gorman2020-02-291-2/+2
| | | | of LogicalClock in initial_split_policy_test.cpp
* SERVER-46492 Restore WhereMatchExpression for $where as defaultJames Wahlin2020-02-2913-53/+231
|
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-2913-144/+216
|
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-2927-247/+427
| | | | | | | | - Refactoring doReplSetConfig to accept a callback. - Use replset tag system to wait for config replication. - Revert kConfigMajority write concern. - Include all nodes including arbiters in config replication quorum. - Reconfig with term -1 using the current config on downgrade.
* SERVER-42930 Pools for hosts can outlive their groupsBen Caimano2020-02-281-4/+24
| | | | | | | Previously, SpecificPools always were shutdown if their Controller told them they _could_ shutdown. This commit changes the logic to allow SpecificPools to reject their Controller's suggestions if the SpecificPool no longer thinks it is "expired".
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2859-135/+99
|
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-2815-351/+88
| | | | This reverts commit d1429a5a66efa56fba4ab01dc4fa925b29371fdc.
* Revert "SERVER-45958 End to end tests for selected_tests"Lydia Stepanek2020-02-282-99/+24
| | | | This reverts commit cc7df7d69ff471a1b4e3affcc4d2612577e43ae8.
* SERVER-46463 add logging for hedged readsMisha Tyulenev2020-02-282-2/+17
|
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-28172-1178/+1445
| | | | This patch includes also moves ownership of the collator to the ExpressionContext.
* SERVER-46360 LockManager dump improvementsBilly Donahue2020-02-282-14/+26
|
* SERVER-45537 Test currentOp for aggregation pipeline with $unionWithArun Banala2020-02-281-0/+213
|
* SERVER-46488 recoverFromOplogUpTo should use the recovery timestampGregory Wlodarek2020-02-282-19/+12
|
* SERVER-46488 queryableBackupMode should recover from the journal files on ↵Gregory Wlodarek2020-02-282-26/+23
| | | | startup
* SERVER-46431 Attach lsid and txnNumber to commands sent through ↵Gregory Noma2020-02-284-11/+21
| | | | ReplicaSetNodeProcessInterface
* SERVER-46496 Retry on exceptions in reconfig_add_remove_arbiter.jsVesselina Ratcheva2020-02-281-1/+1
|
* SERVER-46495 ssl_cluster_ca should disable hang analyzer when failures are ↵Matthew Russotto2020-02-281-3/+10
| | | | expected
* SERVER-45562 Ensure consistent $$NOW value across $unionWith armsCharlie Swanson2020-02-281-13/+35
|
* SERVER-45958 End to end tests for selected_testsLydia Stepanek2020-02-282-24/+99
|
* SERVER-9391 tailable cursors should throw an exception in DBClientCursor ↵Cheahuychou Mao2020-02-2816-8/+96
| | | | when a cursor is not found on the server
* SERVER-46459 Ubuntu 18.04 ASAN builder specifies enterpise targets with no ↵Mathew Robinson2020-02-281-1/+0
| | | | module
* SERVER-46342 Reload systemd service file on install for deb platformsMathew Robinson2020-02-284-0/+12
|
* SERVER-46113 Ensure free variables are rejected in view definitionsKatherine Wu2020-02-281-0/+4
|
* SERVER-46129 Correct function variable namingMathew Robinson2020-02-281-1/+1
|
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-2815-88/+351
|
* SERVER-46470 Rename 't' field to 'configTerm' in replica set heartbeat responsesWilliam Schultz2020-02-282-2/+4
|
* SERVER-46385 Complete TODO listed in SERVER-46018Mark Benvenuto2020-02-282-19/+9
|
* SERVER-46276 Ensure cross-db $out handles authz correctlynzolnierzmdb2020-02-281-10/+56
|
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-289-94/+39
|
* SERVER-46451 re-enable apply_ops_index_collation.js and ↵Benety Goh2020-02-281-5/+0
| | | | apply_ops_invalid_index_spec.js in parallel suite
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT ↵Gabriel Russell2020-02-2815-184/+439
| | | | and MONGO_LOG
* SERVER-46489 Decrease frequency of ephemeralForTest builderLouis Williams2020-02-281-0/+2
|
* SERVER-46451 fix index_build.js to work with the parallel test suiteBenety Goh2020-02-281-2/+2
|
* SERVER-46094: Now using walltime instead of ts when checking for excess ↵Andrew Chen2020-02-282-42/+88
| | | | oplog stones.
* SERVER-46482 Move to daily cadence for WT Develop sys-perf variantsHenrik Ingo2020-02-281-2/+2
|
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-289-16/+74
|
* SERVER-46417 Temporarily make dbclient_rs_test use the ↵Haley Connelly2020-02-281-17/+71
| | | | ScanningReplicaSetMonitor only
* SERVER-46264 Change the rename command so it is passed through IDL rather ↵Nick Zolnierz2020-02-285-23/+81
| | | | than manually constructed BSON
* SERVER-46461 Make static in getDiagnosticListenerState() immortal to fix ↵Henrik Edin2020-02-282-2/+4
| | | | destruction order issues during shutdown
* SERVER-46415 Remove logFormat option and the ability to select the text ↵Henrik Edin2020-02-2821-255/+14
| | | | formatter
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-2816-352/+89
| | | | This reverts commit c01de187585576180188d2598e5229a93a0743ed.
* SERVER-45091 Test that arbiter can commit a reconfigA. Jesse Jiryu Davis2020-02-281-0/+35
|
* SERVER-46377 Don't get a returnValue from js scope for callFunctionWithoutReturnEric Cox2020-02-282-14/+22
|
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-2827-82/+102
|
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-286-1/+246
|
* SERVER-45087 Simplify config commitment log message formatWilliam Schultz2020-02-281-5/+3
|