[
https://issues.apache.org/jira/browse/IGNITE-10655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16730149#comment-16730149
]
ASF GitHub Bot commented on IGNITE-10655:
-----------------------------------------
GitHub user DirectXceriD opened a pull request:
https://github.com/apache/ignite/pull/5769
IGNITE-10655 add p2pEnabled to .NET
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10655
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5769.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 #5769
----
commit b78b1a9630eb0c258812ace098b975139b3f4813
Author: Vladimir Pligin <vova199107@...>
Date: 2018-12-27T10:01:11Z
IGNITE-10655 add p2pEnabled to .NET client
----
> .NET client should have peerClassLoading property in IgniteConfiguration class
> ------------------------------------------------------------------------------
>
> Key: IGNITE-10655
> URL: https://issues.apache.org/jira/browse/IGNITE-10655
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Affects Versions: 2.7
> Reporter: Andrey Aleksandrov
> Assignee: Vladimir Pligin
> Priority: Major
> Fix For: 2.8
>
>
> In case if java server nodes in a cluster were set up with peerClassLoading
> set to true then there is no way to start node via .NET client using
> IgniteConfiguration (because the default value is false).
> The only way to do it is using of the XML configuration.
> Possibility to set this property from .Net client programmatically should be
> added.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)