Skip to content

Commit 9f2c6ed

Browse files
[fix](filecache) fix observation bug in multi-BE cluster (#59259)
BE_ID column should be in partition column list otherwise results from all BE won't be merged and thus provides flickering results.
1 parent 8bc93bf commit 9f2c6ed

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)