CRZbulabula commented on a change in pull request #5308:
URL: https://github.com/apache/iotdb/pull/5308#discussion_r832249225
##########
File path: thrift-confignode/src/main/thrift/confignode.thrift
##########
@@ -21,6 +21,20 @@ include "rpc.thrift"
namespace java org.apache.iotdb.confignode.rpc.thrift
namespace py iotdb.thrift.confignode
+struct DataNodeRegisterReq {
+ 1: required rpc.EndPoint endPoint
+}
+
+struct DataNodeRegisterResp {
+ 1: required rpc.TSStatus registerResult
+ 2: optional i32 dataNodeID
+}
+
+struct DataNodeInfo {
+ 1: required i32 dataNodeID
+ 2: required rpc.EndPoint endPoint
+}
Review comment:
Renamed.
--
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]