-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-08-05
The getBucketState function that retrieves a time-series bucket state from the registry has side effects on the registry. Namely, it can perform some deferred work related to namespace clearing logic. While this is documented in the function comment, it is not apparent at the call site, and can lead to confusion.