Pengzna commented on code in PR #14505:
URL: https://github.com/apache/iotdb/pull/14505#discussion_r1893624279
##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/constant/PipeConnectorConstant.java:
##########
@@ -242,6 +242,10 @@ public class PipeConnectorConstant {
CONNECTOR_LOAD_TSFILE_STRATEGY_ASYNC_VALUE,
CONNECTOR_LOAD_TSFILE_STRATEGY_SYNC_VALUE)));
+ public static final String PIPE_ALREADY_EXIST_MSG =
+ "the pipe with the same name has been created";
+ public static final String PIPE_NOT_EXIST_MGS = "the pipe does not exist";
+
Review Comment:
These constant may not belong to PipeConnector. I think it's better to place
them in `ConsensusPipeDataNodeDispatcher`
--
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]