Skip to content

Commit 04ca6a6

Browse files
branch-3.1: [fix](filecache) fix observation bug in multi-BE cluster apache#59259 (apache#59346)
Cherry-picked from apache#59259 Co-authored-by: zhengyu <zhangzhengyu@selectdb.com>
1 parent 38b2368 commit 04ca6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public class BackendPartitionedSchemaScanNode extends SchemaScanNode {
7070
BEACKEND_ID_COLUMN_SET.add("be_id");
7171

7272
BACKEND_TABLE.add("file_cache_statistics");
73+
BACKEND_TABLE.add("file_cache_info");
7374
BACKEND_TABLE.add("backend_kerberos_ticket_cache");
7475
BACKEND_TABLE.add("backend_tablets");
7576
BACKEND_TABLE.add("backend_configuration");

0 commit comments

Comments
 (0)