-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
v5.0
-
Sharding 2021-08-23
-
2
As discovered in this ticket and discussed in this [CR|https://mongodbcr.appspot.com/799100006.] The transaction in ShardingCatalogManager that makes sure the updates in
bumpCollectionVersionAndChangeMetadataInTxn happen atomically requires at least 5 GB of Wired Tiger cache size.
This is too large for an Atlas M30 to be able to handle as it has 8 GB of RAM and 50% of it is used for WT cache.
We need to investigate whether this is an issue and how to fix it.
- related to
-
SERVER-68495 Resharding a collection with a very large number of zones configured may stall on config server primary indefinitely
- Closed
-
SERVER-73763 Resharding does not extend zone ranges for config.tag docs, leading to config server primary fassert loop from duplicate key error
- Closed
-
SERVER-73848 Hashed shard keys with zones can cause issues with resharding
- Closed
-
SERVER-61035 Increase zones in 'resharding_large_number_of_initial_chunks.js' to 175,000
- Closed