[
https://issues.apache.org/jira/browse/IGNITE-21623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17822590#comment-17822590
]
Mirza Aliev edited comment on IGNITE-21623 at 3/1/24 2:23 PM:
--------------------------------------------------------------
Seems like a root cause could be the same as in
https://issues.apache.org/jira/browse/IGNITE-21418
was (Author: maliev):
Seems like the root cause could be the same as in
https://issues.apache.org/jira/browse/IGNITE-21418
> Test fails
> ItTxDistributedTestThreeNodesThreeReplicas.testBatchSinglePartitionGet
> ---------------------------------------------------------------------------------
>
> Key: IGNITE-21623
> URL: https://issues.apache.org/jira/browse/IGNITE-21623
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-3
> Attachments: Module Table 20487 log.zip,
> _Integration_Tests_Module_Table_20271.log (1).zip
>
>
> The test fails very rarely, but this is a violation of transaction
> guarantees. This test fails to get committed entries:
> {code}
> for (Tuple tuple : accountRecordsView.getAll(null, keys.stream().map(k ->
> makeKey(k)).collect(toList()))) {
> assertEquals(100., tuple.doubleValue("balance"));
> }
> {code}
> Instead, NPE is received:
> {noformat}
> java.lang.NullPointerException
> at
> org.apache.ignite.internal.table.TxAbstractTest.testBatchSinglePartitionGet(TxAbstractTest.java:2274)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)