Mike Percy has posted comments on this change. Change subject: KUDU-1377: Ignore corrupted trailing records on LBM metadata ......................................................................
Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/2595/3/src/kudu/util/pb_util.cc File src/kudu/util/pb_util.cc: Line 476: return Status::EndOfFile("Reached end of file"); > I see. I assumed that, like in many other functions, an OUT parameter is se Ah, shoot. I only took care of this in ValidateAndRead(). I'll set it to false at the top here. Good catch. -- To view, visit http://gerrit.cloudera.org:8080/2595 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0b88ba051b390b6a2587eecdd205c478f1edccb4 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-HasComments: Yes
