Chang Li created HDFS-8690: ------------------------------ Summary: LeaseRenewer should not abort DFSClient when renew fails Key: HDFS-8690 URL: https://issues.apache.org/jira/browse/HDFS-8690 Project: Hadoop HDFS Issue Type: Bug Reporter: Chang Li Assignee: Chang Li
The lease renewer special cases SocketTimeoutExceptions to abort the DFSClient. Aborting causes the client to be permanently unusable, which causes filesystem instances to stop working. All other IOExceptions do not abort. The special case should be removed and/or abort should not completely shutdown the proxy. -- This message was sent by Atlassian JIRA (v6.3.4#6332)