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)