Kihwal Lee created HADOOP-10527: ----------------------------------- Summary: Fix incorrect return code and allow more retries on EINTR Key: HADOOP-10527 URL: https://issues.apache.org/jira/browse/HADOOP-10527 Project: Hadoop Common Issue Type: Bug Reporter: Kihwal Lee
After HADOOP-10522, user/group look-up will only try up to 5 times on EINTR. More retries should be allowed just in case. Also, when a user/group lookup returns no entries, the wrapper methods are returning EIO, instead of ENOENT. -- This message was sent by Atlassian JIRA (v6.2#6252)