Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/2648

to look at the new patch set (#2).

Change subject: KUDU-495 (part 1): new sys_catalog writing API
......................................................................

KUDU-495 (part 1): new sys_catalog writing API

The new API allows any arbitrary combination of table or tablet
creation/deletion. With some additional changes, we won't need to "roll
forward" any persistent state following a master failover. There are no
functional changes to the master here; just API updates.

I was hoping to use designated initializer lists to set up WriteActions, but
apparently it's a C-only feature [1].

1. http://stackoverflow.com/q/18731707

Change-Id: I7f5e5ecbff33435c964ced2e421566c41c387e9e
---
M src/kudu/master/catalog_manager.cc
M src/kudu/master/sys_catalog-test.cc
M src/kudu/master/sys_catalog.cc
M src/kudu/master/sys_catalog.h
4 files changed, 138 insertions(+), 120 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/48/2648/2
-- 
To view, visit http://gerrit.cloudera.org:8080/2648
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7f5e5ecbff33435c964ced2e421566c41c387e9e
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>

Reply via email to