Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20792 )
Change subject: KUDU-3534 [compaction] Log timestamp of two matching DELETE REDO mutations. ...................................................................... KUDU-3534 [compaction] Log timestamp of two matching DELETE REDO mutations. This patch just adds an info message to log timestamp value in case two REDO mutations of type DELETE are found to be stamped with same time. This is an undesired condition that could possibly happen due to corruption of mutation entries. The value will give us an idea whether it is 0, garbled or close to some valid timestamp. Change-Id: I508254a83046818b81db4577bf07265b46a13c9a Reviewed-on: http://gerrit.cloudera.org:8080/20792 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Abhishek Chennaka <[email protected]> Reviewed-by: Wang Xixu <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/tablet/compaction.cc 1 file changed, 6 insertions(+), 1 deletion(-) Approvals: Abhishek Chennaka: Looks good to me, approved; Verified Wang Xixu: Looks good to me, but someone else must approve Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20792 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I508254a83046818b81db4577bf07265b46a13c9a Gerrit-Change-Number: 20792 Gerrit-PatchSet: 5 Gerrit-Owner: Ashwani Raina <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Wang Xixu <[email protected]> Gerrit-Reviewer: Ádám Bakai <[email protected]>
