[
https://issues.apache.org/jira/browse/IGNITE-9446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Mashenkov updated IGNITE-9446:
-------------------------------------
Description:
For now, partition store BTree can be destroyed while vacuum in progress
regardless partition reservations which causes VacuumTask failure without
negative side effect (such as worker failure or any hanging).
VacuumTask successfully catch and log the exception, but further check in
afterTest() method reports vacuum failure.
For now vacuum is disabled for this test.
We should fix vacuum failure properly in that case and fix
CacheMvccPartitionedSqlQueriesTest.testDistributedJoinSimple() test.
was:
For now, partition store BTree can be destroyed while vacuum in progress
regardless partition reservations which causes VacuumTask failure without no
side effect (such as worker failure or any hanging).
VacuumTask successfully catch and log the exception, but further check in
afterTest() method reports vacuum failure.
For now vacuum is disabled for this test.
We should fix vacuum failure properly in that case and fix
CacheMvccPartitionedSqlQueriesTest.testDistributedJoinSimple() test.
> MVCC: Races in Vacuum worker on cache stop.
> -------------------------------------------
>
> Key: IGNITE-9446
> URL: https://issues.apache.org/jira/browse/IGNITE-9446
> Project: Ignite
> Issue Type: Bug
> Components: mvcc
> Reporter: Andrew Mashenkov
> Priority: Minor
> Fix For: 2.8
>
>
> For now, partition store BTree can be destroyed while vacuum in progress
> regardless partition reservations which causes VacuumTask failure without
> negative side effect (such as worker failure or any hanging).
> VacuumTask successfully catch and log the exception, but further check in
> afterTest() method reports vacuum failure.
> For now vacuum is disabled for this test.
> We should fix vacuum failure properly in that case and fix
> CacheMvccPartitionedSqlQueriesTest.testDistributedJoinSimple() test.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)