CalvinKirs opened a new pull request, #57063: URL: https://github.com/apache/doris/pull/57063
… Iceberg and Paimon catalogs access object storage (OSS, OBS, etc.) using Hadoop FileSystem libraries. In environments with multiple storage configurations, the FileSystem cache may cause instances to be shared across configurations, leading to potential conflicts or incorrect access. This PR disables the Hadoop FileSystem cache (`fs.oss.impl.disable.cache=true`) for each OSS to ensure configuration isolation and prevent cache overwrites. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
