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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 528cdde555d branch-4.0: [fix](filecache) fix observation bug in 
multi-BE cluster #59259 (#59347)
528cdde555d is described below

commit 528cdde555dbd0dc3c55ba7272418601cfe7fb39
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 26 18:27:16 2025 +0800

    branch-4.0: [fix](filecache) fix observation bug in multi-BE cluster #59259 
(#59347)
    
    Cherry-picked from #59259
    
    Co-authored-by: zhengyu <[email protected]>
---
 .../java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java
 
b/fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java
index 042dc5e4851..f7610480efa 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java
@@ -70,6 +70,7 @@ public class BackendPartitionedSchemaScanNode extends 
SchemaScanNode {
         BEACKEND_ID_COLUMN_SET.add("be_id");
 
         BACKEND_TABLE.add("file_cache_statistics");
+        BACKEND_TABLE.add("file_cache_info");
         BACKEND_TABLE.add("backend_kerberos_ticket_cache");
 
         BACKEND_TABLE.add("backend_tablets");


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

Reply via email to