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


##########
iotdb-api/pipe-api/src/main/java/org/apache/iotdb/pipe/api/exception/PipeConnectionException.java:
##########
@@ -21,7 +21,8 @@
 
 public class PipeConnectionException extends PipeException {
 
-  public static String CONNECTION_ERROR_FORMATTER = "Connect to receiver %s:%s 
error, because: %s";
+  public static final String CONNECTION_ERROR_FORMATTER =
+      "Error occurred while connecting to receiver [TEndPoint(ip:%s, 
port:%s)], please check network connectivity or SSL configurations when enable 
SSL transmission";

Review Comment:
   ```suggestion
         "Error occurred while connecting to receiver %s:%s, please check 
network connectivity or SSL configurations when enable SSL transmission";
   ```



-- 
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: reviews-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to