Alexey Serbin has posted comments on this change. Change subject: Consolidate Row/CompactionInputRow printing on compaction ......................................................................
Patch Set 3: (3 comments) http://gerrit.cloudera.org:8080/#/c/4988/3/src/kudu/tablet/compaction.cc File src/kudu/tablet/compaction.cc: PS3, Line 1073: LOG_STRING(INFO, lines) << schema->DebugRow(input_row.row) << : " Undos: " + Mutation::StringifyMutationList(*schema, input_row.undo_head) << : " Redos: " + Mutation::StringifyMutationList(*schema, input_row.redo_head); Does it make sense to use one of the new functions here as well? http://gerrit.cloudera.org:8080/#/c/4988/3/src/kudu/tablet/compaction.h File src/kudu/tablet/compaction.h: PS3, Line 235: Mutation* redo_head const Mutation* read_head ? PS3, Line 235: Mutation* undo_head const Muntation* undo_head ? -- To view, visit http://gerrit.cloudera.org:8080/4988 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifd9f59094ac1f5f9c6343c77771d5770dcc089f9 Gerrit-PatchSet: 3 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: Dinesh Bhat <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
