Hello Adar Dembo,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5419
to review the following change.
Change subject: KUDU-1624. Fix data race in Trace::MetricsToJSON
......................................................................
KUDU-1624. Fix data race in Trace::MetricsToJSON
We were accessing child_traces_ without the appropriate lock.
rpc_stub-test failed 2/200 times before with this race, and passed
1000/1000 after the fix.
Change-Id: If72ccf3fc8e0d727f2c40b978889597e89ad891a
---
M src/kudu/util/trace.cc
1 file changed, 8 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/5419/1
--
To view, visit http://gerrit.cloudera.org:8080/5419
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If72ccf3fc8e0d727f2c40b978889597e89ad891a
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>