This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 93ab53c45 RATIS-2268. A minor documatention fix for method
getSuccessors. (#1242)
93ab53c45 is described below
commit 93ab53c45af8e10d7a7b88e79bc34621fca6e8e2
Author: hfutatzhanghb <[email protected]>
AuthorDate: Mon Mar 24 23:36:16 2025 +0800
RATIS-2268. A minor documatention fix for method getSuccessors. (#1242)
---
.../main/java/org/apache/ratis/netty/server/DataStreamManagement.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ratis-netty/src/main/java/org/apache/ratis/netty/server/DataStreamManagement.java
b/ratis-netty/src/main/java/org/apache/ratis/netty/server/DataStreamManagement.java
index 711063185..127ed0983 100644
---
a/ratis-netty/src/main/java/org/apache/ratis/netty/server/DataStreamManagement.java
+++
b/ratis-netty/src/main/java/org/apache/ratis/netty/server/DataStreamManagement.java
@@ -202,7 +202,7 @@ public class DataStreamManagement {
}
if (isPrimary()) {
- // Default start topology
+ // Default star topology
// get the other peers from the current configuration
return conf.getCurrentPeers().stream()
.filter(p -> !p.getId().equals(division.getId()))