|
8 | 8 | <root level="info">
|
9 | 9 | <appender-ref ref="STDOUT"/>
|
10 | 10 | </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 |
| - |
36 | 11 |
|
37 | 12 | <!--
|
38 | 13 | suppress unreadable huge logs..
|
|
0 commit comments