Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9406 )
Change subject: KUDU-2291 (part 7): fix race in stack trace collection ...................................................................... KUDU-2291 (part 7): fix race in stack trace collection This fixes a narrow race in which StackTraceCollector could return 'TimedOut' but in fact the stack trace would have been collected. See the comments for details. Change-Id: Id1af0ffa02efb8151f1f3f84dd142d91066cc1f8 Reviewed-on: http://gerrit.cloudera.org:8080/9406 Reviewed-by: Mike Percy <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M src/kudu/util/debug-util.cc M src/kudu/util/debug-util.h 2 files changed, 19 insertions(+), 8 deletions(-) Approvals: Mike Percy: Looks good to me, approved Todd Lipcon: Verified -- To view, visit http://gerrit.cloudera.org:8080/9406 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id1af0ffa02efb8151f1f3f84dd142d91066cc1f8 Gerrit-Change-Number: 9406 Gerrit-PatchSet: 2 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
