[jira] [Commented] (IGNITE-4137) .NET: add example for Atomic Types

2016-11-16 Thread Denis Magda (JIRA)

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

Denis Magda commented on IGNITE-4137:
-

Replied.

> .NET: add example for Atomic Types
> --
>
> Key: IGNITE-4137
> URL: https://issues.apache.org/jira/browse/IGNITE-4137
> Project: Ignite
>  Issue Type: Sub-task
>  Components: platforms
>Reporter: Denis Magda
>Assignee: Denis Magda
> Fix For: 1.8
>
>
> Add the example that will showcase the usage of all Atomic Types that are 
> presently supported in .NET.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-4137) .NET: add example for Atomic Types

2016-11-16 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn commented on IGNITE-4137:


It works now, fixed some things and replied.

> .NET: add example for Atomic Types
> --
>
> Key: IGNITE-4137
> URL: https://issues.apache.org/jira/browse/IGNITE-4137
> Project: Ignite
>  Issue Type: Sub-task
>  Components: platforms
>Reporter: Denis Magda
>Assignee: Pavel Tupitsyn
> Fix For: 1.8
>
>
> Add the example that will showcase the usage of all Atomic Types that are 
> presently supported in .NET.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-4137) .NET: add example for Atomic Types

2016-11-16 Thread Denis Magda (JIRA)

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

Denis Magda commented on IGNITE-4137:
-

Sorry, forgot to click on "Submit Review" button. Now you should see my minor 
comments in GitHub.

> .NET: add example for Atomic Types
> --
>
> Key: IGNITE-4137
> URL: https://issues.apache.org/jira/browse/IGNITE-4137
> Project: Ignite
>  Issue Type: Sub-task
>  Components: platforms
>Reporter: Denis Magda
>Assignee: Denis Magda
> Fix For: 1.8
>
>
> Add the example that will showcase the usage of all Atomic Types that are 
> presently supported in .NET.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-4137) .NET: add example for Atomic Types

2016-11-16 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn commented on IGNITE-4137:


Denis, I don't see any comments in GitHub. Can you post them here in JIRA?

> .NET: add example for Atomic Types
> --
>
> Key: IGNITE-4137
> URL: https://issues.apache.org/jira/browse/IGNITE-4137
> Project: Ignite
>  Issue Type: Sub-task
>  Components: platforms
>Reporter: Denis Magda
>Assignee: Pavel Tupitsyn
> Fix For: 1.8
>
>
> Add the example that will showcase the usage of all Atomic Types that are 
> presently supported in .NET.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-4137) .NET: add example for Atomic Types

2016-11-15 Thread Denis Magda (JIRA)

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

Denis Magda commented on IGNITE-4137:
-

Pavel,

I've left minor comments in GitHub. Didn't manage to do this in Code Review due 
to missing permissions.

As for AtomicLong and AtomicSequence example, you can make a difference by at 
least changing the value of {{atomicSequenceReserveSize}} in 
{{AtomicConfiguration}} and explaining why this may be needed.  

> .NET: add example for Atomic Types
> --
>
> Key: IGNITE-4137
> URL: https://issues.apache.org/jira/browse/IGNITE-4137
> Project: Ignite
>  Issue Type: Sub-task
>  Components: platforms
>Reporter: Denis Magda
>Assignee: Denis Magda
> Fix For: 1.8
>
>
> Add the example that will showcase the usage of all Atomic Types that are 
> presently supported in .NET.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-4137) .NET: add example for Atomic Types

2016-11-15 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn commented on IGNITE-4137:


AtomicLong, AtomicSequence and AtomicReference examples added, similar to 
examples in Java.

However, AtomicLong and AtomicSequence examples are identical. Any ideas how to 
make them better?

> .NET: add example for Atomic Types
> --
>
> Key: IGNITE-4137
> URL: https://issues.apache.org/jira/browse/IGNITE-4137
> Project: Ignite
>  Issue Type: Sub-task
>  Components: platforms
>Reporter: Denis Magda
>Assignee: Pavel Tupitsyn
> Fix For: 1.8
>
>
> Add the example that will showcase the usage of all Atomic Types that are 
> presently supported in .NET.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-4137) .NET: add example for Atomic Types

2016-11-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-4137:


GitHub user ptupitsyn opened a pull request:

https://github.com/apache/ignite/pull/1236

IGNITE-4137 .NET: Atomic examples added



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ptupitsyn/ignite ignite-4137

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/1236.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 #1236






> .NET: add example for Atomic Types
> --
>
> Key: IGNITE-4137
> URL: https://issues.apache.org/jira/browse/IGNITE-4137
> Project: Ignite
>  Issue Type: Sub-task
>  Components: platforms
>Reporter: Denis Magda
>Assignee: Pavel Tupitsyn
> Fix For: 1.8
>
>
> Add the example that will showcase the usage of all Atomic Types that are 
> presently supported in .NET.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)