You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by br...@apache.org on 2021/03/19 12:26:18 UTC

[hbase] branch master updated (cc6c14a -> f405990)

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

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


    from cc6c14a  HBASE-25594 Make easier to use graceful_stop on localhost mode (#3054)
     add f405990  HBASE-25678 Support nonce operations for Increment/Append in RowMutations and CheckAndMutate (#3064)

No new revisions were added by this update.

Summary of changes:
 .../hbase/client/AsyncBatchRpcRetryingCaller.java  |  22 +-
 .../hadoop/hbase/client/RawAsyncTableImpl.java     |  40 +--
 .../hbase/shaded/protobuf/RequestConverter.java    | 138 +++++++----
 .../hadoop/hbase/coprocessor/RegionObserver.java   |   2 +-
 .../apache/hadoop/hbase/regionserver/HRegion.java  |  59 +++--
 .../hadoop/hbase/regionserver/RSRpcServices.java   |  53 ++--
 .../hbase/client/TestAsyncTableNoncedRetry.java    | 268 +++++++++++++++++++--
 7 files changed, 438 insertions(+), 144 deletions(-)