-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Catalog and Routing
-
ALL
-
0
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
0
SERVER-102818 added a suite that automatically add and remove shards while running tests. agg_lookup.js performs an aggregation with a $lookup which can fail if the query is executed while removing a shard. Note that this error is not retryable in this context, as the query may need getMores to get the result set. and they can't be retried (this is reflected in jstests/libs/override_methods/implicitly_retry_on_shard_transition_errors.js, which is included in this suite).
There are two ways of solving this, by either tagging the test as not compatible with suites that add and remove shards in the background, or by accepting the ShardNotFound error if we are running those types of suites.
- is caused by
-
SERVER-102818 Add a test suite that does add/remove shard in the background
-
- Closed
-
- is duplicated by
-
SERVER-105200 Some fsm tests are not properly throwing errors up to auto_retry_transaction.js
-
- Closed
-
- is related to
-
SERVER-102818 Add a test suite that does add/remove shard in the background
-
- Closed
-