[
https://issues.apache.org/jira/browse/KUDU-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229138#comment-15229138
]
Todd Lipcon commented on KUDU-1389:
-----------------------------------
We already have the RETRY_ON_EINTR macro in env_posix.cc and AFAIK we use it
everywhere that we might get EINTR. Are we missing a spot?
> 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)