Dianna Hohensee
a2f3c9e0c3
SERVER-47342 add requires_journaling tag to startup_recovery_truncates_oplog_holes_after_primary_crash.js
2020-04-06 20:56:12 +00:00
A. Jesse Jiryu Davis
6018c34bd2
SERVER-45416 Model-check TLA+ specs in Evergreen
2020-04-06 19:45:52 +00:00
Haley Connelly
fa8d794f88
SERVER-42632 Disable pinger threads that reach out to config server to make integration tests pass
2020-04-06 19:07:42 +00:00
David Bradford
4d82d10588
SERVER-47274 : Refactor task generation in evergreen
2020-04-06 17:55:12 +00:00
Ian Boros
1fa4585c07
SERVER-46916 misc. map reduce performance improvements
2020-04-06 17:42:49 +00:00
Benety Goh
a25168b6ea
SERVER-47268 retry sharded transaction in noop__createIndexes_not_blocked_by_txn.js on snapshot errors
2020-04-06 16:24:39 +00:00
Svilen Mihaylov
b448760075
SERVER-47041 Fix BF caused by previous commit ( BF-16819 )
2020-04-06 16:12:50 +00:00
Randolph Tan
6cd52288da
SERVER-47260 mongos_get_shard_version.js assumes causal consistency but isn't
2020-04-06 15:18:46 +00:00
Blake Oler
2f5c276288
SERVER-47011 Add list of errors to ignore in update shard key concurrency test (only in stepdown suites)
2020-04-06 14:56:03 +00:00
Daniel Gottlieb
a5f2ec58c2
SERVER-43883 : Enable WTs cursor copy mode for ASAN builds.
...
When a cursor changes its position, accessing the address of the
previous key and value is illegal, but often works by accident in production.
Cursor copy mode will allocate memory for a cursor's keys and values when
positioned. When the cursor changes its position, that memory is freed. This
allows address sanitizer builds to catch bugs in MongoDBs use of WiredTiger.
2020-04-06 14:44:36 +00:00
Esha Maharishi
3d08bd2e58
SERVER-47235 Add the 'The authoritative routing table' section to the sharding arch guide
2020-04-06 14:19:52 +00:00
A. Jesse Jiryu Davis
188862afbe
SERVER-47109 Fix index-build race in replset1.js, try 2
2020-04-06 13:10:37 +00:00
Kaloian Manassiev
7bd5e658d2
SERVER-46830 Delete the multiversion test read_write_concern_defaults_set_fcv.js
...
This test exercises interaction between FCV 4.4 and FCV 4.2, therefore it shouldn't be in the 4.5 branch.
2020-04-06 11:52:45 +00:00
Tommaso Tocci
a948595cc2
SERVER-47104 Make upsert stage use OwnershipFilter instead of CollectionDescription
2020-04-06 11:41:18 +00:00
Kaloian Manassiev
1d6cd3e2fb
SERVER-46981 Make the BatchWriteExecutor account for the potential size of the error response
2020-04-06 10:31:45 +00:00
Kaloian Manassiev
bbc5d49e56
SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutor
2020-04-05 19:14:42 +00:00
Siyuan Zhou
89ec7322a5
SERVER-46894 Wait for the current config to be committed before running reconfig.
...
This also changes the behavior of waiting for both Config Replication and
Oplog Commitment proactively at the end of safe reconfig. Both conditions guarantee
the safety of the next reconfig. Now we only wait for Config Replication at the
end of safe reconfig and wait for both condition at the beginning of the
next reconfig when the waiting is necessary.
2020-04-04 20:24:03 +00:00
Mihai Andrei
b4210c3633
SERVER-47335 Guarantee document ordering with $sort stage in batch_writes.js to trigger expected DuplicateKeyError
2020-04-03 22:22:59 +00:00
jannaerin
6083772964
SERVER-44301 Delete auto_rebalance_parallel_replica_sets.js
2020-04-03 21:54:38 +00:00
Max Hirschhorn
237c00f5df
SERVER-46711 Ensure warm connection pool on startup timeout is >= 0.
...
Adds a validator to the
warmMinConnectionsInShardingTaskExecutorPoolOnStartupWaitMS
server parameter.
2020-04-03 21:42:37 +00:00
Mihai Andrei
c0c03f1024
SERVER-47149 Configure the aggregation_secondary_reads test suite to run 'CleanEveryN' less frequently and to run on large build variants
2020-04-03 21:30:53 +00:00
Ali Mir
86cb9cf105
SERVER-47211 Remove 4.2 style reconfig behavior on FCV downgrade
2020-04-03 20:58:40 +00:00
Matthew Russotto
5c8919c258
SERVER-47322 Use correct expected value in CursorIsDeadShutsDownOplogFetcherWithSuccessfulStatus
2020-04-03 20:16:45 +00:00
Jack Mulrow
85a915d3b4
SERVER-29153 Wait for nodes to agree on primary before writes in ShardingTest setup
2020-04-03 19:59:43 +00:00
Max Hirschhorn
98e0d30153
SERVER-43681 Wait longer for TTL monitor in indexed_insert_ttl.js.
2020-04-03 19:36:47 +00:00
Spencer Jackson
bb0b1dc569
SERVER-47282 Update third party inclusions
2020-04-03 18:37:34 +00:00
Esha Maharishi
774e45526d
SERVER-47234 Fix typo
2020-04-03 17:46:38 +00:00
Esha Maharishi
619db0f3ae
SERVER-47234 Commit the skeleton for the sharding arch guide to the MongoDB repo
2020-04-03 17:31:08 +00:00
Svilen Mihaylov
732712a1db
SERVER-47041 Move aggregation and query related tests in jstests/sharding to their own sub-directory
2020-04-03 17:18:46 +00:00
Shreyas Kalyan
65d93bcbc3
SERVER-47051 Investigate OCSP failures on 4.3.4 and on 4.5.0
2020-04-03 16:43:35 +00:00
Jason Chan
129b8993b6
SERVER-47319 Disable the burn_in_multiversion task
2020-04-03 16:31:07 +00:00
A. Jesse Jiryu Davis
d6a9086008
SERVER-47266 Terser "new session" logs from shell
2020-04-03 15:18:55 +00:00
Alex Taskov
6540acb12a
SERVER-45993 Remove code in migration tests that caters to 4.2 binaries
2020-04-03 14:55:40 +00:00
Amirsaman Memaripour
0decca93cf
SERVER-47077 Clean up log lines in 'mongo/db'
...
Cleaning up log lines to adhere to the LOGV2 style guide.
2020-04-03 14:18:38 +00:00
Louis Williams
ca49965d8d
SERVER-39458 Continuously drain side writes while waiting for next index build action
2020-04-03 14:06:26 +00:00
Robert Guo
c91e0bd252
SERVER-47214 early exit on incomplete logging even when tests all pass
2020-04-03 13:52:35 +00:00
Henrik Ingo
cac63cab47
SERVER-45835 Add optimized Linkbench to Sys-perf as a new task
2020-04-03 09:41:40 +00:00
Amirsaman Memaripour
519908a192
SERVER-46534 Make notMasterUnacknowledgedWrites ignore reads
2020-04-03 01:04:42 +00:00
Benety Goh
ba5aa049d5
SERVER-47144 remove rollback_wt_cache_full.js
2020-04-03 00:24:52 +00:00
Blake Oler
203772a9c0
SERVER-46828 Remove FCV-dependent checks from finer-grained stale shard version code
2020-04-02 23:26:41 +00:00
Daniel Gottlieb
907fc7a809
SERVER-47006 : Implement a downgrade floor between 4.4 and 4.2 SERVER-47068 : Remove repair lock file when WT salvage refused to work on incompatible data files.
2020-04-02 22:53:37 +00:00
Jason Chan
5ba7693b68
SERVER-47269 Add uses_change_streams tag to apply_ops_inserts_do_not_include_fromMigrate_field.js
2020-04-02 22:20:44 +00:00
Pavi Vetriselvan
81e0ad27c2
SERVER-45094 add replica_sets_reconfig_jscore_stepdown_passthrough
2020-04-02 22:08:36 +00:00
zhaoliwei
b1edffdf29
SERVER-45063 fix the bug in mongo::uriDecode
...
Closes #1340
Signed-off-by: Henrik Edin <henrik.edin@mongodb.com>
2020-04-02 17:40:39 +00:00
Benety Goh
cf571d9224
SERVER-46892 disallow index builds on drop-pending namespaces (system.drop.*) if we are primary.
2020-04-02 17:16:07 +00:00
Pavi Vetriselvan
0e7b476357
SERVER-45094 check if node is primary before doing reconfig noop write
2020-04-02 16:40:57 +00:00
Benety Goh
89d74003c2
SERVER-46892 add hangCreateIndexesBeforeStartingIndexBuild fail point and improve registration and collection dropped messages
2020-04-02 14:23:40 +00:00
Blake Oler
5403488f65
SERVER-46040 Maintain retry state across stale config retries for sharded drop indexes
2020-04-02 14:06:39 +00:00
Andrew Morrow
778fc87489
SERVER-45911 SERVER-45561 New tools metapackage depends on other tools packages
2020-04-02 13:38:46 +00:00
Tess Avitabile
27dd10adb5
SERVER-46948 Increase shutdown timeoutSecs on mongod
2020-04-02 13:10:03 +00:00