[
https://issues.apache.org/jira/browse/KUDU-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329138#comment-16329138
]
Jeffrey F. Lukman commented on KUDU-2208:
-----------------------------------------
Pushed inĀ
[e453f7e5a20fc9bd9a9c906cca341fac4b16393c|https://github.com/apache/kudu/commit/e453f7e5a20fc9bd9a9c906cca341fac4b16393c]
> 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
> Assignee: Jeffrey F. Lukman
> Priority: Trivial
> Labels: newbie
>
> 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
(v7.6.3#76005)