[
https://issues.apache.org/jira/browse/HBASE-30252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18091616#comment-18091616
]
Hudson commented on HBASE-30252:
--------------------------------
Results for branch master
[build #108 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/master/108/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> `hbase snapshot info` display inaccurate snapshot TTL information messages
> --------------------------------------------------------------------------
>
> Key: HBASE-30252
> URL: https://issues.apache.org/jira/browse/HBASE-30252
> Project: HBase
> Issue Type: Improvement
> Components: snapshots
> Reporter: guluo
> Assignee: guluo
> Priority: Major
> Labels: pull-request-available
>
> The output as following when executing `./bin/hbase snapshot info
> --list-snapshots`
> {code:java}
> [root@hbase001 hbase-4.0.0-alpha-1-SNAPSHOT]# ./bin/hbase snapshot info
> --list-snapshots
> SNAPSHOT | CREATION TIME | TTL IN SEC | TABLE
> NAME
> 2026-06-23T19:04:18,803 WARN [main] util.NativeCodeLoader: Unable to load
> native-hadoop library for your platform... using builtin-java classes where
> applicable
> 2026-06-23T19:04:18,988 INFO [main] hbase.TableName: Meta table name:
> hbase:meta
> snap_t01 | 2026-06-23T19:03:23 | 0 | t01
> {code}
> The information of TTL is incorrect, what snapshot ttl is 0 means that the
> snapshot never expires in hbase, which should be disaplayed as FOREVER.
> Actually, this is indeed how it is correctly displayed on HBase UI and hbase
> shell
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)