Yingchun Lai has uploaded this change for review. ( 
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 the log-backed block container
which contains the sequential written file to store containers'
metadata, it is how we do as before.

Most of the member functions are left in the base class
LogBlockContainer, I'm planning to add a new derived class which
stores containers' metadata into RocksDB in next patches to avoid
too large updating on existing code.

Change-Id: Ieb199de95973aaeba76947ad095907272d84ca67
---
M src/kudu/fs/log_block_manager.cc
M src/kudu/fs/log_block_manager.h
2 files changed, 238 insertions(+), 166 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/10/19610/1
--
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: newchange
Gerrit-Change-Id: Ieb199de95973aaeba76947ad095907272d84ca67
Gerrit-Change-Number: 19610
Gerrit-PatchSet: 1
Gerrit-Owner: Yingchun Lai <[email protected]>

Reply via email to