[
https://issues.apache.org/jira/browse/IGNITE-28269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-28269:
------------------------------------
Fix Version/s: 3.2
> NoSuchMethodException in thin client message handling
> -----------------------------------------------------
>
> Key: IGNITE-28269
> URL: https://issues.apache.org/jira/browse/IGNITE-28269
> Project: Ignite
> Issue Type: Bug
> Reporter: Denis Chudov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
>
> From stack traces:
>
> {code:java}
> Thread [name="%cac-dpd-cde-gg-aks-dev-4%tx-async-write-intent-1", id=688,
> state=RUNNABLE, blockCnt=51700, waitCnt=948700] at
> [email protected]/java.lang.Throwable.fillInStackTrace(Native Method)
> at [email protected]/java.lang.Throwable.fillInStackTrace(Unknown Source)
> - locked java.lang.NoSuchMethodException@6049e795 at
> [email protected]/java.lang.Throwable.<init>(Unknown Source) at
> [email protected]/java.lang.Exception.<init>(Unknown Source) at
> [email protected]/java.lang.ReflectiveOperationException.<init>(Unknown
> Source) at
> [email protected]/java.lang.NoSuchMethodException.<init>(Unknown Source)
> at [email protected]/java.lang.Class.getMethod(Unknown Source) at
> app//org.apache.ignite.internal.util.ExceptionUtils.getCauseUsingMethodName(ExceptionUtils.java:115)
> at
> app//org.apache.ignite.internal.util.ExceptionUtils.getCause(ExceptionUtils.java:242)
> at
> app//org.apache.ignite.internal.util.ExceptionUtils.getCause(ExceptionUtils.java:217)
> at
> app//org.apache.ignite.internal.util.ExceptionUtils.getThrowableList(ExceptionUtils.java:277)
> at
> app//org.apache.ignite.internal.util.ExceptionUtils.getFullStackTrace(ExceptionUtils.java:317)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.writeErrorCore(ClientInboundMessageHandler.java:804)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.writeError(ClientInboundMessageHandler.java:749)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.lambda$processOperationInternal$12(ClientInboundMessageHandler.java:1245)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler$$Lambda/0x0000000801086e20.accept(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture.uniWhenComplete(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture.postComplete(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture.complete(Unknown
> Source) at
> app//org.apache.ignite.internal.tx.impl.TransactionInflights$ReadWriteTxContext.completeFinishInProgressFuture(TransactionInflights.java:383)
> at
> app//org.apache.ignite.internal.tx.impl.TransactionInflights$ReadWriteTxContext.lambda$performFinish$1(TransactionInflights.java:367)
> at
> app//org.apache.ignite.internal.tx.impl.TransactionInflights$ReadWriteTxContext$$Lambda/0x00000008011dbcc0.accept(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture.uniWhenComplete(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture.postComplete(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture.postFire(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture$UniHandle.tryFire(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture$Completion.run(Unknown
> Source) at
> [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
> Source) at
> [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> Source) at [email protected]/java.lang.Thread.runWith(Unknown Source)
> at [email protected]/java.lang.Thread.run(Unknown Source){code}
>
> also
>
> {code:java}
> Thread [name="%cac-dpd-cde-gg-aks-dev-4%partition-operations-3", id=232,
> state=RUNNABLE, blockCnt=1138171, waitCnt=3146712] at
> [email protected]/java.lang.Throwable.fillInStackTrace(Native Method)
> at [email protected]/java.lang.Throwable.fillInStackTrace(Unknown Source)
> - locked java.lang.NoSuchFieldException@307f71b3 at
> [email protected]/java.lang.Throwable.<init>(Unknown Source) at
> [email protected]/java.lang.Exception.<init>(Unknown Source) at
> [email protected]/java.lang.ReflectiveOperationException.<init>(Unknown
> Source) at
> [email protected]/java.lang.NoSuchFieldException.<init>(Unknown Source)
> at [email protected]/java.lang.Class.getField(Unknown Source) at
> app//org.apache.ignite.internal.util.ExceptionUtils.isNestedThrowable(ExceptionUtils.java:200)
> at
> app//org.apache.ignite.internal.util.ExceptionUtils.getFullStackTrace(ExceptionUtils.java:322)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.writeErrorCore(ClientInboundMessageHandler.java:804)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.writeError(ClientInboundMessageHandler.java:749)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.lambda$processOperationInternal$12(ClientInboundMessageHandler.java:1245)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler$$Lambda/0x0000000801086e20.accept(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture.uniWhenComplete(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(Unknown
> Source) at
> [email protected]/java.util.concurrent.CompletableFuture.whenComplete(Unknown
> Source) at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.processOperationInternal(ClientInboundMessageHandler.java:1241)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.lambda$processOperationInSecurityContext$11(ClientInboundMessageHandler.java:1221)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler$$Lambda/0x00000008010865c0.run(Unknown
> Source) at
> app//org.gridgain.internal.security.context.SecuredRunnable.run(SecuredRunnable.java:34)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.processOperationInSecurityContext(ClientInboundMessageHandler.java:1221)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler.lambda$processOperation$6(ClientInboundMessageHandler.java:884)
> at
> app//org.apache.ignite.client.handler.ClientInboundMessageHandler$$Lambda/0x000000080110eda8.run(Unknown
> Source) at
> [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
> Source) at
> [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> Source) at [email protected]/java.lang.Thread.runWith(Unknown Source)
> at [email protected]/java.lang.Thread.run(Unknown Source){code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)