HTHou commented on code in PR #15604:
URL: https://github.com/apache/iotdb/pull/15604#discussion_r2113133919
##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/IoTConsensus.java:
##########
@@ -237,7 +237,7 @@ public TSStatus write(ConsensusGroupId groupId,
IConsensusRequest request)
} else if (!impl.isActive()) {
String message =
String.format(
- "Peer is inactive and not ready to write request, %s, DataNode
Id: %s",
+ "Peer is inactive and not ready to write request, %s, DatsaNode
Id: %s",
Review Comment:
`DatsaNode` -> `DataNode` ?
--
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]