We are having difficulties adding a C* node to the cluster
After only a few minutes the stream is broken
ERROR [STREAM-OUT-/10.xx.xx.x9:35416] 2020-11-05 13:37:53,728 StreamSession.java:593 - [Stream #e07d93a0-1f6b-11eb-8af8-391d84d34cb8] Streaming error occurred on session with peer 10.xx.xx.x9 Streaming error occurred on session with peer 10.xx.xx.x9 org.apache.cassandra.io.FSReadError: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe (Write failed) Caused by: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe (Write failed)
We are running Cassandra 3.11.2
How can we troubleshoot this further ?
I read some article from 2016 about too large sections to transfer, but that was fixed in 3.3, so it should not be it.
Can we turn on some more logging to find out more ?
Or is this a known issue when doing .... and then we need to ... or something ?
Appreciate all the help I can get