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

59600 Commits

Author SHA1 Message Date
Allison Easton
64a119b69c SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/downgrade to/from 4.9 2021-08-03 08:34:20 +00:00
Dianna Hohensee
29e7de221b SERVER-58890 Improve debug-ability of index_many2.js 2021-08-03 01:19:17 +00:00
Daniel Moody
27f328ad14 SERVER-57446 fix clang-tidy header issues and add header-filter 2021-08-02 23:52:53 +00:00
80741223+jlap199@users.noreply.github.com
eae9041c1c SERVER-57667 Speed up resharding's collection cloning using internal stage
Uses the ChunkManager to peform a binary search over the config.cache.chunks
collection instead of performing a lookup resulting in a significant speed
up for collection cloning.
2021-08-02 23:13:38 +00:00
David Bradford
244008a6db SERVER-59039: Improve logging around task generation 2021-08-02 22:43:56 +00:00
Yoonsoo Kim
c29b1ed4cf SERVER-58703 Change internal client to only support the OP_MSG RPC protocol 2021-08-02 22:42:49 +00:00
Yoonsoo Kim
2d4f448344 SERVER-58432 Include dochub link in legacy op deprecation log messages 2021-08-02 22:10:07 +00:00
lukebhan
79b02be550 SERVER-58786 Add uint128_t to simple8b 2021-08-02 22:09:05 +00:00
Blake Oler
2855a4c6b4 SERVER-58982 Reduce the number of chunks in resharding_large_number_of_initial_chunks.js 2021-08-02 22:07:52 +00:00
Sara Golemon
2d974e8670 SERVER-57630 Support SSL_OP_NO_REGNEGOTIATION if it's available at runtime 2021-08-02 21:42:41 +00:00
Daniel Moody
07147779c1 SERVER-58948 add support for generated idl to ninja 2021-08-02 21:40:19 +00:00
Mark Benvenuto
fe83b02a94 SERVER-58675 Add Black Duck upgrade suppressions 2021-08-02 21:19:09 +00:00
Wenbin Zhu
e793725604 SERVER-57262 Relax vote constraint to allow voting for candidates with newer config. 2021-08-02 20:39:52 +00:00
Randolph Tan
a33a04b618 SERVER-58592 Make sure to clear resharding metrics after reshard collection completes. 2021-08-02 20:38:48 +00:00
Matthew Russotto
52018f6504 SERVER-58974 Turn on replication and storage verbosity 1 in multiversion rollback fuzzer. 2021-08-02 20:10:11 +00:00
Erwin Pe
d206fa75ec SERVER-58827 Delete unused method ActionSet::parseActionSetFromString 2021-08-02 19:27:38 +00:00
Kris Satya
8fcfd9dd70 SERVER-58967 Set curOp namespace to time-series view collection for time-series deletes 2021-08-02 18:34:50 +00:00
Marcos José Grillo Ramirez
93fd56bef8 SERVER-58878 Prevent checking for DDL coordinator on binary mixed versions 2021-08-02 17:04:29 +00:00
Simon Graetzer
7a0adb1c73 SERVER-58996: Fix configureCollectionAutoSplitter case in database_versioning_all_commands.js 2021-08-02 16:19:04 +00:00
Tommaso Tocci
855b40e84b SERVER-53066 Remove shardingFullDDLSupport feature guard (part 2) 2021-08-02 16:18:01 +00:00
Cristopher Stauffer
17ccbd9905 Revert "SERVER-58970: Increase frequency of sharding specific workloads in shard-lite"
This reverts commit 63e3eaa766.
2021-08-02 16:14:31 +00:00
Mark Benvenuto
69b4c29d74 SERVER-57780 Improve BlackDuck timeout handling 2021-08-02 15:51:44 +00:00
Henrik Edin
223b7eee50 SERVER-58998 Check that size >0 before memcmp in Simple8b test. 2021-08-02 15:27:55 +00:00
Gregory Noma
cda37720b7 SERVER-57575 Re-enable create_view_does_not_take_database_X.js on Windows 2021-08-02 15:04:01 +00:00
Militsa Sotirova
9b3ddbea76 SERVER-58883, SERVER-58884, SERVER-58885: Fix tests that assume existence of featureFlagShardedLookup
SERVER-58883, SERVER-58884, SERVER-58885: Fix tests that assume existence of featureFlagShardedLookup

