[
https://issues.apache.org/jira/browse/HBASE-30252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18092296#comment-18092296
]
Hudson commented on HBASE-30252:
--------------------------------
Results for branch branch-2.6
[build #91 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-2.6/91/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 client integration test for 2.10.2{color}
-- Something went wrong with this stage, [check relevant console
output|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-2.6/91//console].
(/) {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
> Fix For: 2.7.0, 3.0.0-beta-2, 2.5.16, 2.6.7
>
>
> 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)