[
https://issues.apache.org/jira/browse/KUDU-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15248619#comment-15248619
]
Mike Percy commented on KUDU-1389:
----------------------------------
I've updated the patch above to fix the ReadFully() case, as well as
RandomAccessFile::Read() generally. But not yet for SequentialFile::Read().
> Handle EINTR for syscalls
> -------------------------
>
> Key: KUDU-1389
> URL: https://issues.apache.org/jira/browse/KUDU-1389
> Project: Kudu
> Issue Type: Bug
> Components: util
> Reporter: Mike Percy
>
> We should handle EINTR with automatic retries for syscalls that can be
> interrupted to avoid unnecessary crashes in cases where system calls can be
> interrupted and where we CHECK on failure (many places where we perform disk
> IO). We should be able to encapsulate much of this logic in env_posix.cc
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)