Reza Farivar created STORM-983:
----------------------------------
Summary: If stormconf.ser is not downloaded correctly, the
supervisor will bounce for ever
Key: STORM-983
URL: https://issues.apache.org/jira/browse/STORM-983
Project: Apache Storm
Issue Type: Bug
Reporter: Reza Farivar
Priority: Minor
If the stormconf.ser is corrupted, and for whatever reason exists with size 0,
the following function returns with an EOF exception, which crashes the
Supervisor. Upon restart, supervisor tries to read it again, which results in
another crash, etc.
https://github.com/apache/storm/blob/master/storm-core/src/jvm/backtype/storm/utils/Utils.java#L155
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)