morningman commented on code in PR #51177: URL: https://github.com/apache/doris/pull/51177#discussion_r2105687866
########## fe/fe-core/src/main/java/org/apache/doris/fs/remote/SwitchingFileSystem.java: ########## @@ -123,10 +121,12 @@ public Status listDirectories(String remotePath, Set<String> result) { } public FileSystem fileSystem(String location) { - return extMetaCacheMgr.getFsCache().getRemoteFileSystem( + /* return extMetaCacheMgr.getFsCache().getRemoteFileSystem( new FileSystemCache.FileSystemCacheKey( LocationPath.getFSIdentity(location, properties, - bindBrokerName), properties, bindBrokerName)); + bindBrokerName), properties, bindBrokerName));*/ + //fixme Review Comment: what is the problem? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org