[
https://issues.apache.org/jira/browse/IGNITE-10263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689331#comment-16689331
]
ASF GitHub Bot commented on IGNITE-10263:
-----------------------------------------
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/5409
IGNITE-10263: MVCC: Concurrent cache stop can cause vacuum failure.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10263
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5409.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5409
----
commit eb2033ba67b69565c80edfb26e26ef3ba1825f20
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date: 2018-11-16T10:14:00Z
IGNITE-10263: Skip entry belonged to stopped cache.
commit 7f671f33a146335a7a77a2f153cd5741fb0eac81
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date: 2018-11-16T10:14:00Z
IGNITE-10263: Skip entry belonged to stopped cache.
commit 408e9c788fe97e02f1a44bdd68d908fe6423d0b9
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date: 2018-11-16T10:26:19Z
Merge remote-tracking branch 'origin/ignite-10263' into ignite-10263
----
> 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
>
>
> 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)