Uma Maheswara Rao G created HDFS-3623:
-----------------------------------------

             Summary: BKJM: zkLatchWaitTimeout hard coded to 6000. Make use of 
ZKSessionTimeout instead.
                 Key: HDFS-3623
                 URL: https://issues.apache.org/jira/browse/HDFS-3623
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: name-node
    Affects Versions: 2.0.0-alpha
            Reporter: Uma Maheswara Rao G
            Assignee: Uma Maheswara Rao G


{code}
if (!zkConnectLatch.await(6000, TimeUnit.MILLISECONDS)) {
{code}

we can make use of session timeout instead of hardcoding this value.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to