GitHub user murador opened a pull request:

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

    IGNITE-708: Remove refreshPartitions on ResendTimeoutObject.

    IGNITE-708:  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. 

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

    $ git pull https://github.com/murador/ignite IGNITE-708

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

    https://github.com/apache/ignite/pull/129.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 #129
    
----
commit bfe23fb8eca05d67ec4c3e195c9a972616072c93
Author: murador <[email protected]>
Date:   2015-10-04T10:45:18Z

    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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to