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

59622 Commits

Author SHA1 Message Date
Alex Podelko
179db5b781 SERVER-59086 Update YCSB commit in system_perf.yml to include update to 4.3.0 Java driver 2021-08-04 00:26:05 +00:00
Wenbin Zhu
fdb7c7f5cf SERVER-59083 Exclude catchup_takeover_with_higher_config.js from multiverion suites for last-continuous. 2021-08-04 00:04:50 +00:00
Max Hirschhorn
4efd59b012 SERVER-59057 Skip enforcing fast count for some config collections.
Neither config.transactions nor config.image_collection are guaranteed
to have an accurate fast count when coming out of replication rollback.
2021-08-03 23:33:04 +00:00
Justin Seyster
c34976fc8f SERVER-56872 Optimize $match in change stream pipeline 2021-08-03 21:46:00 +00:00
Tyler Seip
663e90bbe8 SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggregation planner 2021-08-03 20:52:45 +00:00
Moustafa Maher
3787dc4952 SERVER-59073 Exclude cwwc_conflict_add_shard.js from sharding_continuous_config_stepdown 2021-08-03 20:31:12 +00:00
Gregory Wlodarek
56cf8bab54 SERVER-59065 CatalogStats uses unsafe CollectionCatalog pointer during startup 2021-08-03 20:02:07 +00:00
Moustafa Maher
8bb21e771e SERVER-56846 Fail reconfig for shard server if it would change DWCF and CWWC is not set 2021-08-03 19:39:50 +00:00
lukebhan
9a91fe3302 SERVER-58824 Move Selector bits to after base selector in simple8b 2021-08-03 18:53:59 +00:00
Moustafa Maher
687c40e14c SERVER-58898 Prevent writing to local db from waiting for writeConcern 2021-08-03 18:31:47 +00:00
Mina Mahmood
9cb75e2409 SERVER-58041 Change FCV constant terminology 2021-08-03 18:06:46 +00:00
Marcos José Grillo Ramirez
3dbc1ed1e7 SERVER-59051 Remove featureFlagShardingFullDDLSupport from jstest 2021-08-03 16:37:02 +00:00
Henrik Edin
87d8562815 SERVER-58635 Removed BufBuilder from Simple8b builder.
The class now writes finalized Simple-8b blocks using a callback.
2021-08-03 16:15:13 +00:00
Ted Tuckman
4ce48b4608 SERVER-58886 Ban SEARCH_META on sharded collections on variable access 2021-08-03 15:54:05 +00:00
Benety Goh
f1ed43a00d SERVER-58890 fix js redeclaration error 2021-08-03 15:18:03 +00:00
Eric Cox
bb6ec30bcb SERVER-59044 Bailout early if a time series collection is empty when building a TrialStage 2021-08-03 15:17:00 +00:00
Henrik Edin
d5283d41cc SERVER-58612 Add Column as BSON Binary Subtype 7 2021-08-03 14:24:28 +00:00
Allison Easton
1d78606066 SERVER-58895 Prevent querying config.chunks for the shard version during chunk split 2021-08-03 13:06:53 +00:00
Tommaso Tocci
f4fc6da51f SERVER-58990 Resharding always write new collection timestamp 2021-08-03 12:45:20 +00:00
Marcos José Grillo Ramirez
5a3762da33 SERVER-58999 Add replSet parameter when setting up configsvr node on require_api_version.js test 2021-08-03 11:49:45 +00:00
Allison Easton
6be31f8666 SERVER-58907 lagged_config_secondary.js should not rely on last-lts version (part 2) 2021-08-03 11:24:33 +00:00
Alya Berciu
bacefbd293 SERVER-58654 Add $graphLookup support for sharded views 2021-08-03 10:44:22 +00:00
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