Jean-Daniel Cryans has submitted this change and it was merged. Change subject: KUDU-1282. Add more logging on slow thread startup ......................................................................
KUDU-1282. Add more logging on slow thread startup We've seen a few cases where threads are taking >500ms to start, but it's not clear whether it's the pthread call itself, or something to do with our Kudu threading wrapper. This patch adds some more log messages for slow thread startup to try to pinpoint the issue. Change-Id: I89b2446f8107e7f1647f079f9ab97fd2d57ee921 Reviewed-on: http://gerrit.cloudera.org:8080/1651 Tested-by: Internal Jenkins Reviewed-by: Jean-Daniel Cryans --- M src/kudu/util/thread.cc 1 file changed, 14 insertions(+), 6 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1651 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I89b2446f8107e7f1647f079f9ab97fd2d57ee921 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Brock Noland Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Todd Lipcon <[email protected]>
