summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-48332 Failed initial sync attempts should abort all ↵Gregory Wlodarek2020-06-045-38/+0
| | | | | | in-progress index builds before retrying" This reverts commit ec28479e742b52c4aa036a804820bbe8aa4afd32.
* SERVER-48492 reconfig hook should ignore ShutdownInProgress errorsPavi Vetriselvan2020-06-041-1/+8
|
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ↵Gregory Wlodarek2020-06-045-0/+38
| | | | builds before retrying
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-06-045-0/+217
|
* SERVER-47978 Make cleanupOrphaned command use onShardVersionMismatch with ↵Kaloian Manassiev2020-06-047-62/+56
| | | | boost::none
* SERVER-47536 Test the behaviour of sending a killOp to an index builder ↵Gregory Wlodarek2020-06-041-0/+105
| | | | thread while stepping down
* SERVER-47536 Test the behaviour of sending a killOp to an index builder ↵Gregory Wlodarek2020-06-042-1/+94
| | | | thread while stepping up
* Import wiredtiger: d198ee319dcb857f27358f9a75c11aab4725bedb from branch ↵Luke Chen2020-06-0430-214/+401
| | | | | | | | | | | | | | mongodb-4.4 ref: 3901b43d1e..d198ee319d for: 4.5.1 WT-6015 (4.4-only) Backup test appears to be missing oplog entries WT-6330 Perform rollback to stable on the history store as a final step WT-6358 Make wt dump print history store in human readable format WT-6359 Coverity analysis defect 114181: Explicit null dereferenced WT-6369 Make page dumps on format failure optional and off by default WT-6371 Add timing stress that delays checkpoint of history store by 10 seconds
* SERVER-48245 disallow index drops on drop-pending namespaces (system.drop.*) ↵Benety Goh2020-06-042-1/+11
| | | | if we are primary.
* SERVER-47404: Track the number of sync source changes made due to finding a ↵Xuerui Fa2020-06-044-10/+218
| | | | significantly closer node in serverStatus
* SERVER-48245 add js test for index drops on drop-pending namespacesBenety Goh2020-06-031-0/+50
|
* SERVER-48234 Create fuzzer workflow for RoleGraph consistency checkSara Golemon2020-06-0334-12/+249
|
* SERVER-48579: Merge lint python requirements filesDavid Bradford2020-06-034-9/+6
|
* SERVER-48324 FTDC - add verbose tcmalloc set parameterMark Benvenuto2020-06-0311-17/+138
|
* SERVER-48564 Fix the log race in initial_sync_fcv_downgrade.js.Suganthi Mani2020-06-031-1/+8
|
* SERVER-48245 add uuid to "CMD: dropIndexes" log message. update ↵Benety Goh2020-06-031-5/+10
| | | | checkReplState() arguments
* SERVER-48569: Add ConflictingOperationInProgress as acceptable error code to ↵Xuerui Fa2020-06-031-1/+2
| | | | stepDown in validateCollectionsCallback
* SERVER-48563 Fix intermittent failure in ↵Tess Avitabile2020-06-031-3/+7
| | | | IsMasterReturnsErrorOnEnteringQuiesceModeAfterWaitingTimesOut
* SERVER-46927 push does not depend on compileKelsey Schubert2020-06-031-1/+0
|
* SERVER-48493 RSM's isMasterMonitor should handle network exceeded time limit ↵jannaerin2020-06-032-3/+10
| | | | errors
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ↵Dianna Hohensee2020-06-034-5/+25
| | | | tickets in order to avoid deadlocks
* SERVER-27976 explain command should not accept unknown optionsMindaugas Malinauskas2020-06-037-25/+84
|
* SERVER-48519 Include mirrored read metrics in ftdcAmirsaman Memaripour2020-06-034-2/+96
|
* SERVER-48549 createIndexes must not access collection outside of lockLouis Williams2020-06-031-13/+7
|
* SERVER-47985 Implement recovery of a shard's `shardVersion` before it is ↵Tommaso Tocci2020-06-037-203/+205
| | | | allowed to perform version checking
* SERVER-47589 add option for undo recorderRobert Guo2020-06-039-12/+95
|
* SERVER-48243 Remove requires_fcv_46 tag from ↵Tommaso Tocci2020-06-031-4/+0
| | | | range_deleter_interacts_correctly_with_refine_shard_key.js
* Import wiredtiger: 3901b43d1e0f034c46999ccfdbdd0914791859e0 from branch ↵Luke Chen2020-06-0313-190/+245
| | | | | | | | | | | | mongodb-4.4 ref: cc2458c2c2..3901b43d1e for: 4.5.1 WT-5769 Search history store can potentially walk the whole history store tree WT-6328 Update test_compact02 to handle being halted by eviction pressure WT-6355 test/format can configure keys that are too short WT-6364 Fix double counting sizes of existing updates on the update chain for the history store
* SERVER-48534 Make NetworkTestEnv correctly handle fire-and-forget commandsKevin Pulo2020-06-032-4/+9
|
* SERVER-48495 fix up the errName filed of the slow query logGabriel Russell2020-06-021-1/+1
|
* SERVER-48550 Range deletion code should allow exceptions from ↵Esha Maharishi2020-06-021-10/+11
| | | | PlanExecutor::getNext to bubble up to the retry loop instead of swallowing them
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-0244-247/+328
| | | | | | * all logs under mongo/transport and mongo/util/net were reviewed and many were cleaned up * all "status"_attr were reviewed and most changed to "error"_attr
* SERVER-47696 Update v4.6 Placeholder Wire Version nameJason Chan2020-06-021-3/+3
|
* SERVER-48333 Whitelist index build oplog entries for the ↵Gregory Wlodarek2020-06-021-2/+8
| | | | admin.system.version collection during initial sync
* SERVER-48188 Fix buildscripts_test on WindowsRichard Samuels2020-06-021-5/+24
|
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to ↵Katherine Wu2020-06-029-0/+90
| | | | non-mongocryptd daemon
* SERVER-48375 Create jepsen "smoke-test"Ryan Timmons2020-06-021-0/+20
|
* SERVER-47886 Collection owns a shared Decorable object across Collection ↵Dianna Hohensee2020-06-024-23/+57
| | | | instances for the same collection
* SERVER-48529 Delete PlanCache::feedback() and related codeDavid Storch2020-06-026-95/+2
|
* SERVER-48442: Fix change_streams.js to test events in any orderSvilen Mihaylov2020-06-021-6/+17
|
* SERVER-47247 Add the Logical Clock and Causal Consistency section to the ↵Misha Tyulenev2020-06-021-0/+126
| | | | sharding arch guide
* SERVER-48062 Index build abort should not be interrupted by stepdownLouis Williams2020-06-022-0/+88
|
* SERVER-8628 Check the index option of collMod for unrecognized fieldsGregory Noma2020-06-022-0/+30
|
* SERVER-45642 Fix WiredTigerCheckpointThread to skip checkpointing if ↵Dianna Hohensee2020-06-026-26/+50
| | | | | | syncdelay is set to 0; disallow users from setting syncdelay values greater than an hour; and stop spurious checkpoint thread wakeups. Also move JS tests using high syncdelay values to using the now working 0 value to disable checkpointing.
* SERVER-48540 Shell MongoRunner.arrOptions should not filter out 0 value test ↵Dianna Hohensee2020-06-021-1/+1
| | | | defined server parameters
* SERVER-46993 Split parameters exclusive to mongos from being included in ↵Randolph Tan2020-06-027-39/+78
| | | | mongod binaries
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-0211-1/+72
|
* SERVER-46882 Reuse debugger process for processes of same type in ↵vrachev2020-06-026-176/+447
| | | | hang_analyzer.py
* SERVER-48538 Blacklist conversion_of_replica_set_to_sharded_cluster.js from ↵Pierlauro Sciarelli2020-06-021-0/+3
| | | | CSRS continuous stepdown suite
* Revert "SERVER-48413 Add evergreen builder for resumable index builds"Gregory Noma2020-06-0210-69/+1
| | | | This reverts commit 29e2a6737ef643bf663579c5c7b378a5c383c9b8.