Skip to content

Commit 59e9b9c

Browse files
authored
add missing information of javadoc in cluster module (#2285)
1 parent b30cec2 commit 59e9b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/src/main/java/org/apache/iotdb/cluster/server/member/MetaGroupMember.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ protected void initSubServers() throws TTransportException, StartupException {
398398

399399
/**
400400
* Parse the seed nodes from the cluster configuration and add them into the node list. Each
401-
* seedUrl should be like "{hostName}:{metaPort}:{dataPort}" Ignore bad-formatted seedUrls.
401+
* seedUrl should be like "{hostName}:{metaPort}:{dataPort}:{clientPort}" Ignore bad-formatted seedUrls.
402402
*/
403403
protected void addSeedNodes() {
404404
if (allNodes.size() > 1) {

0 commit comments

Comments
 (0)