You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by vj...@apache.org on 2023/03/18 07:06:39 UTC

[hbase] branch master updated (16737627414 -> d5c86243e10)

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

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


    from 16737627414 HBASE-27710 ByteBuff ref counting is too expensive for on-heap buffers (#5104)
     add d5c86243e10 HBASE-27671 Client should not be able to restore/clone a snapshot aft… (#5109)

No new revisions were added by this update.

Summary of changes:
 ...ption.java => SnapshotTTLExpiredException.java} |  17 +-
 .../hbase/master/cleaner/SnapshotCleanerChore.java |  22 +-
 .../master/procedure/CloneSnapshotProcedure.java   |  10 +
 .../master/procedure/RestoreSnapshotProcedure.java |  10 +
 .../hbase/snapshot/SnapshotDescriptionUtils.java   |  14 ++
 .../client/TestSnapshotWithTTLFromClient.java      | 240 +++++++++++++++++++++
 .../hbase/snapshot/SnapshotTestingUtils.java       |  12 +-
 7 files changed, 301 insertions(+), 24 deletions(-)
 copy hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/{SnapshotExistsException.java => SnapshotTTLExpiredException.java} (68%)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestSnapshotWithTTLFromClient.java