Vyacheslav Koptilin created IGNITE-27931:
--------------------------------------------
Summary:
ItThinClientTransactionsTest.testRollbackDoesNotBlockOnLockConflict is flaky
Key: IGNITE-27931
URL: https://issues.apache.org/jira/browse/IGNITE-27931
Project: Ignite
Issue Type: Bug
Reporter: Vyacheslav Koptilin
The test sometimes fails with the following error:
{noformat}
java.lang.AssertionError:
Expected: a future that completes with an exception that is an instance of
org.apache.ignite.tx.TransactionException
but: was completed exceptionally with
<org.apache.ignite.lang.IgniteException: IGN-CLIENT-10 Failed to find resource
with id: 11 TraceId:8473b5fa>
org.apache.ignite.lang.IgniteException: IGN-CLIENT-10 Failed to find resource
with id: 11 TraceId:8473b5fa
...
at
org.apache.ignite.internal.util.ViewUtils.copyExceptionWithCauseIfPossible(ViewUtils.java:91)
at
org.apache.ignite.internal.util.ViewUtils.ensurePublicException(ViewUtils.java:71)
at
org.apache.ignite.internal.client.TcpClientChannel.lambda$completeAsync$5(TcpClientChannel.java:480)
...
Caused by: org.apache.ignite.lang.IgniteException: IGN-CLIENT-10 Failed to find
resource with id: 11 TraceId:8473b5fa
at
java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
at
org.apache.ignite.internal.util.ExceptionUtils$1.copy(ExceptionUtils.java:971)
at
org.apache.ignite.internal.util.ExceptionUtils$ExceptionFactory.createCopy(ExceptionUtils.java:905)
at
org.apache.ignite.internal.util.ExceptionUtils.copyExceptionWithCause(ExceptionUtils.java:688)
at
org.apache.ignite.internal.client.TcpClientChannel.readError(TcpClientChannel.java:676)
at
org.apache.ignite.internal.client.TcpClientChannel.processNextMessage(TcpClientChannel.java:549)
at
org.apache.ignite.internal.client.TcpClientChannel.onMessage(TcpClientChannel.java:318)
at
org.apache.ignite.internal.client.io.netty.NettyClientConnection.onMessage(NettyClientConnection.java:118)
at
org.apache.ignite.internal.client.io.netty.NettyClientMessageHandler.channelRead(NettyClientMessageHandler.java:34)
..
Caused by: org.apache.ignite.lang.IgniteException: IGN-CLIENT-10
org.apache.ignite.lang.IgniteException: IGN-CLIENT-10 Failed to find resource
with id: 11 TraceId:8473b5fa
at
org.apache.ignite.client.handler.ClientResourceRegistry.get(ClientResourceRegistry.java:85)
at
org.apache.ignite.client.handler.requests.table.ClientTableCommon.readTx(ClientTableCommon.java:536)
at
org.apache.ignite.client.handler.requests.table.ClientTableCommon.readOrStartImplicitTx(ClientTableCommon.java:560)
at
org.apache.ignite.client.handler.requests.table.ClientTupleRequestBase.readAsync(ClientTupleRequestBase.java:100)
at
org.apache.ignite.client.handler.requests.table.ClientTupleUpsertRequest.process(ClientTupleUpsertRequest.java:59)
at
org.apache.ignite.client.handler.ClientInboundMessageHandler.processOperation(ClientInboundMessageHandler.java:845)
at
org.apache.ignite.client.handler.ClientInboundMessageHandler.processOperationInternal(ClientInboundMessageHandler.java:1105)
at
org.apache.ignite.client.handler.ClientInboundMessageHandler.lambda$processOperation$6(ClientInboundMessageHandler.java:801)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)