[jira] [Updated] (HDFS-5561) getNameJournalStatus() in JMX should not return HTML at all

2013-11-25 Thread Haohui Mai (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-5561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haohui Mai updated HDFS-5561:
-

Summary: getNameJournalStatus() in JMX should not return HTML at all  (was: 
New Web UI cannot display correctly)

 getNameJournalStatus() in JMX should not return HTML at all
 ---

 Key: HDFS-5561
 URL: https://issues.apache.org/jira/browse/HDFS-5561
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: namenode
Affects Versions: 3.0.0, 2.2.0
Reporter: Fengdong Yu
Assignee: Haohui Mai
Priority: Minor
 Attachments: HDFS-5561.000.patch, NNUI.PNG


 the new web UI cannot display correctly, I attached the screen shot.
 I've tried on Chrome31.0.1650, Firefox 25.0.1.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HDFS-5561) getNameJournalStatus() in JMX should not return HTML at all

2013-11-25 Thread Haohui Mai (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-5561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haohui Mai updated HDFS-5561:
-

Description: 
Currently FSNameSystem#getNameJournalStatus() returns the status of the quorum 
stream, which is an HTML string. This should not happen since that 
getNameJournalStatus() is a JMX call. This will confuse the downstream clients 
(e.g., the web UI) and lead to incorrect result.

This jira proposes to change the information to plain text.

  was:
the new web UI cannot display correctly, I attached the screen shot.

I've tried on Chrome31.0.1650, Firefox 25.0.1.


 getNameJournalStatus() in JMX should not return HTML at all
 ---

 Key: HDFS-5561
 URL: https://issues.apache.org/jira/browse/HDFS-5561
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: namenode
Affects Versions: 3.0.0, 2.2.0
Reporter: Fengdong Yu
Assignee: Haohui Mai
Priority: Minor
 Attachments: HDFS-5561.000.patch, NNUI.PNG


 Currently FSNameSystem#getNameJournalStatus() returns the status of the 
 quorum stream, which is an HTML string. This should not happen since that 
 getNameJournalStatus() is a JMX call. This will confuse the downstream 
 clients (e.g., the web UI) and lead to incorrect result.
 This jira proposes to change the information to plain text.



--
This message was sent by Atlassian JIRA
(v6.1#6144)