Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
BatchlogManager is shut down twice during in the StorageService, once here and once here.
The first shutdown was already there but the last one seems to have been added here. It seems to be harmless, as it’s not required in stages in-between, so second run would be a no-op.
Following the logic of other shutdown hook, the first one is the good place for it to be (right before HintsService).
Attachments
Issue Links
- is broken by
-
CASSANDRA-9673 Improve batchlog write path
- Resolved