[
https://issues.apache.org/jira/browse/IGNITE-19731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17732483#comment-17732483
]
Vladislav Pyatkov commented on IGNITE-19731:
--------------------------------------------
In most part of these tests, we have a conflict with transaction
0188b8a2-1fd4-0005-0000-00005e7b0eac. I think the transaction got stuck and
affect the rest of the tests.
As I see, we do not rollback transaction in case when
_ReadWriteScanRetrieveBatchReplicaRequest_ failed:
{panel:title=grep by 0188b8a2-1fd4-0005-0000-00005e7b0eac from log}
2023-06-14 09:40:12:812 +0300
[WARNING][%itst_n_1%scan-query-executor--0][ReplicaManager] Failed to process
replica request [request=ReadWriteScanRetrieveBatchReplicaRequestImpl
[batchSize=1000, columnsToInclude=null, exactKey=null, flags=0,
groupId=1_part_0, indexToUse=3, lowerBoundPrefix=null, scanId=81581, term=1,
timestampLong=110541197332316160,
transactionId=0188b8a2-1fd4-0005-0000-00005e7b0eac, upperBoundPrefix=null]]
java.util.concurrent.CompletionException:
org.apache.ignite.internal.tx.LockException: IGN-TX-4
TraceId:7df614cc-180f-4b8d-b290-507453105729 Failed to acquire a lock due to a
conflict [txId=0188b8a2-1fd4-0005-0000-00005e7b0eac,
conflictingWaiter=WaiterImpl [txId=0188b8a2-1fd4-0004-0000-00005e7b0eac,
intendedLockMode=null, lockMode=IX, ex=null, isDone=true]]
{panel}
> ItTableScanTest different test failed.
> --------------------------------------
>
> Key: IGNITE-19731
> URL: https://issues.apache.org/jira/browse/IGNITE-19731
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 3.0.0-beta1
> Reporter: Evgeny Stanilovsky
> Priority: Major
> Labels: ignite-3
> Attachments: image-2023-06-14-09-56-02-062.png
>
>
> ItTableScanTest different tests are failed, reproduced locally (just call run
> until failure and on 5+ iteration it will fail) main
> (79a841d95247c338b80ab91a93ec18ee7) TC also decide them flaky
> !image-2023-06-14-09-56-02-062.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)