zhixinwen commented on code in PR #3117:
URL: https://github.com/apache/kvrocks/pull/3117#discussion_r2283910325
##########
src/commands/cmd_replication.cc:
##########
@@ -368,6 +368,8 @@ class CommandWait : public Commander,
}
Status Execute([[maybe_unused]] engine::Context &ctx, Server *srv,
Connection *conn, std::string *output) override {
+ info("[connection] WAIT command executed: conn={}", conn->GetAddr());
Review Comment:
I forgot to delete my debug print, it should have been deleted before your
review:
https://github.com/apache/kvrocks/pull/3117/commits/4cb2a80f71d770b219fbb53c0aa084f3118ad29c.
Maybe you were reviewing an older commit?
--
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]