You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2018/02/13 00:10:00 UTC

[jira] [Created] (SAMZA-1583) Reading ephemeral node data throws ZkNoNodeExistsException.

Shanthoosh Venkataraman created SAMZA-1583:
----------------------------------------------

             Summary: Reading ephemeral node data throws ZkNoNodeExistsException.
                 Key: SAMZA-1583
                 URL: https://issues.apache.org/jira/browse/SAMZA-1583
             Project: Samza
          Issue Type: Bug
            Reporter: Shanthoosh Venkataraman
            Assignee: Shanthoosh Venkataraman


Reading the processorId's of zookeeper ephemeral nodes are of following form:

A. ephemeralZkNodes = Get the list of ephemeral zookeeper nodes.

B. For each zkNode in ephemeralZkNodes:
          fetch data of the zkNode.

The zkNodes returned by the operation A, may no longer be available when fetch data remote call was made. This will cause zkClient to throw ZkNoNodeExistsException. This exception is unhandled currently, there by failing the leader.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)