rzo1 commented on PR #3525:
URL: https://github.com/apache/storm/pull/3525#issuecomment-1676845468

   I did some additional modifications. The current tests are executable on 
that branch but will crash as the cassandra driver cannot connect to the local 
cassandra instance
   
   ```bash
        Caused by: java.net.ConnectException: Verbindungsaufbau abgelehnt
                at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
                at 
java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:777)
                at 
io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
                at 
io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
                at 
io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
                at 
io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
                at 
io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
                at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
                at 
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
                at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
                at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThr
   ```
   
   This is weird because the related host / port is open and accepts 
connections. Needs some more digging but at least we are not seeing JVM issues 
or missing classes due to netty, etc.


-- 
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: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to