[
https://issues.apache.org/jira/browse/IGNITE-23095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-23095:
---------------------------------------
Description:
Tests that test message handler behavior trigger saving to Vault, which happens
asynchronously. If such a saving happens after the test finishes, it may happen
after the after-test callback that stops Vault, which results in a call to a
stopped RocksDB, causing a crash.
All such tests need to wait for the write to happen before stopping.
> SystemDisasterRecoveryManagerImplTest may crash JVM
> ---------------------------------------------------
>
> Key: IGNITE-23095
> URL: https://issues.apache.org/jira/browse/IGNITE-23095
> Project: Ignite
> Issue Type: Bug
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Tests that test message handler behavior trigger saving to Vault, which
> happens asynchronously. If such a saving happens after the test finishes, it
> may happen after the after-test callback that stops Vault, which results in a
> call to a stopped RocksDB, causing a crash.
> All such tests need to wait for the write to happen before stopping.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)