You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/03/06 14:25:00 UTC

[jira] [Updated] (IGNITE-7891) awaitPartitionMapExchange works incorrectly if partitioned cache has backup

     [ https://issues.apache.org/jira/browse/IGNITE-7891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kuznetsov updated IGNITE-7891:
-------------------------------------
    Description: 
When cluster is started with partitioned cache with backups, 
 awaitPartitionMapExchange(true, true, null) may work incorrectly : it doesn't wait for full rebalance to be finished.

See [reproducer|https://github.com/voipp/ignite/commit/78d96c4950b7f82abea1d3cec8b508a96089f2a5]

  was:
When cluster is started with partitioned cache with backups, 
awaitPartitionMapExchange(true, true, null) may work incorrectly : it doesn't wait for full rebalance has finished.

See [reproducer|https://github.com/voipp/ignite/commit/78d96c4950b7f82abea1d3cec8b508a96089f2a5]



> awaitPartitionMapExchange works incorrectly if partitioned cache has backup
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-7891
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7891
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Alexey Kuznetsov
>            Priority: Critical
>
> When cluster is started with partitioned cache with backups, 
>  awaitPartitionMapExchange(true, true, null) may work incorrectly : it doesn't wait for full rebalance to be finished.
> See [reproducer|https://github.com/voipp/ignite/commit/78d96c4950b7f82abea1d3cec8b508a96089f2a5]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)