Yingchun Lai has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19610 )
Change subject: KUDU-3371 [fs] make LogBlockContainer a base class ...................................................................... KUDU-3371 [fs] make LogBlockContainer a base class This patch makes LogBlockContainer a base class for the newly added LogBlockContainerNativeMeta. LogBlockContainerNativeMeta is a log-backed block container which contains a sequentially written file to store containers' metadata, that's what LogBlockContainer used to be prior to this change. Change-Id: Ieb199de95973aaeba76947ad095907272d84ca67 Reviewed-on: http://gerrit.cloudera.org:8080/19610 Tested-by: Kudu Jenkins Reviewed-by: Yuqi Du <[email protected]> --- M src/kudu/fs/log_block_manager.cc M src/kudu/fs/log_block_manager.h 2 files changed, 534 insertions(+), 310 deletions(-) Approvals: Kudu Jenkins: Verified Yuqi Du: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19610 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ieb199de95973aaeba76947ad095907272d84ca67 Gerrit-Change-Number: 19610 Gerrit-PatchSet: 6 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Wang Xixu <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Yuqi Du <[email protected]>
