You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2017/11/01 22:53:04 UTC

[jira] [Created] (KUDU-2208) Subprocess::Wait should handle EINTR

Todd Lipcon created KUDU-2208:
---------------------------------

             Summary: Subprocess::Wait should handle EINTR
                 Key: KUDU-2208
                 URL: https://issues.apache.org/jira/browse/KUDU-2208
             Project: Kudu
          Issue Type: Bug
          Components: test, util
    Affects Versions: 1.6.0
            Reporter: Todd Lipcon


I saw this test failure in a TSAN build: Bad status: Runtime error: Unable to wait() for /tmp/run_tha_testJyhcOT/build/tsan/bin/kudu: Unable to wait on child: Interrupted system call (error 4)

It seems like we need to add a RETRY_ON_EINTR loop to Subprocess::Wait



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)