You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Eduard Shangareev (JIRA)" <ji...@apache.org> on 2017/09/20 07:29:00 UTC

[jira] [Commented] (IGNITE-6342) Exchange is hanging on eviction

    [ 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)