[ 
https://issues.apache.org/jira/browse/IGNITE-23453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Lapin updated IGNITE-23453:
-------------------------------------
    Description: 
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.

  was:Several https://issues.apache.org/jira/browse/IGNITE-23453


> 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
>          Time Spent: 10m
>  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)

Reply via email to