liyuheng55555 commented on code in PR #12232:
URL: https://github.com/apache/iotdb/pull/12232#discussion_r1538560452
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/client/DataNodeRequestType.java:
##########
@@ -32,7 +32,6 @@ public enum DataNodeRequestType {
STOP_REPAIR_DATA,
LOAD_CONFIGURATION,
SET_SYSTEM_STATUS,
- BROADCAST_LATEST_CONFIG_NODE_GROUP,
Review Comment:
This is indeed worth considering, and we can have a discussion.
I think there is no need to retain the original RPC notification mechanism
here, as the ConfigNode list is not time-sensitive. After a ConfigNode is
added, there doesn't seem to be anything that requires an immediate
notification to the DataNode.
--
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]