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
The FileSystemProviders have their own cache for the nio file systems. Since we cache them again in a central spot, this is redundant. Also, the internal cache (at least of the HttpsFileSystem) does not distinguish between credentials, so file systems that are supposed to be different can be wrongly intermixed.
We should consider either unifying this behavior or disabling the inner cache altogether (make sure to check what the GCS File System one does, which does not live in our codebase)
The text was updated successfully, but these errors were encountered:
The FileSystemProviders have their own cache for the nio file systems. Since we cache them again in a central spot, this is redundant. Also, the internal cache (at least of the HttpsFileSystem) does not distinguish between credentials, so file systems that are supposed to be different can be wrongly intermixed.
We should consider either unifying this behavior or disabling the inner cache altogether (make sure to check what the GCS File System one does, which does not live in our codebase)
The text was updated successfully, but these errors were encountered: