dcapwell commented on code in PR #3157:
URL: https://github.com/apache/cassandra/pull/3157#discussion_r1511776567


##########
src/java/org/apache/cassandra/service/accord/AccordMessageSink.java:
##########
@@ -222,7 +222,7 @@ public void send(Node.Id to, Request request)
         Preconditions.checkNotNull(verb, "Verb is null for type %s", 
request.type());
         Message<Request> message = Message.out(verb, request);
         InetAddressAndPort endpoint = endpointMapper.mappedEndpoint(to);
-        logger.debug("Sending {} {} to {}", verb, message.payload, endpoint);

Review Comment:
   this is super dense / verbose and slows things down and makes real bugs hard 
to find in the logs... 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to