You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ha...@apache.org on 2021/07/14 08:40:50 UTC

[hbase] branch branch-2.4 updated (273c5c5 -> b83fec4)

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

haxiaolin pushed a change to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 273c5c5  HBASE-26068 The last assertion in TestHStore.testRefreshStoreFilesNotChanged is wrong (#3461)
     add b83fec4  HBASE-26036 DBB released too early in HRegion.get() and dirty data for some operations (#3436) (#3486) (#3487)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/io/ByteBuffAllocator.java  |  22 ++-
 .../io/DeallocateRewriteByteBuffAllocator.java     |  59 ++++++
 .../coprocessor/MultiRowMutationEndpoint.java      |  37 ++--
 .../apache/hadoop/hbase/regionserver/HRegion.java  | 205 ++++++++++++---------
 .../security/visibility/VisibilityController.java  |  30 +--
 .../client/TestCheckAndMutateWithByteBuff.java     | 135 ++++++++++++++
 .../ExpAsStringVisibilityLabelServiceImpl.java     |  92 ++++-----
 7 files changed, 410 insertions(+), 170 deletions(-)
 create mode 100644 hbase-common/src/main/java/org/apache/hadoop/hbase/io/DeallocateRewriteByteBuffAllocator.java
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestCheckAndMutateWithByteBuff.java