0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

49677 Commits

Author SHA1 Message Date
Carl Worley
041ca73b9b SERVER-45342 Send an abort signal instead of a kill signal when archiving 2020-01-09 15:40:39 +00:00
Mihai Andrei
229ef29d16 SERVER-45410 Separate aborted migration assertions from index command assertions in index_operations_abort_concurrent_outgoing_migrations.js 2020-01-09 15:00:56 +00:00
Henrik Edin
a3ed7981c1 SERVER-45375 Support logging RecordId in logv2 2020-01-09 14:19:16 +00:00
Eric Milkie
b81a373933 Revert "SERVER-30883 fast-path fetching of oldest oplog entry"
This reverts commit ece14c8410.
2020-01-09 13:47:35 +00:00
Ben Caimano
11911e624e SERVER-45361 Sanitize random seeds for mongo shell 2020-01-08 21:05:40 +00:00
Tess Avitabile
a1a1e4f0c1 SERVER-45396 Fix the 'me' field in isMaster responses when using splithorizon 2020-01-08 20:41:41 +00:00
Jack Mulrow
d205919f8a SERVER-43723 FCV gating for RWC defaults 2020-01-08 20:22:44 +00:00
Billy Donahue
39f48ff919 SERVER-45357 use stacktrace API for HeapProfiler 2020-01-08 19:42:39 +00:00
Eric Milkie
ece14c8410 SERVER-30883 fast-path fetching of oldest oplog entry 2020-01-08 19:09:41 +00:00
Daniel Ernst
4b3046cb76 SERVER-44898 Lower thread count of compact FSM workloads and blacklist from sensitives suites 2020-01-08 16:52:48 +00:00
Alex Taskov
dd3a688064 SERVER-29829 Possible double call of std:🧵:join through Balancer::waitForBalancerToStop 2020-01-08 16:17:51 +00:00
Jason Chan
9a04fb9267 SERVER-45373 Fix exclusion logic for etc/backports_required_for_multiversion_tests.yml 2020-01-08 15:58:43 +00:00
Jack Mulrow
e3dd9e80e3 SERVER-45282 Unify how mongos and mongod default RWC caches handle deleted defaults document 2020-01-08 15:35:46 +00:00
Benety Goh
d401d80a2c SERVER-44821 logging slow ops should not conflict with two phase index commits 2020-01-08 14:24:35 +00:00
Benety Goh
87bcfd4931 SERVER-44821 accessing db.system.profile and currentOp storage stats should not conflict with slow oplog application 2020-01-08 14:05:59 +00:00
Benety Goh
2af07aa64d SERVER-45064 fix dbtest and unit tests to work with single phased index builds 2020-01-08 13:53:21 +00:00
Marcos José Grillo Ramírez
7604dad6da SERVER-44598 Shards do not treat the IGNORED version as "intended sharded" 2020-01-08 13:40:24 +00:00
Kevin Pulo
7b9cc569b3 SERVER-45097 Permit default write concern without w field 2020-01-08 13:14:35 +00:00
Benety Goh
accf5bb6e6 SERVER-45064 single phased index builds do not generate startIndexBuild or commitIndexBuild oplog entries 2020-01-08 12:56:21 +00:00
Ian Boros
7e675af0b6 SERVER-45192 don't allocate during WSM::clear 2020-01-08 01:49:29 +00:00
William Schultz
1a4fb84452 SERVER-45077 Add a "term" field to ReplSetConfig 2020-01-07 23:16:37 +00:00
Ian Boros
5298bc2f3a SERVER-44804 make collection of timing info in DS opt in 2020-01-07 22:19:42 +00:00
Siyuan Zhou
6af04637ba SERVER-37375 ServiceContextMongoDTest fixture shouldn't write out storage engine related files to disk 2020-01-07 22:05:40 +00:00
Blake Oler
191de9ac2f SERVER-44830 Modify StaleConfigException handlers to handle a single shard invalidation 2020-01-07 21:07:42 +00:00
Jason Chan
74a0db0ad7 SERVER-45362 Fix race in AwaitIsMasterResponseReturnsOnStepDown 2020-01-07 20:26:58 +00:00
Matthew Russotto
16d688dc7c SERVER-43279 Make OplogFetcher called from initial sync use the initial sync restart strategy. 2020-01-07 20:13:36 +00:00
Mathew Robinson
16207c4fa7 SERVER-44947 Allow test execution selection by test source file name 2020-01-07 18:48:42 +00:00
Jacob Evans
71658c0e2e SERVER-45152 Demote invariant to massert to prevent server crashes 2020-01-07 18:32:44 +00:00
Eric Cox
3be20276ea SERVER-45359 Rename mapReduce test database to prevent collection drop failure BF-15763 2020-01-07 18:03:41 +00:00
Mathew Robinson
01ccbf441e SERVER-45390 Bring Subst improvements downstream 2020-01-07 17:51:36 +00:00
Eric Milkie
7543397e4f SERVER-44748 do not ignore write conflict exceptions for write transactions
In debug mode, we check that the catalog is consistent when fetching the total number of indexes.  This check might encounter a WT_ROLLBACK, so suppress such WCE's.  We can only safely do this for read transactions, since such transactions cannot be subsequently committed, due to the rollback error.
2020-01-07 17:17:42 +00:00
Mathew Robinson
ae1bfe7026 SERVER-45379 Add pools in self.pools during generation 2020-01-07 17:05:50 +00:00
Mathew Robinson
d5da349ff1 SERVER-45379 Don't regenerate ninja immediately after generating 2020-01-07 15:50:42 +00:00
Daniel Ernst
1f192f23d9 SERVER-33719 Invariant if createCollectionForApplyOps renames collection in steady state repl 2020-01-07 15:28:26 +00:00
Maria van Keulen
cb293d4de8 SERVER-44139 Allow collection creation in multi-document transactions
This commit allows the feature for single-node replica sets only.
2020-01-07 15:15:10 +00:00
Tommaso Tocci
47a810f853 SERVER-45030 Replace use of $currentDate with $$NOW 2020-01-07 14:52:28 +00:00
Andrew Morrow
d48ce89ee2 SERVER-44762 Remove go tools specific tests 2020-01-07 12:39:17 +00:00
Kevin Pulo
532b4a761e SERVER-45277 Temporarily blacklist sharding/kill_sessions.js in multiversion 2020-01-07 12:13:27 +00:00
Luke Chen
41c060c649 Import wiredtiger: 5bd9fdfc0bb7f8fcf791e234b6e436c79dfe1fee from branch mongodb-4.4
ref: 61bf0547c6..5bd9fdfc0b
for: 4.3.3

