AntonRoskvist commented on PR #5366: URL: https://github.com/apache/activemq-artemis/pull/5366#issuecomment-2497240791
@jbertram I've actually seen slightly different issues between different versions but this is a stack trace I had saved that occurs when "rolling in" a version 2.36.0 broker to a cluster of 2.35.0 brokers: `2024-11-06 12:48:21,198 ERROR [org.jgroups.protocols.TCP] JGRP000030: $HOSTNAME-23534: failed handling incoming message java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endRead(NioSocketImpl.java:248) ~[?:?] at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:327) ~[?:?] at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) ~[?:?] at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) ~[?:?] at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966) ~[?:?] at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) ~[?:?] at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284) ~[?:?] at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343) ~[?:?] at java.base/java.io.DataInputStream.readFully(DataInputStream.java:201) ~[?:?] at org.jgroups.BytesMessage.readPayload(BytesMessage.java:265) ~[jgroups-5.3.9.Final.jar:5.3.9.Final] at org.jgroups.BaseMessage.readFrom(BaseMessage.java:317) ~[jgroups-5.3.9.Final.jar:5.3.9.Final] at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1327) [jgroups-5.3.9.Final.jar:5.3.9.Final] at org.jgroups.protocols.TP.receive(TP.java:1302) [jgroups-5.3.9.Final.jar:5.3.9.Final] at org.jgroups.blocks.cs.BaseServer.receive(BaseServer.java:213) [jgroups-5.3.9.Final.jar:5.3.9.Final] at org.jgroups.blocks.cs.TcpConnection$Receiver.run(TcpConnection.java:304) [jgroups-5.3.9.Final.jar:5.3.9.Final] at java.base/java.lang.Thread.run(Thread.java:833) [?:?] ` I've seen some variation in the effect of this as well, like two clusters forming alongside each other or the new brokers simply not forming a cluster at all until all the old ones are stopped, then restarting some or all of the new ones. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact