You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by murador <gi...@git.apache.org> on 2015/09/13 19:27:53 UTC

[GitHub] ignite pull request: IGNITE-708 remove refreshPartitions on Resend...

GitHub user murador opened a pull request:

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

    IGNITE-708 remove refreshPartitions on ResendTimeoutObject

    The ticket is IGNITE-708 - remove refreshPartitions on ResendTimeoutObject.
    From what I could see, the refresh partition in case of timeout is redundant, since each node has a refresh partition which runs at regular intervals in the method body() of GridCachePartitionExchangeManager retrieved from the background process ExchangeWorker. Thus eliminating the refreshPartition in ResendTimeoutObject class should not have any impact on the operation, but an increase in performance when we avoid sending redundant message. I will proceed with the creation of a pull request. In addition I fix several compiling error

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

    $ git pull https://github.com/murador/ignite master

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

    https://github.com/apache/ignite/pull/86.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 #86
    
----
commit a7a7e9b1703c4a8a3bcd805893f88c05af1903ae
Author: murador <mi...@gmail.com>
Date:   2015-09-13T16:51:19Z

    IGNITE-708 remove refreshPartitions on ResendTimeoutObject

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] ignite pull request: IGNITE-708 remove refreshPartitions on Resend...

Posted by murador <gi...@git.apache.org>.
Github user murador closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---