SERVER-58883 , SERVER-58884, SERVER-58885: Modify lookup_mongod_unaware.js
2021-08-02 15:02:56 +00:00
Gregory Wlodarek
9ced8a4e16 SERVER-58736 Add benchmark for CollectionCatalog::write() 2021-08-02 14:40:27 +00:00
Gregory Wlodarek
2bc550f5f4 SERVER-58736 Avoid quadratic behavior in rollback with many collections 2021-08-02 14:40:27 +00:00
Mihai Andrei
5e65c42c31 Revert "SERVER-54129 Simplify generated SBE expressions for $mod, $add, and $split when some arguments are constants"
This reverts commit 149c167082.
2021-08-02 14:09:52 +00:00
Henrik Edin
3a9e9e75be SERVER-58681 Split Simple8b into separate classes for encoder and decoder.
Decoder now uses an iterator based interface.
Refactored all unittests
2021-08-02 12:50:41 +00:00
Pierlauro Sciarelli
4900921ca8 SERVER-58942 Remove sharding test code referring v4.4 starting from v5.1 2021-08-02 12:21:02 +00:00
Marcos José Grillo Ramirez
90052f7d16 SERVER-27383 Restrict use of queryableBackupMode to only shards when starting a cluster 2021-08-02 11:53:20 +00:00
Benety Goh
52e0b6886e SERVER-58067 fix XCode12 compile warning 2021-08-02 11:01:53 +00:00
Tommaso Tocci
b8daadc929 SERVER-53066 Remove shardingFullDDLSupport feature guard 2021-08-02 09:23:31 +00:00
Tommaso Tocci
def8791009 SERVER-54810 Do not acquire the dist lock in CSRS on RefineShardKey after 5.0 2021-08-02 09:21:14 +00:00
Etienne Petrel
d1eaf1df9a Import wiredtiger: e1aa41d29ce7958a296acca8679691f338539f85 from branch mongodb-master
ref: b7116be0b8..e1aa41d29c
for: 5.1.0

WT-7599       Update the CONFIG file based on the release that is about to run for compatibility tests
2021-08-02 08:57:10 +00:00
Etienne Petrel
5edfdda350 Import wiredtiger: b7116be0b86515a0aad605fb23717737ab1ced6b from branch mongodb-master
ref: de5ea58c6a..b7116be0b8
for: 5.1.0

WT-7830       Migrate the python setup scripts to use cmake
2021-08-02 08:57:10 +00:00
Etienne Petrel
263b0de52d Import wiredtiger: de5ea58c6a2663c478ffb9037a002f42ad80939f from branch mongodb-master
ref: eb8644d953..de5ea58c6a
for: 5.1.0

WT-7592       Remove log_flush("sync=background") support
2021-08-02 08:57:10 +00:00
Etienne Petrel
f50a4c3241 Import wiredtiger: eb8644d9530dbacb5d700cd6273b3b472f902260 from branch mongodb-master
ref: d2a6f8ba36..eb8644d953
for: 5.1.0

WT-7876       Update rollback to stable test to use correct boolean values and update statistic checking logic
2021-08-02 08:57:10 +00:00
Allison Easton
7b59a85083 SERVER-58771 Prevent querying config.chunks for the shard version during chunk migration 2021-08-02 08:17:41 +00:00
Yoonsoo Kim
b6f5fa2c56 SERVER-58338 Return an error if client attempts an OP_QUERY command other than isMaster/hello 2021-08-02 02:50:42 +00:00
Robert Guo
f0c88f12d3 SERVER-57852 Create separate variant for commit queue tasks 2021-08-02 02:03:22 +00:00
Eric Cox
07d6e82a05 SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner code 2021-07-31 01:41:48 +00:00
Cristopher Stauffer
63e3eaa766 SERVER-58970: Increase frequency of sharding specific workloads in shard-lite 2021-07-31 01:19:33 +00:00
Jon Streets
ce2afc61f8 SERVER-57279 Update the FCV constant in the logkeeper snapshot workload 2021-07-30 21:53:43 +00:00
sergey.galtsev
c0b5fa0957 SERVER-58051 close the original log when rotating to new 2021-07-30 20:52:11 +00:00
Mihai Andrei
149c167082 SERVER-54129 Simplify generated SBE expressions for $mod, $add, and $split when some arguments are constants 2021-07-30 20:29:49 +00:00
jannaerin
8179692b36 SERVER-558917 Wait until donors/recipients are aware that coordinator has persisted decision before expecting successful collMod, createIndexes, and dropIndexes in resharding_prohibited_commands.js 2021-07-30 19:38:37 +00:00
Billy Donahue
4e0eecad3a SERVER-41787 fix bad sort order in HeapProfiler 2021-07-30 19:09:02 +00:00
Jason Chan
a83f7fab07 SERVER-58927 Electable secondary in exhaust_hello_topology_changes.js should be restarted with restart:true 2021-07-30 18:00:29 +00:00
Marcos José Grillo Ramirez
f5e63891c5 SERVER-58905 Remove test of receiveChunkWaitForRangeDeleterTimeoutMS on mixed versions 2021-07-30 17:39:57 +00:00