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

[jira] [Created] (IGNITE-9674) Double p2p class loading

Sergey Antonov created IGNITE-9674:
--------------------------------------

             Summary: Double p2p class loading
                 Key: IGNITE-9674
                 URL: https://issues.apache.org/jira/browse/IGNITE-9674
             Project: Ignite
          Issue Type: Bug
            Reporter: Sergey Antonov
         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)