luoluoyuyu commented on code in PR #12969:
URL: https://github.com/apache/iotdb/pull/12969#discussion_r1683926065
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/ConfigManager.java:
##########
@@ -2033,6 +2035,14 @@ public TSStatus dropPipe(String pipeName) {
: status;
}
+ @Override
+ public TSStatus extendDropPipe(TDropPipeReq req) {
Review Comment:
The naming related to ‘extend’ in ConfigManager has been changed, but two
functions with the same name are not allowed in the thrift file, so the RPC
function can only be named ExtendDropPipe only.
--
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]