gavinchou commented on code in PR #63612:
URL: https://github.com/apache/doris/pull/63612#discussion_r3315161419


##########
fe/fe-core/src/main/java/org/apache/doris/persist/OperationType.java:
##########
@@ -433,6 +433,11 @@ public class OperationType {
     public static final short OP_BEGIN_SNAPSHOT = 1100;
     public static final short OP_META_SYNC_POINT = 1101;
 
+    // Generic "an operation modified this table's metadata" signal broadcast 
from
+    // master to followers so that every FE-local cache keyed by table can be
+    // invalidated (NereidsSqlCacheManager, 
NereidsSortedPartitionsCacheManager, …).
+    public static final short OP_TABLE_META_CHANGE = 1102;

Review Comment:
   can we use an existing type?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to