FileIO.Write overwrites destination files on retries
Open
files
improvement
io
java
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
Users have reported cases of FileIO.Write becoming stuck or failing due to overwriting destination files.
The failure/stuckness occurs because there are some file system buckets with strict retention policies that do not allow files to be deleted.
Imported from Jira [BEAM-11494](https://issues.apache.org/jira/browse/BEAM-11494). Original Jira may contain additional context.
Reported by: pabloem.
Contributor guide
Assessment
This issue has not been assessed yet.