[jira] [Created] (IGNITE-1608) Platform .Net: Optimize PortableWriterImpl.WritePrimitive

2015-10-01 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1608: --- Summary: Platform .Net: Optimize PortableWriterImpl.WritePrimitive Key: IGNITE-1608 URL: https://issues.apache.org/jira/browse/IGNITE-1608 Project: Ignite

[jira] [Commented] (IGNITE-1571) .Net: Improve Guid and DateTime reader/writer interface.

2015-10-02 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940895#comment-14940895 ] Pavel Tupitsyn commented on IGNITE-1571: - More investigation: * Let's skip array

[jira] [Commented] (IGNITE-1589) Platform .Net: CacheAbstractTest.TestPutGetAsyncMultithreaded fails

2015-10-02 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940902#comment-14940902 ] Pavel Tupitsyn commented on IGNITE-1589: - 1,2) Both of these changes are made to

[jira] [Comment Edited] (IGNITE-1589) Platform .Net: CacheAbstractTest.TestPutGetAsyncMultithreaded fails

2015-10-02 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940902#comment-14940902 ] Pavel Tupitsyn edited comment on IGNITE-1589 at 10/2/15 8:38 AM: -

[jira] [Commented] (IGNITE-1572) .Net: Check if we can get rid of "WritePortableOrSerializable" method.

2015-10-02 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941040#comment-14941040 ] Pavel Tupitsyn commented on IGNITE-1572: - Good catch, I have remove these wrappe

[jira] [Assigned] (IGNITE-1562) .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary".

2015-10-02 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1562: --- Assignee: Pavel Tupitsyn > .Net: Remove "Generic" word from "WriteGenericCollection

[jira] [Created] (IGNITE-1613) Platform .Net: Investigate Guid/DateTime/String interoperability with Java

2015-10-02 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1613: --- Summary: Platform .Net: Investigate Guid/DateTime/String interoperability with Java Key: IGNITE-1613 URL: https://issues.apache.org/jira/browse/IGNITE-1613 Proj

[jira] [Commented] (IGNITE-1562) .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary".

2015-10-05 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943070#comment-14943070 ] Pavel Tupitsyn commented on IGNITE-1562: - Renamed, fixed array usage in WriteCol

[jira] [Commented] (IGNITE-1416) .Net: Implement AtomicLong data structure

2015-10-05 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943098#comment-14943098 ] Pavel Tupitsyn commented on IGNITE-1416: - 1,2) fixed 3) I don't think it can be

[jira] [Commented] (IGNITE-1613) Platform .Net: Investigate Guid/DateTime/String interoperability with Java

2015-10-05 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943217#comment-14943217 ] Pavel Tupitsyn commented on IGNITE-1613: - String hashcodes performance investiga

[jira] [Commented] (IGNITE-1613) Platform .Net: Investigate Guid/DateTime/String interoperability with Java

2015-10-05 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943269#comment-14943269 ] Pavel Tupitsyn commented on IGNITE-1613: - DateTime: * Bottleneck is ToUniversalT

[jira] [Commented] (IGNITE-1613) Platform .Net: Investigate Guid/DateTime/String interoperability with Java

2015-10-05 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943388#comment-14943388 ] Pavel Tupitsyn commented on IGNITE-1613: - Guid: * Since we write all 16 bytes s

[jira] [Commented] (IGNITE-1562) .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary".

2015-10-05 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943603#comment-14943603 ] Pavel Tupitsyn commented on IGNITE-1562: - 1) Looks like there is a bigger issue.

[jira] [Created] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-06 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1619: --- Summary: Platform .Net: Generic type is lost during array/collection serialization Key: IGNITE-1619 URL: https://issues.apache.org/jira/browse/IGNITE-1619 Proje

[jira] [Commented] (IGNITE-1562) .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary".

2015-10-06 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944774#comment-14944774 ] Pavel Tupitsyn commented on IGNITE-1562: - My point is that WriteArray and WriteC

[jira] [Comment Edited] (IGNITE-1562) .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary".

2015-10-06 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944774#comment-14944774 ] Pavel Tupitsyn edited comment on IGNITE-1562 at 10/6/15 9:33 AM: -

