Github user srdo commented on the issue: https://github.com/apache/storm/pull/2297 I think Curator is supposed to handle retry and partial connection loss to the Zookeeper cluster for us. I'd rather we use Curator for this instead of trying to add our own retry loops around it.
---