-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
8
Consider the following sequence:
- a shardCollection request for an existing TS collection is received by the command handler; the request does not include any TS options (the current ones have to be maintained)
- the request is dispatched to a new or existing Coordinator (running on a separate executor) through the getOrCreate() method
- the command handler thread is suspended
- the DDL Coordinator thread advances its execution until the translateRequestParameters(), which modifies its _request field by appending the TS options for the targeted nss retrieved from the local catalog
- the command handler thread is resumed; to verify that getOrCreate() did serve the ongoing request, it invokes the checkIfOptionsConflict() method specifying the original request parameters; due to what happened on step 4, the check fails.
- duplicates
-
SERVER-86795 CreateCollection coordinator forgets timeseries options on failover
- Closed