[jira] [Comment Edited] (IGNITE-1562) .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary".

2015-10-06 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944774#comment-14944774 ] Pavel Tupitsyn edited comment on IGNITE-1562 at 10/6/15 9:34 AM: -

[jira] [Updated] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-06 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-1619: Description: We do not serialize collection/array element type, so on deserialization we ca

[jira] [Commented] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-07 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946778#comment-14946778 ] Pavel Tupitsyn commented on IGNITE-1619: - Done. Removed generic collection suppo

[jira] [Created] (IGNITE-1625) .Net: Remove Types serialization from Continuous Queries

2015-10-07 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1625: --- Summary: .Net: Remove Types serialization from Continuous Queries Key: IGNITE-1625 URL: https://issues.apache.org/jira/browse/IGNITE-1625 Project: Ignite

[jira] [Assigned] (IGNITE-1567) Optimize portable object fields read/write in .Net.

2015-10-07 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1567: --- Assignee: (was: Pavel Tupitsyn) > Optimize portable object fields read/write in

[jira] [Assigned] (IGNITE-1563) .Net: Implement "atomic" data structures.

2015-10-07 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1563: --- Assignee: (was: Pavel Tupitsyn) > .Net: Implement "atomic" data structures. > -

[jira] [Assigned] (IGNITE-1480) Platform .Net: IClusterNode.IsClient

2015-10-07 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1480: --- Assignee: (was: Pavel Tupitsyn) > Platform .Net: IClusterNode.IsClient > --

[jira] [Assigned] (IGNITE-1608) Platform .Net: Optimize PortableWriterImpl.WritePrimitive

2015-10-07 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1608: --- Assignee: (was: Pavel Tupitsyn) > Platform .Net: Optimize PortableWriterImpl.Wr

[jira] [Assigned] (IGNITE-1514) Platform .Net: Implement IIgnite.DestroyCache

2015-10-07 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1514: --- Assignee: (was: Pavel Tupitsyn) > Platform .Net: Implement IIgnite.DestroyCache

[jira] [Assigned] (IGNITE-1509) .Net: User must operate on IEnumerable in events API rather than on arrays.

2015-10-07 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1509: --- Assignee: Pavel Tupitsyn > .Net: User must operate on IEnumerable in events API rat

[jira] [Assigned] (IGNITE-1627) .Net: Consistent product naming.

2015-10-08 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1627: --- Assignee: Pavel Tupitsyn > .Net: Consistent product naming. > -

[jira] [Assigned] (IGNITE-1608) Platform .Net: Optimize PortableWriterImpl.WritePrimitive

2015-10-08 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1608: --- Assignee: Pavel Tupitsyn > Platform .Net: Optimize PortableWriterImpl.WritePrimitiv

[jira] [Commented] (IGNITE-1608) Platform .Net: Optimize PortableWriterImpl.WritePrimitive

2015-10-08 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948567#comment-14948567 ] Pavel Tupitsyn commented on IGNITE-1608: - Why do our Write* methods all named di

[jira] [Commented] (IGNITE-1608) Platform .Net: Optimize PortableWriterImpl.WritePrimitive

2015-10-08 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948671#comment-14948671 ] Pavel Tupitsyn commented on IGNITE-1608: - Looks like performance gain from using

[jira] [Closed] (IGNITE-1608) Platform .Net: Optimize PortableWriterImpl.WritePrimitive

2015-10-08 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn closed IGNITE-1608. --- > Platform .Net: Optimize PortableWriterImpl.WritePrimitive > ---

[jira] [Resolved] (IGNITE-1608) Platform .Net: Optimize PortableWriterImpl.WritePrimitive

2015-10-08 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn resolved IGNITE-1608. - Resolution: Won't Fix > Platform .Net: Optimize PortableWriterImpl.WritePrimitive > -

[jira] [Created] (IGNITE-1641) .Net: Get rid of ContinuousQueryFilterHolder

2015-10-08 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1641: --- Summary: .Net: Get rid of ContinuousQueryFilterHolder Key: IGNITE-1641 URL: https://issues.apache.org/jira/browse/IGNITE-1641 Project: Ignite Issue Typ

[jira] [Commented] (IGNITE-1625) .Net: Remove Types serialization from Continuous Queries

