[
https://issues.apache.org/jira/browse/IGNITE-10263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-10263:
-------------------------------------
Fix Version/s: 2.8
> MVCC: Concurrent cache stop can cause vacuum failure.
> -----------------------------------------------------
>
> Key: IGNITE-10263
> URL: https://issues.apache.org/jira/browse/IGNITE-10263
> Project: Ignite
> Issue Type: Bug
> Components: cache, mvcc
> Reporter: Andrew Mashenkov
> Assignee: Andrew Mashenkov
> Priority: Minor
> Labels: Hanging
> Fix For: 2.8
>
>
>
> Vacuum.cleanup() can fails on cctx.gate().enter() if cache is stopped
> concurrently.
> ctx.gate().enter() method fails with IllegalStateException and we've got
> stacktrace in log for every cache partition.
> Replacing enter() with enterIfNotStopped() resolves the issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)