michaelsembwever commented on code in PR #3449:
URL: https://github.com/apache/cassandra/pull/3449#discussion_r1696472284
##########
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:
does this apply to earlier versions too ?
(this test is timing out after an hour in 5.0 too…)
ref: https://the-asf.slack.com/archives/CK23JSY2K/p1721893313357889
--
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]