-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Execution Team 2021-12-13
As of SERVER-57660, if a time-series collection is dropped while there are concurrent inserts into that collection, there is a small window where the inserts may fail due to the buckets collection being dropped. In order to be more in-line with the behavior of a regular collection, if this race occurs, we could back out of the time-series insert path and perform a regular insert, which would implicitly create the namespace as a regular collection.
- is duplicated by
-
SERVER-85548 Time series insert may return collection not found error
- Backlog
- related to
-
SERVER-57660 Ordered time-series inserts can race with time-series buckets collection drop
- Closed