[ 
https://issues.apache.org/jira/browse/IGNITE-6342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172853#comment-16172853
 ] 

Eduard Shangareev commented on IGNITE-6342:
-------------------------------------------

I fixed 2 issue with evictions:
1. We didn't write size of renting partitions on checkpoint what could break 
this counter on restart (what could cause issue with exchange because we 
couldn't evict partition).
2. We could not own partition which we should do after its loss (and 
PartititionLossPolicy was IGNORE). And because of it, transactions would fail.

Tests:
https://ci.ignite.apache.org/viewLog.html?buildId=839724&tab=buildResultsDiv&buildTypeId=Ignite20Tests_RunAll

PR:
https://github.com/apache/ignite/pull/2694

> Exchange is hanging on eviction
> -------------------------------
>
>                 Key: IGNITE-6342
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6342
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Eduard Shangareev
>            Assignee: Eduard Shangareev
>             Fix For: 2.3
>
>
> I wrote test which stop/start random node, the test hangs time to time on 
> exchange.
> As I see, exchange-thread waiting for partition eviction.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to