You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/04/20 02:22:09 UTC

[kudu-CR] KUDU-1389. Retry on EINTR in more PosixEnv syscalls

Hello Adar Dembo, Todd Lipcon,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2819

to review the following change.

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
---
M src/kudu/util/env_posix.cc
1 file changed, 22 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/2819/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2819
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I26ed36b0a37aa6a252701d712704969014d6fa79
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>