Alexey Serbin has uploaded a new change for review. http://gerrit.cloudera.org:8080/5063
Change subject: [master] CA management: added SysTable base class ...................................................................... [master] CA management: added SysTable base class Separated common functionality from the SysCatalogTable class into the SysTable class. The SysCatalogTable extends the functionality of the SysTable class to work with table and tablet metadata. The new SysCaInfoTable class is to extend the SysTable class with functionality specific to storing and reading data needed for certificate authority management. Change-Id: I00ccb45cd01cc63b044e5ffe4b3e194ae68cdb66 --- M src/kudu/master/CMakeLists.txt M src/kudu/master/catalog_manager.cc A src/kudu/master/sys_ca.cc A src/kudu/master/sys_ca.h M src/kudu/master/sys_catalog.cc M src/kudu/master/sys_catalog.h A src/kudu/master/sys_table.cc A src/kudu/master/sys_table.h 8 files changed, 764 insertions(+), 439 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/5063/1 -- To view, visit http://gerrit.cloudera.org:8080/5063 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I00ccb45cd01cc63b044e5ffe4b3e194ae68cdb66 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]>
