summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-1324-277/+30
|
* SERVER-48047 Do not generate "hidden" field in oplog if collMod "hidden" ↵Ruoxin Xu2020-05-132-0/+102
| | | | parameter is a no-op
* SERVER-47441 Remove unnecessary movePrimary calls from commands_lib.jsBlake Oler2020-05-131-6/+0
|
* SERVER-47238 Add the "The shard registry" section to the sharding arch guideBlake Oler2020-05-131-1/+33
|
* SERVER-47265 Disable tests from running in multi-version suites until ↵Kaloian Manassiev2020-05-132-16/+21
| | | | backport of SERVER-32198
* Import wiredtiger: 63b37d1861f396e09a76b69f9b786740709a6f8c from branch ↵Luke Chen2020-05-1331-338/+903
| | | | | | | | | | | | | | mongodb-4.4 ref: bdff12c233..63b37d1861 for: 4.5.1 WT-4414 Only flush dirty data during checkpoints if logging is disabled WT-5543 Failed to open cursor on table that had writing failure on close WT-6075 Re-enable csuite-wt2323-join-visibility-test WT-6080 Add statistics to count frequency of saving validity window in the data store WT-6118 Fix missing checkpoint in backup WT-6136 Record incremental extent lists before merging them with earlier checkpoints
* SERVER-48162 tolerate new benchmark report fieldsBilly Donahue2020-05-131-1/+3
|
* SERVER-46357 Make it clear in currentOp when an automatic reconfig is happeningVesselina Ratcheva2020-05-132-0/+123
|
* SERVER-47596 Add a common parent class for QuerySolutionNodes with a ↵Drew Paroski2020-05-132-107/+40
| | | | ProvidedSortSet field
* SERVER-48116 fix init-order bug in pcrecpp::RE::InitBilly Donahue2020-05-122-3/+35
|
* SERVER-47848 Don't assume pipeline needs textScore, unless needsMergeDavid Percy2020-05-123-14/+61
|
* Revert "SERVER-47681 Background validation uses the kNoOverlap read source ↵Gregory Wlodarek2020-05-121-10/+6
| | | | | | instead of kAllDurableSnapshot to prevent us from having to take the PBWM lock on secondaries" This reverts commit 1f6db03c2b428a96215d407030fa7c1650456263.
* SERVER-48013 Use atomics to reduce contention in hasSeenKeys()Amirsaman Memaripour2020-05-124-40/+60
| | | | | This commit simplifies the concurrency control in KeysCollectionManager and removes the unnecessary invocation of shouldGossipLogicalTime() in appendRequiredFieldsToResponse().
* SERVER-46698 Invariant that operations holding open an oplog hole cannot ↵Jamie Heppenstall2020-05-124-1/+23
| | | | call blocking functions
* SERVER-48152 renameCollectionAndDropTarget() should check for background ↵Gregory Wlodarek2020-05-121-4/+4
| | | | operations before calling preRenameCollection()
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-1221-288/+280
|
* SERVER-48117 Journal the write used to ensure that rollback happens in ↵Samy Lanka2020-05-121-2/+6
| | | | rollback_test.js
* SERVER-48115: Initialize pingStats before _handleHeartbeatResponse()Xuerui Fa2020-05-121-1/+6
|
* SERVER-48045 Set Java path tla_plus.yml suite configA. Jesse Jiryu Davis2020-05-123-5/+25
|
* SERVER-48086 Update commit hash parsing rules for multiversion blacklistingJason Chan2020-05-121-5/+13
|
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ↵Louis Williams2020-05-1228-299/+604
| | | | | | | | lastApplied The no-overlap time, ReadSource::kNoOverlap, is the minimum of replication's lastApplied timestamp and WiredTiger's all_durable time. This time is independent of replication state and ensures queries do not see oplog holes after state transitions from secondary to primary.
* SERVER-47911 Prevent ↵Kaloian Manassiev2020-05-121-1/+1
| | | | 'stale_mongos_and_restarted_shards_agree_on_shard_version.js' from running in the multiversion suites
* SERVER-47611 Re-work to_local_args function using argparsevrachev2020-05-123-157/+222
|
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-1225-1739/+1825
|
* SERVER-47902 Ensure ninja generators local_pool has real concurrencyAndrew Morrow2020-05-121-24/+46
|
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-1232-63/+1411
|
* SERVER-48064 properly escape in pendingDropRegexJudah Schvimer2020-05-121-1/+1
|
* SERVER-48010 Substitute ghost timestamp with no-op write in multi-statement ↵Judah Schvimer2020-05-123-38/+54
| | | | txn multikey sidetxn write
* SERVER-47974 Introduce ScopedShardVersionCriticalSection classTommaso Tocci2020-05-124-5/+136
|
* Import wiredtiger: bdff12c2331ab0478a22309a6d35519d2e2ca441 from branch ↵Luke Chen2020-05-1245-982/+1365
| | | | | | | | | | | | | | | | | | | mongodb-4.4 ref: 404b4a70af..bdff12c233 for: 4.5.1 WT-5864 Append globally visible tombstone with WT_TS_NONE to the update chain WT-6063 Re-enable checkpoint-filetypes-test in Evergreen WT-6065 Re-enable spinlock-gcc-test in Evergreen WT-6092 Use durable timestamp for global visibility check instead of commit timestamp WT-6111 Rework cell structures and unpacking WT-6157 Disable table logging in workgen stress test while running prepare transactions WT-6159 Tag verbose messages to make them easier to distinguish WT-6160 Fix format failure caused by stack overwrite WT-6161 Fix format hang when WiredTiger internal checkpoints are configured WT-6162 Fix incorrectly counts failures in format.sh WT-6166 KEY/VALUE short cells have to handle copy cells
* SERVER-47691 Remove reliance on external dependencies in ReplSetTestWilliam Schultz2020-05-123-13/+41
|
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-1210-47/+48
|
* SERVER-47453 Maintain a rolling list of timestamps of the when the recent ↵Samy Lanka2020-05-125-12/+273
| | | | sync source changes occurred
* SERVER-48059 backup restore WaitForReplication hook should ignore shutdown ↵Pavi Vetriselvan2020-05-111-3/+12
| | | | errors
* SERVER-47957 Set journaling to writeConcernMajorityJournalDefault when ↵Ali Mir2020-05-111-1/+5
| | | | specifying write concern for inserts in rollback_test.js
* SERVER-48043 mode_merge_fail.js and mode_pipeline_fail.js should not assume ↵Mihai Andrei2020-05-113-13/+57
| | | | ordering of writes from $merge
* SERVER-48103 Initiate reconfig_only_counts_*.js tests with a high election ↵William Schultz2020-05-112-2/+10
| | | | timeout
* SERVER-48060 Make tests only server parameter for making transaction ↵Cheahuychou Mao2020-05-1110-49/+45
| | | | coordinator return decision early if the shards are in latest binVersion
* SERVER-48094 Add RHEL 8.1 to repo_config yamlBrian McCarthy2020-05-111-0/+8
|
* SERVER-48088 Set minSnapshotHistoryWindowInSeconds in testsA. Jesse Jiryu Davis2020-05-112-4/+16
| | | | | sharding_non_transaction_snapshot_read.js had only set the parameter on config servers, not the shard servers.
* SERVER-47913 Redact sharding messages in cleanupOrphanedDataDan Pasette2020-05-111-2/+2
|
* SERVER-47801 Fix $meta:"textScore" for findAndModifyDavid Storch2020-05-114-36/+167
|
* SERVER-48039 Fix typo in deprecated option nameSara Golemon2020-05-111-1/+1
|
* SERVER-47823 Fix initial_sync_wt_cache_full.js to wait for secondary state ↵Vesselina Ratcheva2020-05-111-0/+1
| | | | before shutting down
* SERVER-48090: Support python 3.6 with test generation toolsDavid Bradford2020-05-111-2/+2
|
* SERVER-47375 Complete TODO listed in SERVER-45798Shreyas Kalyan2020-05-111-1/+0
|
* SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to ↵Drew Paroski2020-05-113-4/+104
| | | | top-level, take 2
* SERVER-48034 Fix bug in radix store merge3() when the nodes just diff in the ↵Henrik Edin2020-05-112-2/+19
| | | | data they hold
* SERVER-48078 Remove OpDebug invariant that relies on monotonic clock sourceJames Wahlin2020-05-111-2/+2
|
* Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ↵Drew Paroski2020-05-113-104/+4
| | | | | | arg to top-level" This reverts commit d7d3a0d782ced557c26b9eb81ea97cc242762c8f.