Yingchun Lai has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20504 )
Change subject: KUDU-3371 [fs] make LBMCorruptor a base class ...................................................................... KUDU-3371 [fs] make LBMCorruptor a base class This patch has no functional changes, but just makes LBMCorruptor a base class for the newly added NativeMetadataLBMCorruptor. NativeMetadataLBMCorruptor is a test util to corrupt various on-disk data structures for the native metadata based log block container LogBlockContainerNativeMeta. This is a previous patch before introducing the RocksDB based log block container, a new derived class from LBMCorruptor will be introduced then. Change-Id: I5a1f2842598f46e88fbd08273d8fd19ed34a9cc5 Reviewed-on: http://gerrit.cloudera.org:8080/20504 Reviewed-by: Yifan Zhang <[email protected]> Tested-by: Yingchun Lai <[email protected]> --- M src/kudu/fs/block_manager-stress-test.cc M src/kudu/fs/log_block_manager-test-util.cc M src/kudu/fs/log_block_manager-test-util.h M src/kudu/fs/log_block_manager-test.cc 4 files changed, 314 insertions(+), 185 deletions(-) Approvals: Yifan Zhang: Looks good to me, approved Yingchun Lai: Verified -- To view, visit http://gerrit.cloudera.org:8080/20504 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5a1f2842598f46e88fbd08273d8fd19ed34a9cc5 Gerrit-Change-Number: 20504 Gerrit-PatchSet: 7 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Yuqi Du <[email protected]>
