SteveYurongSu commented on code in PR #11994:
URL: https://github.com/apache/iotdb/pull/11994#discussion_r1469400966


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/airgap/IoTDBAirGapConnector.java:
##########
@@ -196,7 +196,7 @@ public void handshake() throws Exception {
 
       if (!send(
           socket,
-          PipeTransferHandshakeReq.toTransferHandshakeBytes(
+          PipeTransferHandshakeV1Req.toTransferHandshakeBytes(

Review Comment:
   We also need to check the target IoTDB when connector is air gap connector



-- 
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]

Reply via email to