Description
On KahaDB store close the checkpoint scheduler service is shutdown but it is not set to null. This is an issue because on startup of the store, the scheduler is checked for null and only started if it is null. Therefore, if a store was previously started and shutdown, when started again the thread would not re-start.
This would not normally cause a problem for the usual use case as a store is typically only closed when the broker is shut down, however it is a good idea to fix it as this behavior could change in the future plus the start/stop methods are public on the store so it is possible to start/stop the store even though it isn't normally done.
Attachments
Issue Links
- relates to
-
AMQ-6203 KahaDB: Allow rewrite of message acks in older logs which prevent cleanup
- Resolved