[
https://issues.apache.org/jira/browse/SPARK-16395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved SPARK-16395.
-------------------------------
Resolution: Fixed
Fix Version/s: 2.1.0
Issue resolved by pull request 14152
[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
> Fix For: 2.1.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]