Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-11635

Memory leak when using Ozone FS via Hadoop FileContext API

    XMLWordPrintableJSON

Details

    Description

      Discussed in details here
      The leak occurs while using Hadoop FileContext API:

      • FileContext API internally uses AbstractFileSystem API which is implemented by org.apache.hadoop.fs.ozone.RootedOzFs when using ofs filesystem
      • org.apache.hadoop.fs.ozone.RootedOzFs internally creates new RootedOzoneFileSystem()
      • this RootedOzoneFileSystem is never closed and it may cause the leak
         

      Attachments

        Issue Links

          Activity

            People

              aekom87 Andrey Komarov
              aekom87 Andrey Komarov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: