[ 
https://issues.apache.org/jira/browse/IGNITE-23453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17889959#comment-17889959
 ] 

Roman Puchkovskiy commented on IGNITE-23453:
--------------------------------------------

The patch looks good to me

> 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: 0.5h
>  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