You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handling of closeable resources is not implemented in a couple of places in the Polaris code base. This leads to thread leaks and potentially other system resource leaks.
None of the resources held by "storage integrations" are ever closed.
The text was updated successfully, but these errors were encountered:
Describe the bug
Handling of closeable resources is not implemented in a couple of places in the Polaris code base. This leads to thread leaks and potentially other system resource leaks.
None of the resources held by "storage integrations" are ever closed.
The text was updated successfully, but these errors were encountered: