You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/04/13 13:22:12 UTC

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

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

Sean Owen resolved SPARK-6860.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Issue resolved by pull request 5470
[https://github.com/apache/spark/pull/5470]

> 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
>             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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org