Aleksandr Polovtsev created IGNITE-24691:
--------------------------------------------
Summary:
ItZoneDataReplicationTest#testDataRebalance(truncateRaftLog=true) is flaky
Key: IGNITE-24691
URL: https://issues.apache.org/jira/browse/IGNITE-24691
Project: Ignite
Issue Type: Bug
Reporter: Aleksandr Polovtsev
Assignee: Aleksandr Polovtsev
This test sometimes fails with the following error:
{code:java}
Caused by: org.apache.ignite.internal.lang.IgniteInternalException: IGN-TX-9
TraceId:f0e5906a-9180-47c6-bc10-7d58d72ebc94 Storage is in the process of
rebalance: [table=3, partitionId=0]
at
app//org.apache.ignite.internal.tx.storage.state.rocksdb.TxStateRocksDbPartitionStorage.createStorageInProgressOfRebalanceException(TxStateRocksDbPartitionStorage.java:608)
at
app//org.apache.ignite.internal.tx.storage.state.rocksdb.TxStateRocksDbPartitionStorage.throwExceptionDependingOnStorageState(TxStateRocksDbPartitionStorage.java:620)
at
app//org.apache.ignite.internal.tx.storage.state.rocksdb.TxStateRocksDbPartitionStorage.close(TxStateRocksDbPartitionStorage.java:433)
at
app//org.apache.ignite.internal.util.IgniteUtils.lambda$closeAll$0(IgniteUtils.java:571)
at
[email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at
[email protected]/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at
[email protected]/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
at
[email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at
[email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at
[email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at
[email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at
[email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at
[email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at
app//org.apache.ignite.internal.util.IgniteUtils.closeAll(IgniteUtils.java:569)
at
app//org.apache.ignite.internal.util.IgniteUtils.closeAll(IgniteUtils.java:592)
at
app//org.apache.ignite.internal.tx.storage.state.rocksdb.TxStateRocksDbStorage.close(TxStateRocksDbStorage.java:147)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)