Pengzna commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1620763036
########## iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/pipe/consensuspipe/ConsensusPipeDispatcher.java: ########## @@ -33,5 +33,7 @@ void createPipe( void stopPipe(String pipeName) throws Exception; - void dropPipe(String pipeName) throws Exception; + // Use ConsensusPipeName instead of String to provide information for receiverAgent to release Review Comment: fixed -- 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]
