Alexey Serbin has uploaded this change for review. ( 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 --- M src/kudu/tablet/ops/write_op.cc M src/kudu/tablet/ops/write_op.h 2 files changed, 20 insertions(+), 19 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/15/18315/1 -- 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: newchange Gerrit-Change-Id: I06b05e8be1f5376b60244228809be9d260ed8398 Gerrit-Change-Number: 18315 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
