[
https://issues.apache.org/jira/browse/IGNITE-10263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16691616#comment-16691616
]
Ignite TC Bot commented on IGNITE-10263:
----------------------------------------
{panel:title=Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}MVCC Cache{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2332441]]
* IgniteCacheMvccTestSuite:
CacheMvccPartitionedCoordinatorFailoverTest.testAccountsTxScan_Server_Backups0_CoordinatorFails
- 0,0% fails in last 100 master runs.
{color:#d04437}Binary Objects (Simple Mapper Basic){color} [[tests
4|https://ci.ignite.apache.org/viewLog.html?buildId=2332390]]
* IgniteBinarySimpleNameMapperBasicTestSuite:
BPlusTreeSelfTest.testSizeForRandomPutRmvMultithreadedAsync_3 - 0,0% fails in
last 100 master runs.
* IgniteBinarySimpleNameMapperBasicTestSuite:
StopNodeFailureHandlerTest.testNodeStopped - 0,0% fails in last 100 master runs.
{panel}
[TeamCity Run All
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2332499&buildTypeId=IgniteTests24Java8_RunAll]
> 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)