Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12178 )
Change subject: KUDU-2656: pass IOContext to ValidateDeltaOrder ...................................................................... KUDU-2656: pass IOContext to ValidateDeltaOrder Previously, checksum errors that occurred during calls to the debug-only function ValidateDeltaOrder() would lead to a DCHECK failure. This patch plumbs an IOContext to these calls to avoid this and adds a regression test for such cases. Change-Id: I3364ad95a5b3608db6538151007c4b6d16500f2b Reviewed-on: http://gerrit.cloudera.org:8080/12178 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/tablet/delta_compaction.cc M src/kudu/tablet/delta_tracker.cc M src/kudu/tablet/delta_tracker.h M src/kudu/tablet/major_delta_compaction-test.cc M src/kudu/tablet/tablet.cc M src/kudu/tablet/tablet.h 6 files changed, 60 insertions(+), 13 deletions(-) Approvals: Adar Dembo: Looks good to me, but someone else must approve Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/12178 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3364ad95a5b3608db6538151007c4b6d16500f2b Gerrit-Change-Number: 12178 Gerrit-PatchSet: 5 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
