Details
Description
In StateDirectory.close() an error is logged about unclean shutdown if all locks are in fact released, and nothing is logged in case of an unclean shutdown.
// all threads should be stopped and cleaned up by now, so none should remain holding a lock if (locks.isEmpty()) { log.error("Some task directories still locked while closing state, this indicates unclean shutdown: {}", locks); }
Attachments
Issue Links
- links to