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

BlobClient may be left unclosed in BlobCache#deleteGlobal()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.1.0
    • None
    • None

    Description

        public void deleteGlobal(BlobKey key) throws IOException {
          delete(key);
          BlobClient bc = createClient();
          bc.delete(key);
          bc.close();
      

      If delete() throws IOException, BlobClient would be left inclosed.

      Attachments

        Activity

          People

            readman Chenguang He
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: