Skip to content

Commit 410408f

Browse files
authored
Hopefully cleanup last remnants of cassandra (#45)
1 parent 27b4fc3 commit 410408f

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/test/resources/logback-test.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,6 @@
88
<root level="info">
99
<appender-ref ref="STDOUT"/>
1010
</root>
11-
<!--
12-
suppress the following logs at the end of the tests:
13-
16:07:28.503 [cluster-nio-worker-0] WARN io.netty.channel.AbstractChannelHandlerContext - An exception 'java.util.concurrent.RejectedExecutionException: Task com.google.common.util.concurrent.TrustedListenableFutureTask@6a91bfa4 (delegate = java.util.concurrent.Executors$RunnableAdapter@466afa5c[Wrapped task = com.datastax.driver.core.Cluster$Manager$5@6436dc03]) rejected from java.util.concurrent.ThreadPoolExecutor@78cabf[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
14-
java.io.IOException: Connexion ré-initialisée par le correspondant
15-
at java.base/sun.nio.ch.FileDispatcherImpl.read0(Native Method)
16-
at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
17-
at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
18-
at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
19-
at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
20-
at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
21-
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:247)
22-
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1147)
23-
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
24-
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
25-
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:700)
26-
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:635)
27-
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:552)
28-
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:514)
29-
at io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050)
30-
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
31-
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
32-
at java.base/java.lang.Thread.run(Thread.java:834)
33-
-->
34-
<logger name="io.netty.channel.AbstractChannelHandlerContext" level="error"/>
35-
3611

3712
<!--
3813
suppress unreadable huge logs..

0 commit comments

Comments
 (0)