[jira] [Commented] (IGNITE-12176) .NET: Apache.Ignite.exe fails when config has custom logger or plugins

2019-09-17 Thread Pavel Tupitsyn (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931735#comment-16931735
 ] 

Pavel Tupitsyn commented on IGNITE-12176:
-

[~ashapkin] good point, mentioned in commit message.
Merged to master: cce9cc4fc03142a35059f7526a3e53814662c8e9

> .NET: Apache.Ignite.exe fails when config has custom logger or plugins
> --
>
> Key: IGNITE-12176
> URL: https://issues.apache.org/jira/browse/IGNITE-12176
> Project: Ignite
>  Issue Type: Bug
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Steps to reproduce:
> * Implement Apache.Ignite.Core.Log.ILogger interface, compiled into assembly
> * Create a config file with that logger:
> {code}
> 
> 
>  type="Apache.Ignite.Core.IgniteConfigurationSection, Apache.Ignite.Core" />
> 
>  xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection";>
> 
> 
> 
> {code}
> * Run Apache.Ignite.exe with that config file while CustomAsm is in a 
> separate dir:
> {code}
> Apache.Ignite.exe -ConfigFileName=myconfig.xml -assembly=c:\w\CustomAsm.dll
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (IGNITE-12176) .NET: Apache.Ignite.exe fails when config has custom logger or plugins

2019-09-17 Thread Alexandr Shapkin (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931605#comment-16931605
 ] 

Alexandr Shapkin commented on IGNITE-12176:
---

I think it's worth to mention explicitly, that this PR also fixes some test 
related issues.

For example, a TC build may get failed due to jvmClasspath being too long error.

> .NET: Apache.Ignite.exe fails when config has custom logger or plugins
> --
>
> Key: IGNITE-12176
> URL: https://issues.apache.org/jira/browse/IGNITE-12176
> Project: Ignite
>  Issue Type: Bug
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET
>
> Steps to reproduce:
> * Implement Apache.Ignite.Core.Log.ILogger interface, compiled into assembly
> * Create a config file with that logger:
> {code}
> 
> 
>  type="Apache.Ignite.Core.IgniteConfigurationSection, Apache.Ignite.Core" />
> 
>  xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection";>
> 
> 
> 
> {code}
> * Run Apache.Ignite.exe with that config file while CustomAsm is in a 
> separate dir:
> {code}
> Apache.Ignite.exe -ConfigFileName=myconfig.xml -assembly=c:\w\CustomAsm.dll
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (IGNITE-12176) .NET: Apache.Ignite.exe fails when config has custom logger or plugins

2019-09-17 Thread Alexandr Shapkin (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931599#comment-16931599
 ] 

Alexandr Shapkin commented on IGNITE-12176:
---

[~ptupitsyn] looks good, thanks!

> .NET: Apache.Ignite.exe fails when config has custom logger or plugins
> --
>
> Key: IGNITE-12176
> URL: https://issues.apache.org/jira/browse/IGNITE-12176
> Project: Ignite
>  Issue Type: Bug
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET
>
> Steps to reproduce:
> * Implement Apache.Ignite.Core.Log.ILogger interface, compiled into assembly
> * Create a config file with that logger:
> {code}
> 
> 
>  type="Apache.Ignite.Core.IgniteConfigurationSection, Apache.Ignite.Core" />
> 
>  xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection";>
> 
> 
> 
> {code}
> * Run Apache.Ignite.exe with that config file while CustomAsm is in a 
> separate dir:
> {code}
> Apache.Ignite.exe -ConfigFileName=myconfig.xml -assembly=c:\w\CustomAsm.dll
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (IGNITE-12176) .NET: Apache.Ignite.exe fails when config has custom logger or plugins

2019-09-17 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931539#comment-16931539
 ] 

Ignite TC Bot commented on IGNITE-12176:


{panel:title=Branch: [pull/6872/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=4605195&buildTypeId=IgniteTests24Java8_RunAll]

> .NET: Apache.Ignite.exe fails when config has custom logger or plugins
> --
>
> Key: IGNITE-12176
> URL: https://issues.apache.org/jira/browse/IGNITE-12176
> Project: Ignite
>  Issue Type: Bug
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET
>
> Steps to reproduce:
> * Implement Apache.Ignite.Core.Log.ILogger interface, compiled into assembly
> * Create a config file with that logger:
> {code}
> 
> 
>  type="Apache.Ignite.Core.IgniteConfigurationSection, Apache.Ignite.Core" />
> 
>  xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection";>
> 
> 
> 
> {code}
> * Run Apache.Ignite.exe with that config file while CustomAsm is in a 
> separate dir:
> {code}
> Apache.Ignite.exe -ConfigFileName=myconfig.xml -assembly=c:\w\CustomAsm.dll
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (IGNITE-12176) .NET: Apache.Ignite.exe fails when config has custom logger or plugins

2019-09-17 Thread Pavel Tupitsyn (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931420#comment-16931420
 ] 

Pavel Tupitsyn commented on IGNITE-12176:
-

[~ashapkin] PR ready, please have a look.

> .NET: Apache.Ignite.exe fails when config has custom logger or plugins
> --
>
> Key: IGNITE-12176
> URL: https://issues.apache.org/jira/browse/IGNITE-12176
> Project: Ignite
>  Issue Type: Bug
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET
>
> Steps to reproduce:
> * Implement Apache.Ignite.Core.Log.ILogger interface, compiled into assembly
> * Create a config file with that logger:
> {code}
> 
> 
>  type="Apache.Ignite.Core.IgniteConfigurationSection, Apache.Ignite.Core" />
> 
>  xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection";>
> 
> 
> 
> {code}
> * Run Apache.Ignite.exe with that config file while CustomAsm is in a 
> separate dir:
> {code}
> Apache.Ignite.exe -ConfigFileName=myconfig.xml -assembly=c:\w\CustomAsm.dll
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)