[
https://issues.apache.org/jira/browse/KUDU-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Daniel Cryans resolved KUDU-1389.
--------------------------------------
Resolution: Fixed
Assignee: Mike Percy
Fix Version/s: 0.9.0
Target Version/s: 0.9.0
Fixed in fd0f6f398d9e0809b9575ebd4846fea8dfe2bafb.
> 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
> Assignee: Mike Percy
> Fix For: 0.9.0
>
>
> 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)