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

[hbase] branch master updated (1a69a52 -> 7386fb6)

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

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


    from 1a69a52  HBASE-25570 On largish cluster, "CleanerChore: Could not delete dir..." makes master log unreadable (#2949)
     add 7386fb6  HBASE-25622 Result#compareResults should compare tags. (#3026)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/client/Result.java     |   3 +-
 .../java/org/apache/hadoop/hbase/CellUtil.java     |   4 +
 .../org/apache/hadoop/hbase/PrivateCellUtil.java   |  25 ++++
 .../org/apache/hadoop/hbase/client/TestResult.java | 141 +++++++++++++++++++++
 4 files changed, 172 insertions(+), 1 deletion(-)