swuferhong commented on code in PR #1400:
URL: https://github.com/apache/fluss/pull/1400#discussion_r2227881292
##########
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:
Hi, @LB-Yu. In the FIP design, we intentionally avoid making `serverTag`
overly complex, as it is currently only required by the `CoordinatorServer`
during rebalance. Therefore, I personally recommend not storing `serverTag` in
metadata. For the `Admin#getServerNodes()` method when retrieving tabletServer
information, it can directly fetch serverTags from Zookeeper instead.
--
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]