Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18315 )
Change subject: [tablet] add tablet_id into trace of a slow write op ...................................................................... [tablet] add tablet_id into trace of a slow write op While troubleshooting one performance issue, I found that the traces on long running write operations didn't contain information on their tablet identifier. This patch address that, so now it's easier to tell what's the tablet where write operations run longer. I also took the liberty to update the code around, making the style of the trace messages more uniform. Change-Id: I06b05e8be1f5376b60244228809be9d260ed8398 Reviewed-on: http://gerrit.cloudera.org:8080/18315 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> --- M src/kudu/tablet/ops/write_op.cc M src/kudu/tablet/ops/write_op.h 2 files changed, 20 insertions(+), 19 deletions(-) Approvals: Kudu Jenkins: Verified Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18315 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I06b05e8be1f5376b60244228809be9d260ed8398 Gerrit-Change-Number: 18315 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241)
