You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/07/12 12:02:20 UTC

[jira] [Commented] (SPARK-16395) Fail if too many CheckpointWriteHandlers are queued up in the fixed thread pool

    [ https://issues.apache.org/jira/browse/SPARK-16395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372773#comment-15372773 ] 

Apache Spark commented on SPARK-16395:
--------------------------------------

User 'srowen' has created a pull request for this issue:
https://github.com/apache/spark/pull/14152

> Fail if too many CheckpointWriteHandlers are queued up in the fixed thread pool
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-16395
>                 URL: https://issues.apache.org/jira/browse/SPARK-16395
>             Project: Spark
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Yan Chen
>
> When the batch interval is small and time spent writing to HDFS for checkpointing is always longer than the batch interval, the CheckpointWriteHandlers could be queued up in the fixed thread pool. 
> Memory issue could happen in this situation.
> So if we can log a warning if this situation happens, it will help a lot of people when they encounter the same problem.
> The idea is if the size of the queue exceeds some number, we log a warning saying it's queued up.



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