David Ribeiro Alves has submitted this change and it was merged. Change subject: Improve debuggability of the delta/compaction path ......................................................................
Improve debuggability of the delta/compaction path This adds/modifies some log statements on the delta/compaction path to aid with debugging. For example it makes some log statements in delta_compaction.cc output the row id instead of the row index within the block, which helps when grepping for changes to a particular row. Change-Id: I0fc6c6ed76f5ab929c04410228d5ea70f4fc9660 Reviewed-on: http://gerrit.cloudera.org:8080/4930 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/tablet/delta_compaction.cc M src/kudu/tablet/delta_store.cc M src/kudu/tablet/delta_store.h M src/kudu/tablet/deltafile.cc 4 files changed, 29 insertions(+), 13 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4930 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0fc6c6ed76f5ab929c04410228d5ea70f4fc9660 Gerrit-PatchSet: 8 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