2015-10-08 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948708#comment-14948708 ] Pavel Tupitsyn commented on IGNITE-1625: - Vladimir, I agree, but this is not a t

[jira] [Created] (IGNITE-1642) .Net: Rename EventType members

2015-10-08 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1642: --- Summary: .Net: Rename EventType members Key: IGNITE-1642 URL: https://issues.apache.org/jira/browse/IGNITE-1642 Project: Ignite Issue Type: Improvement

[jira] [Commented] (IGNITE-1571) .Net: Improve Guid and DateTime reader/writer interface.

2015-10-08 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948862#comment-14948862 ] Pavel Tupitsyn commented on IGNITE-1571: - 11) User can use ReadObject for anythi

[jira] [Comment Edited] (IGNITE-1571) .Net: Improve Guid and DateTime reader/writer interface.

2015-10-08 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948862#comment-14948862 ] Pavel Tupitsyn edited comment on IGNITE-1571 at 10/8/15 5:02 PM: -

[jira] [Created] (IGNITE-1644) .Net: DateTime.Kind is lost during serialization

2015-10-09 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1644: --- Summary: .Net: DateTime.Kind is lost during serialization Key: IGNITE-1644 URL: https://issues.apache.org/jira/browse/IGNITE-1644 Project: Ignite Issue

[jira] [Commented] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-09 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950165#comment-14950165 ] Pavel Tupitsyn commented on IGNITE-1619: - There is another problem with this tic

[jira] [Comment Edited] (IGNITE-1572) .Net: Check if we can get rid of "WritePortableOrSerializable" method.

2015-10-09 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941040#comment-14941040 ] Pavel Tupitsyn edited comment on IGNITE-1572 at 10/9/15 10:13 AM:

[jira] [Commented] (IGNITE-1571) .Net: Improve Guid and DateTime reader/writer interface.

2015-10-09 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950207#comment-14950207 ] Pavel Tupitsyn commented on IGNITE-1571: - Agree to revert API changes since we k

[jira] [Created] (IGNITE-1645) .Net: Throw exception on null flag in PortableReader when reading non-nullable value types

2015-10-09 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1645: --- Summary: .Net: Throw exception on null flag in PortableReader when reading non-nullable value types Key: IGNITE-1645 URL: https://issues.apache.org/jira/browse/IGNITE-1645

[jira] [Comment Edited] (IGNITE-1571) .Net: Improve Guid and DateTime reader/writer interface.

2015-10-09 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950207#comment-14950207 ] Pavel Tupitsyn edited comment on IGNITE-1571 at 10/9/15 11:34 AM:

[jira] [Commented] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-09 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950317#comment-14950317 ] Pavel Tupitsyn commented on IGNITE-1619: - Instead of supporting additional type

[jira] [Updated] (IGNITE-1652) .Net: Rework async APIs (remove WithAsync/GetFuture)

2015-10-12 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-1652: Description: {code} cache.WithAsync().Get(); var future = cache.GetFuture(); {code} should

[jira] [Created] (IGNITE-1652) .Net: Rework async APIs (remove WithAsync/GetFuture)

2015-10-12 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1652: --- Summary: .Net: Rework async APIs (remove WithAsync/GetFuture) Key: IGNITE-1652 URL: https://issues.apache.org/jira/browse/IGNITE-1652 Project: Ignite I

[jira] [Updated] (IGNITE-1652) .Net: Rework async APIs (remove WithAsync/GetFuture)

2015-10-12 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-1652: Description: {code} cache.WithAsync().Get(); var future = cache.GetFuture(); {code} should

[jira] [Commented] (IGNITE-1645) .Net: Throw exception on null flag in PortableReader when reading non-nullable value types

2015-10-12 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952885#comment-14952885 ] Pavel Tupitsyn commented on IGNITE-1645: - * exceptions added in ReaderImpl and F

[jira] [Commented] (IGNITE-1572) .Net: Check if we can get rid of "WritePortableOrSerializable" method.

2015-10-12 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952943#comment-14952943 ] Pavel Tupitsyn commented on IGNITE-1572: - 1) I have fixed TestPortableObjectInTa

