[
https://issues.apache.org/jira/browse/IGNITE-6911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253441#comment-16253441
]
ASF GitHub Bot commented on IGNITE-6911:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/3039
IGNITE-6911 .NET: Optionally disable Java console redirect
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6911
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3039.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 #3039
----
commit 9f84958da67459d1bc3faeb784ceb065397565dd
Author: Pavel Tupitsyn <[email protected]>
Date: 2017-11-15T13:35:33Z
IGNITE-6911 .NET: Optionally disable Java console redirect
----
> .NET: Optionally disable Java console redirect
> ----------------------------------------------
>
> Key: IGNITE-6911
> URL: https://issues.apache.org/jira/browse/IGNITE-6911
> Project: Ignite
> Issue Type: Improvement
> Security Level: Public(Viewable by anyone)
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .NET
> Fix For: 2.4
>
>
> Java console redirect ({{PlatformCallbackUtils.consoleWrite}} involves JNI
> callback and, potentially, can affect performance and stability of the
> application.
> It would be a good idea to disable this in production.
> * Add {{IgniteConfiguration.EnableJavaConsoleRedirect}} propery.
> * Disable callback on both .NET and Java sides
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)