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

Tathagata Das resolved SPARK-11141.
-----------------------------------
       Resolution: Fixed
         Assignee: Burak Yavuz
    Fix Version/s: 1.6.0

> Batching of ReceivedBlockTrackerLogEvents for efficient WAL writes
> ------------------------------------------------------------------
>
>                 Key: SPARK-11141
>                 URL: https://issues.apache.org/jira/browse/SPARK-11141
>             Project: Spark
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Burak Yavuz
>            Assignee: Burak Yavuz
>             Fix For: 1.6.0
>
>
> When using S3 as a directory for WALs, the writes take too long. The driver 
> gets very easily bottlenecked when multiple receivers send AddBlock events to 
> the ReceiverTracker. This PR adds batching of events in the 
> ReceivedBlockTracker so that receivers don't get blocked by the driver for 
> too long.



--
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

Reply via email to