[jira] [Commented] (HBASE-20398) Redirect doesn't work on web UI

2018-04-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-20398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442425#comment-16442425
 ] 

Hudson commented on HBASE-20398:


Results for branch master
[build #303 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/303/]: (x) 
*{color:red}-1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/303//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/303//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/303//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


> Redirect doesn't work on web UI
> ---
>
> Key: HBASE-20398
> URL: https://issues.apache.org/jira/browse/HBASE-20398
> Project: HBase
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 3.0.0, 2.0.0
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: HBASE-20398.master.001.patch
>
>
> {{table.jsp}} contains _"Go Back, or wait for the redirect."_ string after we 
> invoke compaction, split, etc. Previously it redirected to the previous page 
> after 5 seconds. The string is there currently, but nothing happens.
> After digging into the code, a found the following:
>  - {{ecce7c2}} (HBASE-3948) it was introduced,
>  - {{3bd9191}} (HBASE-9850) it was refactored,
>  - {{3b2b22b}} (HBASE-19291) it was removed.
> This string appears on {{rsgroup.jsp}}, {{snapshot.jsp}} and {{table.jsp}}. 
> We should fix them by removing the string, or by adding redirection again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-20398) Redirect doesn't work on web UI

2018-04-17 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-20398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16441652#comment-16441652
 ] 

Hudson commented on HBASE-20398:


Results for branch branch-2.0
[build #189 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/189/]: 
(x) *{color:red}-1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/189//General_Nightly_Build_Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/189//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/189//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


> Redirect doesn't work on web UI
> ---
>
> Key: HBASE-20398
> URL: https://issues.apache.org/jira/browse/HBASE-20398
> Project: HBase
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 3.0.0, 2.0.0
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: HBASE-20398.master.001.patch
>
>
> {{table.jsp}} contains _"Go Back, or wait for the redirect."_ string after we 
> invoke compaction, split, etc. Previously it redirected to the previous page 
> after 5 seconds. The string is there currently, but nothing happens.
> After digging into the code, a found the following:
>  - {{ecce7c2}} (HBASE-3948) it was introduced,
>  - {{3bd9191}} (HBASE-9850) it was refactored,
>  - {{3b2b22b}} (HBASE-19291) it was removed.
> This string appears on {{rsgroup.jsp}}, {{snapshot.jsp}} and {{table.jsp}}. 
> We should fix them by removing the string, or by adding redirection again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-20398) Redirect doesn't work on web UI

2018-04-17 Thread Balazs Meszaros (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-20398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16440832#comment-16440832
 ] 

Balazs Meszaros commented on HBASE-20398:
-

It seems to be unintentional. I put the functionality back.

> Redirect doesn't work on web UI
> ---
>
> Key: HBASE-20398
> URL: https://issues.apache.org/jira/browse/HBASE-20398
> Project: HBase
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 3.0.0, 2.0.0
>Reporter: Balazs Meszaros
>Priority: Major
> Attachments: HBASE-20398.master.001.patch
>
>
> {{table.jsp}} contains _"Go Back, or wait for the redirect."_ string after we 
> invoke compaction, split, etc. Previously it redirected to the previous page 
> after 5 seconds. The string is there currently, but nothing happens.
> After digging into the code, a found the following:
>  - {{ecce7c2}} (HBASE-3948) it was introduced,
>  - {{3bd9191}} (HBASE-9850) it was refactored,
>  - {{3b2b22b}} (HBASE-19291) it was removed.
> This string appears on {{rsgroup.jsp}}, {{snapshot.jsp}} and {{table.jsp}}. 
> We should fix them by removing the string, or by adding redirection again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-20398) Redirect doesn't work on web UI

2018-04-13 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-20398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437665#comment-16437665
 ] 

stack commented on HBASE-20398:
---

Good one [~balazs.meszaros] Removal looks like it was unintentional?

> Redirect doesn't work on web UI
> ---
>
> Key: HBASE-20398
> URL: https://issues.apache.org/jira/browse/HBASE-20398
> Project: HBase
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 3.0.0, 2.0.0
>Reporter: Balazs Meszaros
>Priority: Major
>
> {{table.jsp}} contains _"Go Back, or wait for the redirect."_ string after we 
> invoke compaction, split, etc. Previously it redirected to the previous page 
> after 5 seconds. The string is there currently, but nothing happens.
> After digging into the code, a found the following:
>  - {{ecce7c2}} (HBASE-3948) it was introduced,
>  - {{3bd9191}} (HBASE-9850) it was refactored,
>  - {{3b2b22b}} (HBASE-19291) it was removed.
> This string appears on {{rsgroup.jsp}}, {{snapshot.jsp}} and {{table.jsp}}. 
> We should fix them by removing the string, or by adding redirection again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)