[jira] [Comment Edited] (IGNITE-1572) .Net: Check if we can get rid of "WritePortableOrSerializable" method.

2015-10-12 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952943#comment-14952943 ] Pavel Tupitsyn edited comment on IGNITE-1572 at 10/12/15 11:28 AM: ---

[jira] [Commented] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-13 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954726#comment-14954726 ] Pavel Tupitsyn commented on IGNITE-1619: - WriteGeneric*/ReadGeneric* methods rem

[jira] [Comment Edited] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-13 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954726#comment-14954726 ] Pavel Tupitsyn edited comment on IGNITE-1619 at 10/13/15 9:48 AM:

[jira] [Assigned] (IGNITE-1663) .Net: Check why node ID is nullable in IEvents and IMessaging interfaces.

2015-10-13 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1663: --- Assignee: Pavel Tupitsyn > .Net: Check why node ID is nullable in IEvents and IMess

[jira] [Assigned] (IGNITE-1662) .Net: Improve docs for IEvents and IMessaging.

2015-10-13 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1662: --- Assignee: Pavel Tupitsyn > .Net: Improve docs for IEvents and IMessaging. > ---

[jira] [Created] (IGNITE-1664) .Net: Review generic type arguments in the API

2015-10-13 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1664: --- Summary: .Net: Review generic type arguments in the API Key: IGNITE-1664 URL: https://issues.apache.org/jira/browse/IGNITE-1664 Project: Ignite Issue T

[jira] [Updated] (IGNITE-1644) .Net: DateTime.Kind is lost during serialization

2015-10-14 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-1644: Description: For example, we write and then read from the same stream (locally): {code} va

[jira] [Created] (IGNITE-1677) .Net: Sign assemblies and store SNK file in git

2015-10-14 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1677: --- Summary: .Net: Sign assemblies and store SNK file in git Key: IGNITE-1677 URL: https://issues.apache.org/jira/browse/IGNITE-1677 Project: Ignite Issue

[jira] [Created] (IGNITE-1682) .Net: Remove RemoteListen from Events API

2015-10-14 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1682: --- Summary: .Net: Remove RemoteListen from Events API Key: IGNITE-1682 URL: https://issues.apache.org/jira/browse/IGNITE-1682 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-1683) .Net: IEvents.RemoteListen

2015-10-14 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1683: --- Summary: .Net: IEvents.RemoteListen Key: IGNITE-1683 URL: https://issues.apache.org/jira/browse/IGNITE-1683 Project: Ignite Issue Type: Task

[jira] [Updated] (IGNITE-1682) .Net: Remove RemoteListen from Events API

2015-10-14 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-1682: Description: Remote listen API in Java is broken. Let's remove it from .Net (since it has

[jira] [Commented] (IGNITE-1663) .Net: Check why node ID is nullable in IEvents and IMessaging interfaces.

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958494#comment-14958494 ] Pavel Tupitsyn commented on IGNITE-1663: - * NodeId is not nullable in messaging

[jira] [Closed] (IGNITE-1663) .Net: Check why node ID is nullable in IEvents and IMessaging interfaces.

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn closed IGNITE-1663. --- > .Net: Check why node ID is nullable in IEvents and IMessaging interfaces. > ---

[jira] [Resolved] (IGNITE-1663) .Net: Check why node ID is nullable in IEvents and IMessaging interfaces.

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn resolved IGNITE-1663. - Resolution: Done > .Net: Check why node ID is nullable in IEvents and IMessaging interfac

[jira] [Commented] (IGNITE-1682) .Net: Remove RemoteListen from Events API

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958498#comment-14958498 ] Pavel Tupitsyn commented on IGNITE-1682: - For clarity, I've added IEventListener

[jira] [Assigned] (IGNITE-1677) .Net: Sign assemblies and store SNK file in git

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1677: --- Assignee: Vladimir Ozerov (was: Pavel Tupitsyn) > .Net: Sign assemblies and store

[jira] [Closed] (IGNITE-1562) .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary".

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn closed IGNITE-1562. --- > .Net: Remove "Generic" word from "WriteGenericCollection" and > "WriteGenericDictionary". > --

[jira] [Resolved] (IGNITE-1562) .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary".

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn resolved IGNITE-1562. - Resolution: Duplicate Done as part of IGNITE-1619 > .Net: Remove "Generic" word from "Wr

