This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 64bc9878c6 Fix comment typo in StreamCluster (#4064)
64bc9878c6 is described below

commit 64bc9878c67771efd90dba41bc5d743293f3ac48
Author: houxiaoyu <[email protected]>
AuthorDate: Thu Aug 31 10:17:27 2023 +0800

    Fix comment typo in StreamCluster (#4064)
---
 .../main/java/org/apache/bookkeeper/stream/cluster/StreamCluster.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/stream/server/src/main/java/org/apache/bookkeeper/stream/cluster/StreamCluster.java
 
b/stream/server/src/main/java/org/apache/bookkeeper/stream/cluster/StreamCluster.java
index f1f28d4c4c..c3657992a7 100644
--- 
a/stream/server/src/main/java/org/apache/bookkeeper/stream/cluster/StreamCluster.java
+++ 
b/stream/server/src/main/java/org/apache/bookkeeper/stream/cluster/StreamCluster.java
@@ -284,7 +284,7 @@ public class StreamCluster
             // initialize the cluster
             initializeCluster();
 
-            // stop servers
+            // start servers
             startServers();
 
             // create default namespaces

Reply via email to