admin管理员组文章数量:1394585
I am using apache ignite as a server node. Sometimes I see the above exception after which the pod goes down since we have the setup on aws eks. When the service was on ec2, i never saw a similar exception but after migrating this exception comes often which leads to bring the pod down. Just to be clarify a bit more, apache ignite is embedded in the application. Also, i don't see any logs before this exception which can tell about the root cause of the situation hence can't get an idea on this. Below is the stack trace:
2025-03-27 14:40:24.036 Caused by: class .apache.ignite.internal.processors.cache.CacheStoppedException: Failed to perform cache operation (cache is stopped): NimbblPaymentConfigDenormalizedCache 2025-03-27 14:40:24.036 at java.base/java.lang.Thread.run(Thread.java:829) 2025-03-27 14:40:24.036 at ioty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) 2025-03-27 14:40:24.036 at ioty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) 2025-03-27 14:40:24.036 at ioty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) 2025-03-27 14:40:24.036 at ioty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) 2025-03-27 14:40:24.036 at ioty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) 2025-03-27 14:40:24.036 at ioty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) 2025-03-27 14:40:24.036 at ioty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) 2025-03-27 14:40:24.036 at ioty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) 2025-03-27 14:40:24.036 at ioty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) 2025-03-27 14:40:24.036 at ioty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) 2025-03-27 14:40:24.036 at ioty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) 2025-03-27 14:40:24.036 at ioty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) 2025-03-27 14:40:24.036 at ioty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler.channelRead(WebSocketServerExtensionHandler.java:83) 2025-03-27 14:40:24.036 at ioty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler.onHttpRequestChannelRead(WebSocketServerExtensionHandler.java:160) 2025-03-27 14:40:24.036 at ioty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) 2025-03-27 14:40:24.036 at ioty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) 2025-03-27 14:40:24.036 at io.vertx.core.impl.VertxHandler.channelRead(VertxHandler.java:153) 2025-03-27 14:40:24.036 at io.vertx.core.impl.ConnectionBase.read(ConnectionBase.java:158) 2025-03-27 14:40:24.036 at io.vertx.core.http.impl.Http1xServerConnection.handleMessage(Http1xServerConnection.java:167) 2025-03-27 14:40:24.036 at io.vertx.core.impl.DuplicatedContext.emit(DuplicatedContext.java:158) 2025-03-27 14:40:24.036 at io.vertx.core.impl.EventLoopContext.emit(EventLoopContext.java:55) 2025-03-27 14:40:24.036 at io.vertx.core.http.impl.Http1xServerRequestHandler.handle(Http1xServerRequestHandler.java:30) 2025-03-27 14:40:24.036 at io.vertx.core.http.impl.Http1xServerRequestHandler.handle(Http1xServerRequestHandler.java:67) 2025-03-27 14:40:24.036 at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:37) 2025-03-27 14:40:24.036 at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:68) 2025-03-27 14:40:24.036 at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:141) 2025-03-27 14:40:24.036 at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:177) 2025-03-27 14:40:24.036 at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) 2025-03-27 14:40:24.036 at io.vertx.ext.web.handler.impl.CorsHandlerImpl.handle(CorsHandlerImpl.java:41) 2025-03-27 14:40:24.036 at io.vertx.ext.web.handler.impl.CorsHandlerImpl.handle(CorsHandlerImpl.java:204) 2025-03-27 14:40:24.036 at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:141) 2025-03-27 14:40:24.036 at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:177) 2025-03-27 14:40:24.036 at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) 2025-03-27 14:40:24.036 at tech.nimbbl.payments.internal.smart_routing.controller.PaymentPartnerController.retrievePsp(PaymentPartnerController.kt:44) 2025-03-27 14:40:24.036 at tech.nimbbl.payments.internal.smart_routing.service.PaymentPartnerService.findRoutingType(PaymentPartnerService.kt:10) 2025-03-27 14:40:24.036 at tech.nimbbl.payments.internal.smart_routing.repo.RouterConfigRepository.findRoutingTypeForSubmerchant(RouterConfigRepository.kt:111) 2025-03-27 14:40:24.036 at .apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy.query(GatewayProtectedCacheProxy.java:413) 2025-03-27 14:40:24.036 at .apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy.onEnter(GatewayProtectedCacheProxy.java:1636) 2025-03-27 14:40:24.036 at .apache.ignite.internal.processors.cache.GridCacheGateway.enter(GridCacheGateway.java:166) 2025-03-27 14:40:24.036 java.lang.IllegalStateException: class .apache.ignite.internal.processors.cache.CacheStoppedException: Failed to perform cache operation (cache is stopped): NimbblPaymentConfigDenormalizedCache 2025-03-27 14:40:24.036 [2025-03-27 09:10:24.035] [ERROR] [vert.x-eventloop-thread-2] [PaymentPartnerController : 67] [retrievePsp] Error processing retrievePsp java.lang.IllegalStateException: class .apache.ignite.internal.processors.cache.CacheStoppedException: Failed to perform cache operation (cache is stopped): NimbblPaymentConfigDenormalizedCache:
本文标签:
版权声明:本文标题:java - org.apache.ignite.internal.processors.cache.CacheStoppedException: Failed to perform cache operation (cache is stopped) - 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744097106a2590480.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论