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 2020/07/10 17:14:07 UTC

[hbase] branch master updated (b2321b3 -> 724f047)

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 b2321b3  HBASE-24586 Add table level locality in table.jsp
     add 724f047  HBASE-24404 Support flush a single column family of region (#2032)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hbase/client/Admin.java |  9 +++++
 .../hadoop/hbase/client/AdminOverAsyncAdmin.java   |  5 +++
 .../org/apache/hadoop/hbase/client/AsyncAdmin.java |  8 +++++
 .../hadoop/hbase/client/AsyncHBaseAdmin.java       |  5 +++
 .../hadoop/hbase/client/RawAsyncHBaseAdmin.java    | 39 ++++++++++++++--------
 .../hbase/shaded/protobuf/RequestConverter.java    |  8 +++--
 .../src/main/protobuf/server/region/Admin.proto    |  1 +
 .../hbase/client/AsyncClusterConnectionImpl.java   |  2 +-
 .../hadoop/hbase/regionserver/RSRpcServices.java   | 11 ++++--
 .../hadoop/hbase/client/TestFlushFromClient.java   | 35 ++++++++++++++++---
 .../hbase/rsgroup/VerifyingRSGroupAdmin.java       |  4 +++
 hbase-shell/src/main/ruby/hbase/admin.rb           | 10 ++++--
 hbase-shell/src/main/ruby/shell/commands/flush.rb  |  7 ++--
 .../hadoop/hbase/thrift2/client/ThriftAdmin.java   |  5 +++
 14 files changed, 123 insertions(+), 26 deletions(-)