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:48 UTC

[27/28] hbase git commit: HBASE-13211 Procedure V2 - master Enable/Disable table (Stephen Yuan Jiang)

HBASE-13211 Procedure V2 - master Enable/Disable 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/67a785d9
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/67a785d9
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/67a785d9

Branch: refs/heads/hbase-12439
Commit: 67a785d979d833555c829eefca4e1d022a93bc74
Parents: c5bf41a
Author: Matteo Bertozzi <ma...@cloudera.com>
Authored: Thu Apr 9 21:52:02 2015 +0100
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Fri Apr 10 08:55:06 2015 +0100

----------------------------------------------------------------------
 .../generated/MasterProcedureProtos.java        | 2253 +++++++++++++++++-
 .../src/main/protobuf/MasterProcedure.proto     |   30 +
 .../org/apache/hadoop/hbase/master/HMaster.java |   41 +-
 .../master/procedure/DisableTableProcedure.java |  542 +++++
 .../master/procedure/EnableTableProcedure.java  |  586 +++++
 .../procedure/TableProcedureInterface.java      |    6 +-
 .../MasterProcedureTestingUtility.java          |   14 +
 .../procedure/TestDisableTableProcedure.java    |  182 ++
 .../procedure/TestEnableTableProcedure.java     |  193 ++
 .../TestMasterFailoverWithProcedures.java       |   76 +
 10 files changed, 3802 insertions(+), 121 deletions(-)
----------------------------------------------------------------------