chore(deps): update graalvm/setup-graalvm action to v1.2.6 #584
GitHub Actions / Java CI / Test Report (21)
failed
Nov 14, 2024 in 0s
2 tests run, 1 passed, 0 skipped, 1 failed.
Annotations
github-actions / Java CI / Test Report (21)
RedisClusterCacheSpec.test read/write object from redis sync cache with read-from
io.lettuce.core.RedisCommandExecutionException: CLUSTERDOWN The cluster is down
Raw output
io.lettuce.core.RedisCommandExecutionException: CLUSTERDOWN The cluster is down
at app//io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151)
at app//io.lettuce.core.internal.Exceptions.bubble(Exceptions.java:57)
at app//io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:235)
at app//io.lettuce.core.cluster.ClusterFutureSyncInvocationHandler.handleInvocation(ClusterFutureSyncInvocationHandler.java:135)
at app//io.lettuce.core.internal.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:84)
at app//io.micronaut.configuration.lettuce.cache.AbstractRedisCache.putValue(AbstractRedisCache.java:245)
at app//io.micronaut.configuration.lettuce.cache.RedisCache.putValue(RedisCache.java:162)
at app//io.micronaut.configuration.lettuce.cache.AbstractRedisCache.put(AbstractRedisCache.java:109)
at app//io.micronaut.configuration.lettuce.cache.RedisCache.put(RedisCache.java:180)
at io.micronaut.configuration.lettuce.cache.RedisClusterCacheSpec.test read/write object from redis sync cache with read-from(RedisClusterCacheSpec.groovy:47)
Caused by: io.lettuce.core.RedisCommandExecutionException: CLUSTERDOWN The cluster is down
at app//io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151)
at app//io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:120)
at app//io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:124)
at app//io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:115)
at app//io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:67)
at app//io.lettuce.core.cluster.ClusterCommand.complete(ClusterCommand.java:50)
at app//io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:67)
at app//io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:749)
at app//io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:684)
at app//io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:601)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base@21.0.5/java.lang.Thread.run(Thread.java:1583)
Loading