[
https://issues.apache.org/jira/browse/FLINK-11261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-11261.
------------------------------------
Resolution: Duplicate
> BlobServer moves file with open OutputStream
> --------------------------------------------
>
> Key: FLINK-11261
> URL: https://issues.apache.org/jira/browse/FLINK-11261
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Task
> Affects Versions: 1.8.0
> Reporter: Chesnay Schepler
> Assignee: vinoyang
> Priority: Major
>
> Various tests fail on Windows because the BlobServer attempts to move a file
> while a {{FileOutputStream}} is still open:
> BlobServer#putInputStream():
> {code}
> try (FileOutputStream fos = new FileOutputStream(incomingFile)) {
> [ ... use fos ... ]
> // moves file even though fos is still open
> blobKey = moveTempFileToStore(incomingFile, jobId, md.digest(),
> blobType);
> return blobKey;
> } finally {
> ...
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)