OneSizeFitsQuorum commented on code in PR #9246:
URL: https://github.com/apache/iotdb/pull/9246#discussion_r1129650650
##########
confignode/src/main/java/org/apache/iotdb/confignode/service/ConfigNode.java:
##########
@@ -305,7 +311,8 @@ private void sendRestartConfigNodeRequest() throws
IOException, StartupException
TEndPoint targetConfigNode = CONF.getTargetConfigNode();
if (targetConfigNode == null) {
LOGGER.error(
- "Please set the cn_target_config_node_list parameter in
iotdb-confignode.properties file.");
+ "Please set the cn_target_config_node_list parameter in "
Review Comment:
Maybe we don't need to change the code smell of long lines of code because
it will lead to more string concatenation
--
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]