You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2016/04/02 01:24:25 UTC

[jira] [Created] (KUDU-1389) Handle EINTR for syscalls

Mike Percy created KUDU-1389:
--------------------------------

             Summary: 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)