Dávid Paksy created HBASE-28995: ----------------------------------- Summary: Snapshots tab is always empty (not implemented) on Master web UI Key: HBASE-28995 URL: https://issues.apache.org/jira/browse/HBASE-28995 Project: HBase Issue Type: Task Components: UI Affects Versions: 4.0.0-alpha-1 Reporter: Dávid Paksy Attachments: image-2024-11-22-11-14-24-161.png
While working on HBASE-28832 noticed that the Snapshots tab content on the Master web UI is always empty. !image-2024-11-22-11-14-24-161.png|width=1307,height=664! Actually the tab content div is completely empty in the .jamon file: {code:java} <div class="tab-pane" id="tab_userSnapshots"> </div> {code} See: https://github.com/apache/hbase/blob/master/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon#L286 -- This message was sent by Atlassian Jira (v8.20.10#820010)