We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a8b47 commit f3afc20Copy full SHA for f3afc20
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/client/ConfigNodeInfo.java
@@ -124,7 +124,8 @@ public void loadConfigNodeList() throws StartupException {
124
}
125
if (onlineConfigNodes.isEmpty()) {
126
throw new StartupException(
127
- "No ConfigNode found in system.properties, please check if system.properties is configured correctly in DataNode system folder.");
+ "Removing is only allowed in an environment where the datanode has been successfully started. "
128
+ + "Please check whether it is removed on the confignode, or if you have deleted the system.properties file by mistake.");
129
130
long endTime = System.currentTimeMillis();
131
logger.info(
0 commit comments