Caideyipi commented on code in PR #12969:
URL: https://github.com/apache/iotdb/pull/12969#discussion_r1683706280
##########
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:
Can we directly name it "dropPipe" and mark the original one as deprecated?
##########
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:
Same as the other methods with "extend" in their names.
--
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]