Uh oh!
There was an error while loading. Please reload this page.
[SPARK-2228] change hard coded EVENT_QUEUE_CAPACITY to spark.liveListenerBus.eventQueueCapacity - #1257
[SPARK-2228] change hard coded EVENT_QUEUE_CAPACITY to spark.liveListenerBus.eventQueueCapacity#1257bxshi wants to merge 1 commit into
Conversation
change hard coded EVENT_QUEUE_CAPACITY to spark.liveListenerBus.eventQueueCapacity
AmplabJenkins
commented
Jun 28, 2014
Can one of the admins verify this patch? |
pwendell
commented
Jun 28, 2014
I commented on the JIRA, but I don't think this should be configurable. If someone overflows this buffer it means there program is not in steady state (the buffer is already really large at 10,000 events). We should instead improve the efficiency of the listeners so that programs cannot get into this state. |
pwendell
commented
Aug 2, 2014
Okay we fixed the underlying issue in #1579 - would you mind closing this for now? |
andrewor14
commented
Aug 25, 2014
bxshi
commented
Aug 25, 2014
Sure, np. Baoxu Shi(Dash) On Aug 25, 2014, at 3:26 PM, andrewor14 notifications@github.com wrote:
|
* Push down topK through join * format * fix * fix * Add tag * Update Optimizer.scala
change hard coded EVENT_QUEUE_CAPACITY to spark.liveListenerBus.eventQueueCapacity
https://issues.apache.org/jira/browse/SPARK-2228