This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 55a717e8280 branch-3.1: [fix](paimon) Fix Paimon DLF catalog caching 
issue by adding dlf.catalog.id to cache key #55875 (#55888)
55a717e8280 is described below

commit 55a717e8280d3a9b4628a482d98189011a2d137a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 10:41:25 2025 +0800

    branch-3.1: [fix](paimon) Fix Paimon DLF catalog caching issue by adding 
dlf.catalog.id to cache key #55875 (#55888)
    
    Cherry-picked from #55875
    
    Co-authored-by: zy-kkk <[email protected]>
---
 .../property/metastore/PaimonAliyunDLFMetaStoreProperties.java           | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/datasource/property/metastore/PaimonAliyunDLFMetaStoreProperties.java
 
b/fe/fe-core/src/main/java/org/apache/doris/datasource/property/metastore/PaimonAliyunDLFMetaStoreProperties.java
index 2516cd6e4d0..ae4aeda48f8 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/datasource/property/metastore/PaimonAliyunDLFMetaStoreProperties.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/datasource/property/metastore/PaimonAliyunDLFMetaStoreProperties.java
@@ -108,6 +108,7 @@ public class PaimonAliyunDLFMetaStoreProperties extends 
AbstractPaimonProperties
     @Override
     protected void appendCustomCatalogOptions() {
         catalogOptions.set("metastore.client.class", 
ProxyMetaStoreClient.class.getName());
+        catalogOptions.set("client-pool-cache.keys", "conf:" + 
DataLakeConfig.CATALOG_ID);
     }
 
     @Override


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to