You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/17 11:57:00 UTC

[jira] [Commented] (IGNITE-9501) Exclude newly joining nodes from exchange latch

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

ASF GitHub Bot commented on IGNITE-9501:
----------------------------------------

GitHub user Jokser opened a pull request:

    https://github.com/apache/ignite/pull/4769

    IGNITE-9501 Exchange latch optimizations

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9501

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4769.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 #4769
    
----
commit 416ea0ac7bf43fd6f0efa0c4f2c96245887ea50e
Author: Pavel Kovalenko <jo...@...>
Date:   2018-09-11T08:44:23Z

    IGNITE-9501 WIP.

commit 980a006c451b20b574da458da4ff36a6bc303637
Author: Pavel Kovalenko <jo...@...>
Date:   2018-09-17T11:55:07Z

    IGNITE-9501 Exclude joined nodes from exchange latch participants.

----


> Exclude newly joining nodes from exchange latch 
> ------------------------------------------------
>
>                 Key: IGNITE-9501
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9501
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>    Affects Versions: 2.5
>            Reporter: Pavel Kovalenko
>            Assignee: Pavel Kovalenko
>            Priority: Major
>             Fix For: 2.7
>
>
> Currently, we're waiting for latch completion from newly joining nodes. However, such nodes don't have any updates to be synced on wait partitions release. Newly joining nodes may start their caches before exchange latch creation and this can delay exchange process.
> We should explicitly ignore such nodes and don't include them into latch participants.



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