SteveYurongSu commented on code in PR #11994:
URL: https://github.com/apache/iotdb/pull/11994#discussion_r1469404747
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/receiver/thrift/IoTDBThriftReceiverV1.java:
##########
@@ -114,7 +117,9 @@ public synchronized TPipeTransferResp receive(
if (PipeRequestType.isValidatedRequestType(rawRequestType)) {
switch (PipeRequestType.valueOf(rawRequestType)) {
case HANDSHAKE:
- return
handleTransferHandshake(PipeTransferHandshakeReq.fromTPipeTransferReq(req));
+ return
handleTransferHandshakeV1(PipeTransferHandshakeV1Req.fromTPipeTransferReq(req));
+ case HANDSHAKE_V2:
Review Comment:
HANDSHAKE -> HANDSHAKE_V1
--
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]