Tristan Stevens created SPARK-22429:
---------------------------------------

             Summary: Streaming checkpointing code does not retry after failure 
due to NullPointerException
                 Key: SPARK-22429
                 URL: https://issues.apache.org/jira/browse/SPARK-22429
             Project: Spark
          Issue Type: Bug
          Components: Structured Streaming
    Affects Versions: 2.2.0, 1.6.3
            Reporter: Tristan Stevens


CheckpointWriteHandler has a built in retry mechanism. However 
SPARK-14930/SPARK-13693 put in a fix to de-allocate the fs object, yet 
initialises it in the wrong place for the while loop, and therefore on attempt 
2 it fails with a NPE.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to