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 04ca6a63426 branch-3.1: [fix](filecache) fix observation bug in 
multi-BE cluster #59259 (#59346)
04ca6a63426 is described below

commit 04ca6a63426499a6c390d4634e2801f62e68b877
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 26 10:17:46 2025 +0800

    branch-3.1: [fix](filecache) fix observation bug in multi-BE cluster #59259 
(#59346)
    
    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 30fc730ebaa..88ba0935766 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");
         BACKEND_TABLE.add("backend_configuration");


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

Reply via email to