You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mb...@apache.org on 2015/04/10 09:55:38 UTC

[17/28] hbase git commit: HBASE-13210 Procedure V2 - master Modify table (Stephen Yuan Jiang)

HBASE-13210 Procedure V2 - master Modify table (Stephen Yuan Jiang)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b9c4b8f6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b9c4b8f6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b9c4b8f6

Branch: refs/heads/hbase-12439
Commit: b9c4b8f6e4d94ab3335897a1caaddcaa616e2194
Parents: 7af6930
Author: Matteo Bertozzi <ma...@cloudera.com>
Authored: Thu Apr 9 21:06:30 2015 +0100
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Fri Apr 10 08:55:05 2015 +0100

----------------------------------------------------------------------
 .../generated/MasterProcedureProtos.java        | 1587 ++++++++++++++++--
 .../src/main/protobuf/MasterProcedure.proto     |   17 +
 .../org/apache/hadoop/hbase/master/HMaster.java |   32 +-
 .../hadoop/hbase/master/MasterFileSystem.java   |   10 +-
 .../procedure/MasterDDLOperationHelper.java     |  167 ++
 .../master/procedure/ModifyTableProcedure.java  |  512 ++++++
 .../procedure/TestModifyTableProcedure.java     |  403 +++++
 7 files changed, 2539 insertions(+), 189 deletions(-)
----------------------------------------------------------------------