You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2019/03/13 19:10:59 UTC

[kudu-CR] KUDU-2743 [subprocess] test to repro deadlock in Subproces::Run()

Hello Will Berkeley, Kudu Jenkins, Andrew Wong, Adar Dembo, Todd Lipcon, 

I'd like you to reexamine a change. Please visit

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

to look at the new patch set (#5).

Change subject: KUDU-2743 [subprocess] test to repro deadlock in Subproces::Run()
......................................................................

KUDU-2743 [subprocess] test to repro deadlock in Subproces::Run()

Added a test to reproduce deadlock when fork()-ed but not yet
exec()-ed subprocess tries to log on a failed execve() call.

The test is disabled because it fails.  The follow-up
changelist will fix the problem and re-enable the test.

Change-Id: Ie88073bb7fcccf24b4451fe3c4e4cd8bd471ca67
---
M src/kudu/util/subprocess-test.cc
1 file changed, 46 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/12740/5
-- 
To view, visit http://gerrit.cloudera.org:8080/12740
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie88073bb7fcccf24b4451fe3c4e4cd8bd471ca67
Gerrit-Change-Number: 12740
Gerrit-PatchSet: 5
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>