You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by wc...@apache.org on 2019/11/27 08:41:34 UTC

[hbase] branch master updated (0d7a6b9 -> 636fa2c)

This is an automated email from the ASF dual-hosted git repository.

wchevreuil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 0d7a6b9  HBASE-23117: Bad enum in hbase:meta info:state column can fail loadMeta and stop startup (#867)
     add 636fa2c  HBASE-23313 [hbck2] setRegionState should update Master in-memory sta… (#864)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/client/HBaseHbck.java  | 45 ++++++++++++++++------
 .../java/org/apache/hadoop/hbase/client/Hbck.java  |  9 +++++
 .../hadoop/hbase/client/RegionInfoBuilder.java     |  5 +++
 .../hadoop/hbase/shaded/protobuf/ProtobufUtil.java | 12 ++++++
 .../hbase/shaded/protobuf/RequestConverter.java    | 14 +++++++
 .../src/main/protobuf/HBase.proto                  |  1 +
 .../src/main/protobuf/Master.proto                 | 12 ++++++
 .../hadoop/hbase/master/MasterRpcServices.java     | 40 +++++++++++++++++++
 .../org/apache/hadoop/hbase/client/TestHbck.java   | 35 +++++++++++++++++
 9 files changed, 162 insertions(+), 11 deletions(-)