WT-4968       Remove all_committed timestamp
WT-4978       Migrate Jenkins “wiredtiger-pull-request-compilers” job to Evergreen
WT-5192       Don't allow checkpoints to evict without a snapshot
WT-5235       Craft a workload to show lookaside contention
WT-5377       variable-length column store insert locking in format test program can stall eviction
WT-5389       Add timestamps to format.sh test runs
2020-01-07 05:07:34 +00:00
Ryan Timmons
4d299e7542 SERVER-45376 Genny Auto Tasks failing on WT Develop 2020-01-06 22:38:33 +00:00
Billy Donahue
4d662310ee SERVER-43371 StringData for unit test registration 2020-01-06 22:26:02 +00:00
Eric Milkie
12d44ec1d9 SERVER-44904 startup recovery should not delete corrupt docs while rebuilding unfinished indexes 2020-01-06 21:03:09 +00:00
William Schultz
29c8868b7c SERVER-43978 Blacklist stable_timestamp_can_advance_after_oplog_hole_abort.js from multiversion suites 2020-01-06 20:50:37 +00:00
Kaloian Manassiev
62ceffda0d SERVER-43721 Do not include lru_cache.h in 'encrypted_dbclient_base.cpp' 2020-01-06 20:36:52 +00:00
Mathew Robinson
77fd09b418 Revert "SERVER-44947 Allow test execution selection by test source file name" 2020-01-06 19:53:40 +00:00
David Percy
d0671dc95e SERVER-40805 Indicate reason for replanning 2020-01-06 19:41:50 +00:00
Mark Benvenuto
7a6ce77cbb SERVER-4535 Update vcxproj generator intellisense settings 2020-01-06 19:20:41 +00:00
Mark Benvenuto
c9d5713eb9 SERVER-45180 Use longer retry for kms service 2020-01-06 19:08:45 +00:00
Henrik Edin
5e270d8ee5 SERVER-45125 Add support for logging standard containers and ranges in logv2
Sequential containers are formatted as arrays in JSON
Associative containers are formatted as object where keys and values are elements.
2020-01-06 18:56:47 +00:00
Shreyas Kalyan
7e1394a188 SERVER-42937 Implement Support for OCSP Stapling for OpenSSL 2020-01-06 18:44:39 +00:00