Closed koebbe closed 4 years ago
Some distributed file systems can be configured to not sync on file close. This can cause reads of the pickled data fail. This change forces a sync (flush) of the data to prevent potential future read failures.
This prevents the error mentioned in Illumina/strelka#69
Makes sense, thanks for finding this.
Some distributed file systems can be configured to not sync on file close. This can cause reads of the pickled data fail. This change forces a sync (flush) of the data to prevent potential future read failures.