答复: LiveListenerBus throws exception and weird web UI bug

2014-07-21 Thread 余根茂(木艮)
Hi all, Here is my fix https://github.com/apache/spark/pull/1356, although not handsome, but work well. Any Suggestions? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/LiveListenerBus-throws-exception-and-weird-web-UI-bug-tp8330p10324.html

Re: LiveListenerBus throws exception and weird web UI bug

2014-07-21 Thread Andrew Or
which we also intend to fix by Spark 1.1. Andrew 2014-07-21 10:23 GMT-07:00 mrm : > I have the same error! Did you manage to fix it? > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/LiveListenerBus-throws-exception-and-weird-web-UI

Re: LiveListenerBus throws exception and weird web UI bug

2014-07-21 Thread mrm
I have the same error! Did you manage to fix it? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/LiveListenerBus-throws-exception-and-weird-web-UI-bug-tp8330p10324.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: LiveListenerBus throws exception and weird web UI bug

2014-06-26 Thread Pei-Lun Lee
Hi Baoxu, thanks for sharing. 2014-06-26 22:51 GMT+08:00 Baoxu Shi(Dash) : > Hi Pei-Lun, > > I have the same problem there. The Issue is SPARK-2228, there also someone > posted a pull request on that, but he only eliminate this exception but not > the side effects. > > I think the problem may du

Re: LiveListenerBus throws exception and weird web UI bug

2014-06-26 Thread Baoxu Shi(Dash)
Hi Pei-Lun, I have the same problem there. The Issue is SPARK-2228, there also someone posted a pull request on that, but he only eliminate this exception but not the side effects. I think the problem may due to the hard-coded private val EVENT_QUEUE_CAPACITY = 1 in core/src/main/scala/