Re: Issue while node addition on cassandra 4.0.7

2023-06-30 Thread MyWorld
Bingo.. Yes API team was cross checkin their whitelisting to the db server at the same time and checking via telnet. Thanks Bowen On Thu, Jun 29, 2023 at 5:49 PM Bowen Song via user < user@cassandra.apache.org> wrote: > Talking about telnet, a closer look at the sequence 'FF F4 FF FD' makes > me

Re: Issue while node addition on cassandra 4.0.7

2023-06-29 Thread Bowen Song via user
Talking about telnet, a closer look at the sequence 'FF F4 FF FD' makes me thinking about telnet commands code. Based on RFC 854 , the sequence is IAC, Interrupt Process, IAC, DO, which is basically the key sequence 'ctrl-c' in telnet. On

Re: Issue while node addition on cassandra 4.0.7

2023-06-29 Thread Bowen Song via user
Did anyone connecting to the servers' storage port via telnet, nc (netcat) or something similar? 218762506 is 0x0D0A0D0A, which is two newlines. On 29/06/2023 11:49, MyWorld wrote: When checked in the source nodes, we got similar errors. Forgot to mention, we also received below error

Re: Issue while node addition on cassandra 4.0.7

2023-06-29 Thread MyWorld
When checked in the source nodes, we got similar errors. Forgot to mention, we also received below error message : ERROR [Messaging-EventLoop-3-3] 2023-06-27 18:57:09,128 InboundConnectionInitiator.java:360 - Failed to properly handshake with peer /10.127.2.10:58490. Closing the channel.

Re: Issue while node addition on cassandra 4.0.7

2023-06-29 Thread Bowen Song via user
The expected value "-900387334" is the little endian decimal representation of the PROTOCOL_MAGIC value 0xCA552DFA defined in the net/Message.java file. The

Issue while node addition on cassandra 4.0.7

2023-06-28 Thread MyWorld
Hi all, We are currently using Apache cassandra 4.0.7 in our environment. While adding a new node in the existing 3-node DC, we found below error. This error is observed multiple times when the node was in the UJ (up and joining) state. Our current server-to-server internode encryption settings