Sergey Edunov created GIRAPH-1132: ------------------------------------- Summary: Giraph jobs don't end if zookeeper dies before job starts Key: GIRAPH-1132 URL: https://issues.apache.org/jira/browse/GIRAPH-1132 Project: Giraph Issue Type: Bug Reporter: Sergey Edunov
There are multiple places in the Giraph code where we waitForever() on some event (e.g. all workers to finish or zookeeper to come up). This is in general bad, as any issue on other side may become undetected and make job run forever. We need to introduce timeout to these waits -- This message was sent by Atlassian JIRA (v6.3.15#6346)