You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/24 13:49:17 UTC

[GitHub] [incubator-kvrocks] PragmaTwice commented on a diff in pull request #660: fix: replication tests should wait for server restarted

PragmaTwice commented on code in PR #660:
URL: https://github.com/apache/incubator-kvrocks/pull/660#discussion_r906082997


##########
src/server.cc:
##########
@@ -167,6 +167,8 @@ Status Server::Start() {
     }
   });
 
+  std::cout << "Ready to accept connections\n";

Review Comment:
   ```suggestion
     LOG(INFO) << "Ready to accept connections";
   ```



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org