Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
Description
Write temp checkpoints for streaming queries to local filesystem even if default FS is set differently
We have seen cases where the default FS could be a remote file system and since the path for streaming checkpoints is not specified explcitily, this could cause pileup under 2 cases:
- query exits with exception and the flag to force checkpoint removal is not set
- driver/cluster terminates without query being terminated gracefully