Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix](hdfs-fs)The cache expiration should explicitly release the held fs #38610

Merged
merged 4 commits into from
Sep 6, 2024

Commits on Sep 4, 2024

  1. [Fix](hdfs-fs)The cache expiration should explicitly release the held fs

      - Implement a removal listener to log and close file systems upon removal.
      - Safely handle IOException during file system closure.
    - Improved logging for file system closure and handling of potential exceptions.
    CalvinKirs committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f14e1f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab1b64 View commit details
    Browse the repository at this point in the history
  3. test

    CalvinKirs committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e5e0257 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. final version

    CalvinKirs committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    da6709e View commit details
    Browse the repository at this point in the history