-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution NAMR Team 2023-08-07
Several methods in the BucketCatalog take bool parameters. Several call sites pass literals (true/false) without any labeling. We should clean this up in some way (i.e. commenting the value, passing a named variable, or changing the parameter to an enum) to make the code more easily readable.
- is depended on by
-
SERVER-72610 Refactor BucketCatalog to improve testability
- Closed