OneSizeFitsQuorum commented on a change in pull request #5287:
URL: https://github.com/apache/iotdb/pull/5287#discussion_r830619072
##########
File path: thrift-confignode/src/main/thrift/confignode.thrift
##########
@@ -53,12 +53,37 @@ struct DataPartitionInfo {
2: required map<i32, list<i32>> dataRegionIDsMap
}
+struct DeviceGroupHashInfo {
+ 1: required i32 deviceGroupCount
+ 2: required string hashClass
+}
+
+struct DataNodeRegisterReq {
+ 1: required rpc.EndPoint endPoint
+}
+
+struct DataNodeRegisterResp {
Review comment:
Maybe we can also return `DeviceGroupHashInfo` in this struct to save
one extra rpc?
--
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]