Mirza Aliev created IGNITE-21641:
------------------------------------
Summary: OOM in PartitionReplicaListenerTest
Key: IGNITE-21641
URL: https://issues.apache.org/jira/browse/IGNITE-21641
Project: Ignite
Issue Type: Bug
Reporter: Mirza Aliev
Attachments: image-2024-03-01-12-22-32-053.png
TC run failed with OOM
Problem occurred after
PartitionReplicaListenerTest.testReadOnlyGetAfterRowRewrite run,
{noformat}
[2024-03-01T05:12:50,629][INFO ][Test worker][PartitionReplicaListenerTest] >>>
Starting test: PartitionReplicaListenerTest#testReadOnlyGetAfterRowRewrite,
displayName: [14] true, true, false, true
[2024-03-01T05:12:50,629][INFO ][Test worker][PartitionReplicaListenerTest]
workDir:
build/work/PartitionReplicaListenerTest/testReadOnlyGetAfterRowRewrite_33496469368142283
[2024-03-01T05:12:50,638][INFO ][Test worker][PartitionReplicaListenerTest] >>>
Stopping test: PartitionReplicaListenerTest#testReadOnlyGetAfterRowRewrite,
displayName: [14] true, true, false, true, cost: 8ms.
[05:12:50] : [testReadOnlyGetAfterRowRewrite(boolean,
boolean, boolean, boolean)]
org.apache.ignite.internal.table.distributed.replication.PartitionReplicaListenerTest.testReadOnlyGetAfterRowRewrite([15]
true, true, true, false) (10m:22s)
[05:12:50] : [:ignite-table:test] PartitionReplicaListenerTest >
testReadOnlyGetAfterRowRewrite(boolean, boolean, boolean, boolean) > [15] true,
true, true, false STANDARD_OUT
[05:12:50] : [:ignite-table:test]
[2024-03-01T05:12:50,648][INFO ][Test worker][PartitionReplicaListenerTest] >>>
Starting test: PartitionReplicaListenerTest#testReadOnlyGetAfterRowRewrite,
displayName: [15] true, true, true, false
[05:12:50] : [:ignite-table:test]
[2024-03-01T05:12:50,648][INFO ][Test worker][PartitionReplicaListenerTest]
workDir:
build/work/PartitionReplicaListenerTest/testReadOnlyGetAfterRowRewrite_33496469386328241
[05:18:42] : [:ignite-table:test] java.lang.OutOfMemoryError: Java
heap space
[05:18:42] : [:ignite-table:test] Dumping heap to
java_pid2349600.hprof ...
[05:19:06] : [:ignite-table:test] Heap dump file created
[3645526743 bytes in 24.038 secs]
{noformat}
https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunAllTests/7898564?hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandCode+Inspection=true&expandBuildProblemsSection=true&expandBuildChangesSection=true&expandBuildDeploymentsSection=false
After analysing heap dump it appears that the reason of OOM is a problem with
Mockito.
!image-2024-03-01-12-22-32-053.png!
We need to investigate the reason of a problem with Mockito
--
This message was sent by Atlassian Jira
(v8.20.10#820010)