[jira] [Commented] (IGNITE-1694) .Net: More efficient way to call native methods.

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958961#comment-14958961 ] Pavel Tupitsyn commented on IGNITE-1694: - http://adndevblog.typepad.com/autocad/

[jira] [Assigned] (IGNITE-1693) .Net: Rename IMessage.Send(IEnumerable, object) method.

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1693: --- Assignee: Pavel Tupitsyn > .Net: Rename IMessage.Send(IEnumerable, object) method.

[jira] [Created] (IGNITE-1696) .Net: Ignite does not start with IBM JDK

2015-10-15 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1696: --- Summary: .Net: Ignite does not start with IBM JDK Key: IGNITE-1696 URL: https://issues.apache.org/jira/browse/IGNITE-1696 Project: Ignite Issue Type: B

[jira] [Commented] (IGNITE-1696) .Net: Ignite does not start with IBM JDK

2015-10-15 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959147#comment-14959147 ] Pavel Tupitsyn commented on IGNITE-1696: - I've replaced exact path probing with

[jira] [Comment Edited] (IGNITE-1696) .Net: Ignite does not start with IBM JDK

2015-10-19 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959147#comment-14959147 ] Pavel Tupitsyn edited comment on IGNITE-1696 at 10/19/15 9:05 AM:

[jira] [Assigned] (IGNITE-1646) .Net: IgniteGuid must be serializable and portable.

2015-10-19 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1646: --- Assignee: Pavel Tupitsyn > .Net: IgniteGuid must be serializable and portable. > --

[jira] [Assigned] (IGNITE-1665) .Net: Cache field IDs when deserializing objects.

2015-10-19 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1665: --- Assignee: Pavel Tupitsyn > .Net: Cache field IDs when deserializing objects. >

[jira] [Commented] (IGNITE-1665) .Net: Cache field IDs when deserializing objects.

2015-10-19 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963628#comment-14963628 ] Pavel Tupitsyn commented on IGNITE-1665: - Reads can have fields in different ord

[jira] [Created] (IGNITE-1737) .Net: Review naming and xmldoc in IPortableTypeDescriptor

2015-10-20 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1737: --- Summary: .Net: Review naming and xmldoc in IPortableTypeDescriptor Key: IGNITE-1737 URL: https://issues.apache.org/jira/browse/IGNITE-1737 Project: Ignite

[jira] [Commented] (IGNITE-1665) .Net: Cache field IDs when deserializing objects.

2015-10-20 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964961#comment-14964961 ] Pavel Tupitsyn commented on IGNITE-1665: - * fieldTypeId checks removed (can't do

[jira] [Assigned] (IGNITE-1480) Platform .Net: IClusterNode.IsClient

2015-10-20 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1480: --- Assignee: Pavel Tupitsyn > Platform .Net: IClusterNode.IsClient > -

[jira] [Commented] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-21 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966607#comment-14966607 ] Pavel Tupitsyn commented on IGNITE-1619: - Since most CLR collections are Seriali

[jira] [Assigned] (IGNITE-1759) .Net: Guid read/write is not platform-safe.

2015-10-21 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1759: --- Assignee: Pavel Tupitsyn > .Net: Guid read/write is not platform-safe. > --

[jira] [Commented] (IGNITE-1759) .Net: Guid read/write is not platform-safe.

2015-10-21 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966838#comment-14966838 ] Pavel Tupitsyn commented on IGNITE-1759: - 1) Endianness does not matter here. Ba

[jira] [Comment Edited] (IGNITE-1759) .Net: Guid read/write is not platform-safe.

2015-10-21 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966838#comment-14966838 ] Pavel Tupitsyn edited comment on IGNITE-1759 at 10/21/15 1:59 PM:

[jira] [Comment Edited] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-21 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966607#comment-14966607 ] Pavel Tupitsyn edited comment on IGNITE-1619 at 10/21/15 2:32 PM:

[jira] [Created] (IGNITE-1760) .Net: Validate field type in PortableReaderImpl

2015-10-21 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1760: --- Summary: .Net: Validate field type in PortableReaderImpl Key: IGNITE-1760 URL: https://issues.apache.org/jira/browse/IGNITE-1760 Project: Ignite Issue

