yuqi1129 commented on code in PR #5630:
URL: https://github.com/apache/gravitino/pull/5630#discussion_r1850158694
##########
clients/filesystem-hadoop3/src/main/java/org/apache/gravitino/filesystem/hadoop/GravitinoVirtualFileSystem.java:
##########
@@ -391,6 +392,11 @@ private FilesetContextPair getFilesetContext(Path
virtualPath, FilesetDataOperat
}
Map<String, String> maps = getConfigMap(getConf());
+
+ // Reset the FileSystem service loader to make sure the
FileSystem will reload the
+ // service file systems, this is a temporary solution to fix
the issue
+ // https://github.com/apache/gravitino/issues/5609
+ resetFileSystemServiceLoader(scheme);
Review Comment:
@FANNG1 and me are working on this issue and this will not bock this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]