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

Reply via email to