[
https://issues.apache.org/jira/browse/HBASE-29093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932060#comment-17932060
]
Hudson commented on HBASE-29093:
--------------------------------
Results for branch branch-2.6
[build #285 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/285/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/285/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/285/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/285/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/285/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/285/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/285/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/285/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/285/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test for HBase 2 {color}
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
> Load userSnapshots.jsp only on master status page
> -------------------------------------------------
>
> Key: HBASE-29093
> URL: https://issues.apache.org/jira/browse/HBASE-29093
> Project: HBase
> Issue Type: Bug
> Components: UI
> Affects Versions: 4.0.0-alpha-1, 2.7.0, 3.0.0-beta-2, 2.5.11, 2.6.2
> Reporter: Dávid Paksy
> Assignee: Dávid Paksy
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-1, 2.7.0, 3.0.0-beta-2, 2.6.3, 2.5.12
>
> Attachments: image-2025-01-23-10-29-50-846.png,
> image-2025-01-23-10-30-41-255.png, image-2025-01-23-10-30-56-087.png
>
>
> h2. Scenario
> Opening HBase UI pages, checking browser developer console.
>
> h2. Actual result
> HBase UI always tries to load {{userSnapshots.jsp}} with an AJAX request on
> all UI pages - *NOK* (x)
> !image-2025-01-23-10-29-50-846.png|width=1060,height=646!
> This happens even on RegionServer UI or REST UI where this call always fails
> with HTTP 500. (There is no such jsp in those web apps)
> !image-2025-01-23-10-30-41-255.png|width=1015,height=619!
> !image-2025-01-23-10-30-56-087.png|width=1048,height=639!
>
> h2. Expected result
> HBase UI *should only load {{userSnapshots.jsp}} on the Master UI status
> page* because only that page has the Snapshots section (div with
> {{tab_userSnapshots}} ID)
> h2. Additional information
> HBase UI pages (usually footer.jsp files) are including the
> {{/static/js/tab.js}} file which always fires an AJAX request to load
> {{userSnapshots.jsp}} from the server and load the response into the
> Snapshots section (div with {{tab_userSnapshots}} ID).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)