-
Notifications
You must be signed in to change notification settings - Fork 391
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
[Improvement] Possible resource leak in BaseCatalog.java #6236
Labels
Comments
justinmclean
added
good first issue
Good for newcomers
improvement
Improvements on everything
labels
Jan 15, 2025
I would like to work on it. |
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 15, 2025
fix possible resource leak in BaseCatalog.
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 15, 2025
fix possible resource leak in BaseCatalog.
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 15, 2025
fix possible resource leak in BaseCatalog.
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 15, 2025
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 15, 2025
Abyss-lord
added a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 15, 2025
justinmclean
changed the title
[Improvement] Possible resourse leak in BaseCatalog.java
[Improvement] Possible resource leak in BaseCatalog.java
Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
At line 209 there looks to be an issue with not cleaning up authorization.
How should we improve?
Use try-with-resources or close this "BaseAuthorization" in a "finally" clause.
The text was updated successfully, but these errors were encountered: