-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
ALL
-
v7.3, v7.0, v6.0
-
Execution Team 2024-02-05
There is an error in the server code:
drop collection of a sharded time-series collection is not supported
… that seems to happen only when trying to drop a sharded buckets collection directly.
The error’s wording, though, makes it look like the server can’t drop sharded time-series collections at all, even via public API. That isn’t the case.
The error should instead refer specifically to the buckets. It should also guide the user to how to solve the problem. Maybe something like:
sharded time-series buckets collections cannot be dropped directly; drop the logical collection instead.
- is depended on by
-
SERVER-80929 Drop of sharded system.buckets yields confusing error
- Closed