Re: io.netty.channel.unix.Errors$NativeIoException: Connection reset by peer

2021-04-26 Thread Erick Ramirez
That message gets logged when the node tries to respond back to the client but the driver has already given up waiting for the cluster to respond so the connection is no longer active. It typically happens when running an expensive query and the coordinator is still waiting for the replicas to res

Re: io.netty.channel.unix.Errors$NativeIoException: Connection reset by peer

2021-04-26 Thread sunil pawar
Hi Renoy, The message below shows there are connection hick-ups between Remote and Local machines. Unexpected exception during request; channel = [id: 0x08a9bc0f, L:/ 10.50.11.123:9042 ! R:/10.50.11.182:44734] L stands for local machine address and R stands for Remote machine address. Please c