Mike Percy has submitted this change and it was merged. Change subject: KUDU-1389. Retry on EINTR in more PosixEnv syscalls ......................................................................
KUDU-1389. Retry on EINTR in more PosixEnv syscalls * Retry on EINTR in PosixSequentialFile::Read(). * Add RETRY_ON_EINTR for pwrite calls. Change-Id: I26ed36b0a37aa6a252701d712704969014d6fa79 Reviewed-on: http://gerrit.cloudera.org:8080/2819 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/util/env_posix.cc 1 file changed, 22 insertions(+), 7 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2819 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I26ed36b0a37aa6a252701d712704969014d6fa79 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
