Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.17.0
Description
submissionFuture .thenCompose(ignored -> jobGraphFileFuture) .thenAccept( jobGraphFile -> { try { Files.delete(jobGraphFile); } catch (IOException e) { LOG.warn("Could not delete temporary file {}.", jobGraphFile, e); } });
Attachments
Issue Links
- links to