You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yan Chen (JIRA)" <ji...@apache.org> on 2016/07/06 14:07:11 UTC

[jira] [Created] (SPARK-16395) Show warning if CheckpointWriteHandlers are queued up in the fixed thread pool

Yan Chen created SPARK-16395:
--------------------------------

             Summary: Show warning if 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
            Priority: Critical


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