[jira] [Commented] (IGNITE-1665) .Net: Cache field IDs when deserializing objects.

2015-10-21 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967335#comment-14967335 ] Pavel Tupitsyn commented on IGNITE-1665: - I've created a ticket for reader type

[jira] [Comment Edited] (IGNITE-1665) .Net: Cache field IDs when deserializing objects.

2015-10-21 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967335#comment-14967335 ] Pavel Tupitsyn edited comment on IGNITE-1665 at 10/21/15 4:36 PM:

[jira] [Comment Edited] (IGNITE-1665) .Net: Cache field IDs when deserializing objects.

2015-10-21 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967335#comment-14967335 ] Pavel Tupitsyn edited comment on IGNITE-1665 at 10/21/15 4:59 PM:

[jira] [Commented] (IGNITE-1759) .Net: Guid read/write is not platform-safe.

2015-10-22 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968932#comment-14968932 ] Pavel Tupitsyn commented on IGNITE-1759: - Endianness issue fixed, fallback mode

[jira] [Commented] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

2015-10-22 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968953#comment-14968953 ] Pavel Tupitsyn commented on IGNITE-1619: - 1,3) Fixed 2) HashSet does not impleme

[jira] [Updated] (IGNITE-1644) .Net: DateTime.Kind is lost during serialization

2015-10-23 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-1644: Description: Add the following test to PortableSelfTest.cs: {code} [Test] public void TestW

[jira] [Assigned] (IGNITE-1780) .Net: DateTime is seialized incorrectly.

2015-10-23 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1780: --- Assignee: Pavel Tupitsyn > .Net: DateTime is seialized incorrectly. > -

[jira] [Assigned] (IGNITE-1779) .Net: Evaluate BinaryFormatter overhead for generic collections.

2015-10-23 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1779: --- Assignee: Pavel Tupitsyn > .Net: Evaluate BinaryFormatter overhead for generic coll

[jira] [Closed] (IGNITE-1780) .Net: DateTime is seialized incorrectly.

2015-10-23 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn closed IGNITE-1780. --- Assignee: Vladimir Ozerov (was: Pavel Tupitsyn) > .Net: DateTime is seialized incorrectly.

[jira] [Resolved] (IGNITE-1780) .Net: DateTime is seialized incorrectly.

2015-10-23 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn resolved IGNITE-1780. - Resolution: Duplicate > .Net: DateTime is seialized incorrectly. > --

[jira] [Updated] (IGNITE-1644) .Net: DateTime.Kind is lost during serialization

2015-10-23 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-1644: Description: Add the following test to PortableSelfTest.cs: {code} [Test] public void TestW

[jira] [Commented] (IGNITE-1644) .Net: DateTime.Kind is lost during serialization

2015-10-23 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14970874#comment-14970874 ] Pavel Tupitsyn commented on IGNITE-1644: - There is a problem with arrays. Reflec

[jira] [Updated] (IGNITE-1760) .Net: Validate field type in PortableReaderImpl

2015-10-23 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-1760: Priority: Critical (was: Major) > .Net: Validate field type in PortableReaderImpl > --

[jira] [Created] (IGNITE-1785) .Net: Improve PlatformMemory/PortableStream performance and memory usage

2015-10-23 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1785: --- Summary: .Net: Improve PlatformMemory/PortableStream performance and memory usage Key: IGNITE-1785 URL: https://issues.apache.org/jira/browse/IGNITE-1785 Projec

[jira] [Commented] (IGNITE-1644) .Net: DateTime.Kind is lost during serialization

2015-10-26 Thread Pavel Tupitsyn (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14974158#comment-14974158 ] Pavel Tupitsyn commented on IGNITE-1644: - To fix mismatch between Reader/Writer

[jira] [Created] (IGNITE-1791) .Net: Improve Task-based async API efficiency with promise-style tasks

2015-10-26 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1791: --- Summary: .Net: Improve Task-based async API efficiency with promise-style tasks Key: IGNITE-1791 URL: https://issues.apache.org/jira/browse/IGNITE-1791 Project:

<    1   2   3   4   5   6   7   8   9   10   >