You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "enjoy-binbin (via GitHub)" <gi...@apache.org> on 2023/07/06 08:48:50 UTC

[GitHub] [kvrocks] enjoy-binbin commented on a diff in pull request #1556: Remove debug server logs

enjoy-binbin commented on code in PR #1556:
URL: https://github.com/apache/kvrocks/pull/1556#discussion_r1254134689


##########
src/commands/cmd_stream.cc:
##########
@@ -742,8 +742,6 @@ class CommandXRead : public Commander,
       auto s = stream_db.Range(streams_[i], options, &result);
       if (!s.ok()) {
         conn_->Reply(redis::MultiLen(-1));
-        LOG(ERROR) << "ERR executing XRANGE for stream " << streams_[i] << " from " << ids_[i].ToString() << " to "

Review Comment:
   i am not sure how to trigger it yet, but look at the code, look like it works in XREAD instead of XRANGE.
   i belive it is also a debug log?



-- 
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