Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0
-
None
Description
When we run multiple bits within a JVM, shutting down bits might cause a race condition due to concurrent access to static MetricRegistry instance. This causes ugly error messages show up in the terminal. The proposal is to serialize shutdown of each bit via use of a global lock.