Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The shell metrics tests fail every so often because of a race in shutting down. The ShellBolt will call System.exit on errors now, but during shutdown we can kill the process before stopping the reader thread. This is not ideal. We shouldn't exit when shutign down in general and we should interrupt the reader thread before we kill the process.
Attachments
Issue Links
- is duplicated by
-
STORM-466 Storm build failures due to metrics_test.clj
- Resolved