ivankelly opened a new issue #1188: Lifecycle states should be thread safe URL: https://github.com/apache/bookkeeper/issues/1188 LifeCycle states are currently not thread safe: https://github.com/apache/bookkeeper/blob/245f0c03cdfca0c5cc2ae1aeab3d22765ec3fad0/bookkeeper-common/src/main/java/org/apache/bookkeeper/common/component/Lifecycle.java However, they can be accessed by both the main thread and the shutdown hook, which implies that they should be threadsafe.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
