Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The FileChannel currently uses a shutdown hook in order to close the channel. However, the NodeManager already has a shutdown hook which will call close() on the channel. Not only is the shutdown hook superfluous, but it unregisters itself on stop(), which is not allowed if stop() is called from inside a shutdown hook.
Attachments
Attachments
Issue Links
- links to