Skip to content

Commit 528cdde

Browse files
branch-4.0: [fix](filecache) fix observation bug in multi-BE cluster #59259 (#59347)
Cherry-picked from #59259 Co-authored-by: zhengyu <[email protected]>
1 parent b546cee commit 528cdde

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

7576
BACKEND_TABLE.add("backend_tablets");

0 commit comments

Comments
 (0)