GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/1384
STORM-1750: Ensure worker dies when report-error-and-die is called. Mâ¦
â¦ake ZkStateStorage set_data try setting data if node creation fails
because the node exists
Similar changes probably need to be made to 0.10.x and 1.x to prevent
executors from disappearing until the worker is manually rebooted. The change
to ZkStateStorage may not be strictly necessary to fix this issue, but it
should reduce the number of exceptions thrown out of set_data due to some
component creating a node after another has passed the exists check.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-1750
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1384.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1384
----
commit b267c292faffc28be869dfb0424dc729d45808fe
Author: Stig Rohde Døssing <[email protected]>
Date: 2016-04-30T20:50:15Z
STORM-1750: Ensure worker dies when report-error-and-die is called. Make
ZkStateStorage set_data try setting data if node creation fails because the
node exists
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---