Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

throttlers defined in profiles not used #1071

Closed
Nowheresly opened this issue Mar 18, 2024 · 0 comments
Closed

throttlers defined in profiles not used #1071

Nowheresly opened this issue Mar 18, 2024 · 0 comments
Assignees

Comments

@Nowheresly
Copy link
Collaborator

See error stack here:

| 2024-03-18 09:11:11.002 ERROR org.glowroot.central.RollupService - com.datastax.oss.driver.api.core.AllNodesFailedException: All 1 node(s) tried for the query failed (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=cassandra/10.186.0.10:9042, hostId=f6d48178-7e8a-4d8e-8e99-4ce27e0dfacb, hashCode=7898dcb5): [com.datastax.oss.driver.api.core.NodeUnavailableException: No connection was available to Node(endPoint=cassandra/10.186.0.10:9042, hostId=f6d48178-7e8a-4d8e-8e99-4ce27e0dfacb, hashCode=7898dcb5)]
| java.util.concurrent.CompletionException: com.datastax.oss.driver.api.core.AllNodesFailedException: All 1 node(s) tried for the query failed (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=cassandra/10.186.0.10:9042, hostId=f6d48178-7e8a-4d8e-8e99-4ce27e0dfacb, hashCode=7898dcb5): [com.datastax.oss.driver.api.core.NodeUnavailableException: No connection was available to Node(endPoint=cassandra/10.186.0.10:9042, hostId=f6d48178-7e8a-4d8e-8e99-4ce27e0dfacb, hashCode=7898dcb5)]
|      at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
|      at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1177)
|      at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2341)
|      at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
|      at org.glowroot.central.repo.AggregateDaoImpl.rollupTransactionSummary(AggregateDaoImpl.java:1259)
|      at org.glowroot.central.repo.AggregateDaoImpl.rollupOne(AggregateDaoImpl.java:1080)
|      at org.glowroot.central.repo.AggregateDaoImpl$11.lambda$apply$3(AggregateDaoImpl.java:1006)
|      at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
|      at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2341)
|      at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
|      at org.glowroot.central.repo.AggregateDaoImpl$11.apply(AggregateDaoImpl.java:1001)
|      at org.glowroot.central.repo.AggregateDaoImpl$11.apply(AggregateDaoImpl.java:988)
|      at org.glowroot.central.repo.AggregateDaoImpl.lambda$rollup$10(AggregateDaoImpl.java:1030)
|      at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
|      at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
|      at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2179)
|      at com.datastax.oss.driver.internal.core.cql.CqlRequestHandler.setFinalResult(CqlRequestHandler.java:324)
|      at com.datastax.oss.driver.internal.core.cql.CqlRequestHandler.access$1500(CqlRequestHandler.java:95)
|      at com.datastax.oss.driver.internal.core.cql.CqlRequestHandler$NodeResponseCallback.onResponse(CqlRequestHandler.java:655)
|      at com.datastax.oss.driver.internal.core.channel.InFlightHandler.channelRead(InFlightHandler.java:257)
|      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
|      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
|      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
|      at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
|      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
|      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
|      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
|      at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
|      at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)
|      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:454)
|      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
|      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
|      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
|      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
|      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
|      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
|      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
|      at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
|      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
|      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|      at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|      at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|      at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|      at java.base/java.lang.Thread.run(Thread.java:1583)
| Caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: All 1 node(s) tried for the query failed (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=cassandra/10.186.0.10:9042, hostId=f6d48178-7e8a-4d8e-8e99-4ce27e0dfacb, hashCode=7898dcb5): [com.datastax.oss.driver.api.core.NodeUnavailableException: No connection was available to Node(endPoint=cassandra/10.186.0.10:9042, hostId=f6d48178-7e8a-4d8e-8e99-4ce27e0dfacb, hashCode=7898dcb5)]
|      at com.datastax.oss.driver.api.core.AllNodesFailedException.fromErrors(AllNodesFailedException.java:55)
|      at com.datastax.oss.driver.internal.core.cql.CqlRequestHandler.sendRequest(CqlRequestHandler.java:264)
|      at com.datastax.oss.driver.internal.core.cql.CqlRequestHandler.onThrottleReady(CqlRequestHandler.java:195)
|      at com.datastax.oss.driver.internal.core.session.throttling.PassThroughRequestThrottler.register(PassThroughRequestThrottler.java:52)
|      at com.datastax.oss.driver.internal.core.cql.CqlRequestHandler.<init>(CqlRequestHandler.java:172)
|      at com.datastax.oss.driver.internal.core.cql.CqlRequestAsyncProcessor.process(CqlRequestAsyncProcessor.java:44)
|      at com.datastax.oss.driver.internal.core.cql.CqlRequestAsyncProcessor.process(CqlRequestAsyncProcessor.java:29)
|      at com.datastax.oss.driver.internal.core.session.DefaultSession.execute(DefaultSession.java:230)
|      at com.datastax.oss.driver.api.core.cql.AsyncCqlSession.executeAsync(AsyncCqlSession.java:42)
|      at org.glowroot.central.util.Session.readAsync(Session.java:153)
|      at org.glowroot.central.repo.AggregateDaoImpl.rollupTransactionSummary(AggregateDaoImpl.java:1258)
|      ... 42 common frames omitted
|      Suppressed: com.datastax.oss.driver.api.core.NodeUnavailableException: No connection was available to Node(endPoint=cassandra/10.186.0.10:9042, hostId=f6d48178-7e8a-4d8e-8e99-4ce27e0dfacb, hashCode=7898dcb5)
|              at com.datastax.oss.driver.internal.core.cql.CqlRequestHandler.sendRequest(CqlRequestHandler.java:256)
|              ... 51 common frames omitted

@Nowheresly Nowheresly self-assigned this Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant