Alexey Serbin has posted comments on this change.

Change subject: Improve debuggability of the delta/compaction path
......................................................................


Patch Set 2:

(3 comments)

http://gerrit.cloudera.org:8080/#/c/4930/2/src/kudu/tablet/delta_store.cc
File src/kudu/tablet/delta_store.cc:

PS2, Line 35: type == UNDO ? "UNDO" : "REDO"
nit: consider using the DeltaType_Name() function here instead.


PS2, Line 36: Substitute("$0@tx$1"
The previous format had fixed width TX ids, which is more readable, IMHO.  What 
is the reason for dropping that feature?


http://gerrit.cloudera.org:8080/#/c/4930/2/src/kudu/tablet/deltafile.cc
File src/kudu/tablet/deltafile.cc:

PS2, Line 612: (delta_type_ == DeltaType::REDO ? "REDO" : "UNDO")
Consider using DeltaType_Name() function instead.


-- 
To view, visit http://gerrit.cloudera.org:8080/4930
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I0fc6c6ed76f5ab929c04410228d5ea70f4fc9660
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>
Gerrit-HasComments: Yes

Reply via email to