beobal commented on code in PR #3449:
URL: https://github.com/apache/cassandra/pull/3449#discussion_r1698511815


##########
src/java/org/apache/cassandra/net/MessagingService.java:
##########
@@ -506,7 +506,7 @@ public void send(Message message, InetAddressAndPort to, 
ConnectionType specifyC
     {
         if (isShuttingDown)
         {
-            logger.error("Cannot send the message {} to {}, as messaging 
service is shutting down", message, to);
+            logger.warn("Cannot send the message {} to {}, as messaging 
service is shutting down", message, to);

Review Comment:
   Most likely to be a different cause in 5.0: the message causing the failure 
in CASSANDRA-19804 doesn't exist there, plus this wouldn't cause a timeout it's 
a hard failure. 



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