[jira] [Updated] (SPARK-6860) Fix the possible inconsistency of StreamingPage

2015-04-15 Thread Sean Owen (JIRA)

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

Sean Owen updated SPARK-6860:
-
Fix Version/s: 1.3.2

 Fix the possible inconsistency of StreamingPage
 ---

 Key: SPARK-6860
 URL: https://issues.apache.org/jira/browse/SPARK-6860
 Project: Spark
  Issue Type: Bug
  Components: Streaming, Web UI
Reporter: Shixiong Zhu
Assignee: Shixiong Zhu
Priority: Minor
 Fix For: 1.3.2, 1.4.0


 Because StreamingPage.render doesn't hold the listener lock when 
 generating the content, the different parts of content may have some 
 inconsistent values if listener updates its status at the same time. And it 
 will confuse people.
 We should add listener.synchronized to make sure we have a consistent view 
 of StreamingJobProgressListener when creating the content.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-6860) Fix the possible inconsistency of StreamingPage

2015-04-13 Thread Sean Owen (JIRA)

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

Sean Owen updated SPARK-6860:
-
Priority: Minor  (was: Major)
Assignee: Shixiong Zhu

 Fix the possible inconsistency of StreamingPage
 ---

 Key: SPARK-6860
 URL: https://issues.apache.org/jira/browse/SPARK-6860
 Project: Spark
  Issue Type: Bug
  Components: Streaming, Web UI
Reporter: Shixiong Zhu
Assignee: Shixiong Zhu
Priority: Minor
 Fix For: 1.4.0


 Because StreamingPage.render doesn't hold the listener lock when 
 generating the content, the different parts of content may have some 
 inconsistent values if listener updates its status at the same time. And it 
 will confuse people.
 We should add listener.synchronized to make sure we have a consistent view 
 of StreamingJobProgressListener when creating the content.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org