Github user kadaan commented on the pull request:
https://github.com/apache/helix/commit/bada911c7f246cf685c30323e118402cca89111d#commitcomment-26928326
In helix-core/src/main/java/org/apache/helix/GroupCommit.java:
In helix-core/src/main/java/org/apache/helix/GroupCommit.java on line 142:
Also, it is kinda app specific on how to handle zk cluster issues. In the
case of gobblin, when we are dealing with tasks, we would be happy to retry for
a very long time because the relative cost to retry is much lower than the cost
of restarting a task.
---