[
https://issues.apache.org/jira/browse/IGNITE-9674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16626145#comment-16626145
]
ASF GitHub Bot commented on IGNITE-9674:
----------------------------------------
GitHub user antonovsergey93 opened a pull request:
https://github.com/apache/ignite/pull/4819
IGNITE-9674 Optimize network usage on P2P class loading.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9674
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4819.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 #4819
----
commit 8c0ea8571e4f736b1d6d68af65b03f22cc8ef368
Author: Sergey Antonov <antonovsergey93@...>
Date: 2018-09-24T16:57:50Z
IGNITE-9674 WIP
commit 0c2f13bcace8a81a777800d6e27b29f18182277d
Author: Sergey Antonov <antonovsergey93@...>
Date: 2018-09-24T17:15:30Z
IGNITE-9674 Test was added.
----
> Double p2p class loading
> ------------------------
>
> Key: IGNITE-9674
> URL: https://issues.apache.org/jira/browse/IGNITE-9674
> Project: Ignite
> Issue Type: Bug
> Reporter: Sergey Antonov
> Assignee: Sergey Antonov
> Priority: Major
> Attachments: AlwaysTrueTestPredicate.java,
> DoubleP2PClassLoadingTest.java, always-true-predicate.jar
>
>
> On p2p class loading {{GridDeploymentRequest}} will be sent twice:
> First time it will be in
> {{GridDeploymentPerVersionStore}}#checkLoadRemoteClass line 715
> Second time it will be in {{GridDeploymentPerVersionStore#getDeployment line
> 500}}
> *How to reproduce:*
> # Remove {{AlwaysTrueTestPredicate}} from CLASSPATH, for example, pack to
> jar file.
> # Run {{DoubleP2PClassLoadingTest}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)