Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-32226

RestClusterClient leaks jobgraph file if submission fails

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              chesnay Chesnay Schepler
              chesnay Chesnay Schepler
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: