Alexey Serbin has uploaded a new change for review.

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

Change subject: [util] added Subprocess::GetExitStatus()
......................................................................

[util] added Subprocess::GetExitStatus()

Added a method to collect exit status and termination info for
a sub-process.  That facilitates reporting proper exit status
and termination info for a sub-process.

The motivation for this change was that most use-cases involving the
Subprocess interface require exit status, not wait status.

Change-Id: Ic2b16e2a2a53a01982f816b9ee41cc61fd93d4bf
---
M src/kudu/benchmarks/tpch/tpch_real_world.cc
M src/kudu/integration-tests/external_mini_cluster.cc
M src/kudu/integration-tests/full_stack-insert-scan-test.cc
M src/kudu/util/pstack_watcher.cc
M src/kudu/util/subprocess-test.cc
M src/kudu/util/subprocess.cc
M src/kudu/util/subprocess.h
7 files changed, 209 insertions(+), 96 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic2b16e2a2a53a01982f816b9ee41cc61fd93d4bf
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <aser...@cloudera.com>

Reply via email to