[
https://issues.apache.org/jira/browse/IGNITE-23453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Lapin resolved IGNITE-23453.
--------------------------------------
Fix Version/s: 3.0
Resolution: Fixed
> ItNodeTest may fail with RocksDB is already closed.
> ---------------------------------------------------
>
> Key: IGNITE-23453
> URL: https://issues.apache.org/jira/browse/IGNITE-23453
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexander Lapin
> Priority: Major
> Fix For: 3.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Several ItNodeTest tests may fail with "RocksDB is already closed." assertion
> because of wrong raft/rocks stop order.
> votingMemberReturningAfterResetAndConfigChangeCanBecomeLeader and
> exLeaderDoesntBecomeLeaderIfExternallyEnforcedConfigDoesNotContainIt first
> stop rocks in
> {code:java}
> } finally {
> persistentLogStorageFactory.stopAsync();
> } {code}
> and then stop raft in @AfterEach tearDown() thus the race when raft touches
> already closed rocks is possible.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)