LB-Yu commented on code in PR #1400:
URL: https://github.com/apache/fluss/pull/1400#discussion_r2227673051


##########
fluss-server/src/main/java/com/alibaba/fluss/server/coordinator/CoordinatorEventProcessor.java:
##########
@@ -884,6 +909,90 @@ private void processDeadTabletServer(DeadTabletServerEvent 
deadTabletServerEvent
         updateTabletServerMetadataCache(serverInfos, null, null, 
bucketsWithOfflineLeader);
     }
 
+    private AddServerTagResponse processAddServerTag(AddServerTagEvent event) {

Review Comment:
   I have a question: Should we also update the ServerTag in 
`serverMetadataCache` and access the ServerTag by `serverMetadataCache`?



-- 
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]

Reply via email to