[jira] [Resolved] (IGNITE-1634) We should generate POJO classes in Client configuration too

2015-10-12 Thread Vasiliy Sisko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasiliy Sisko resolved IGNITE-1634. --- Resolution: Fixed Assignee: Pavel Konstantinov (was: Vasiliy Sisko) Added showing op

[jira] [Commented] (IGNITE-1555) Combine ignite-hadoop and ignite-spark into signle assembly for downstream consumption.

2015-10-12 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14952771#comment-14952771 ] Vladimir Ozerov commented on IGNITE-1555: - Guys, My main concern here is that the name should be

[jira] [Assigned] (IGNITE-1168) REST API: type metadata for cache

2015-10-12 Thread Semen Boikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Semen Boikov reassigned IGNITE-1168: Assignee: Andrey Novikov (was: Semen Boikov) Looks good. > REST API: type metadata for

[jira] [Resolved] (IGNITE-1596) Web console agent improvements

2015-10-12 Thread Andrey Novikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Novikov resolved IGNITE-1596. Resolution: Fixed Assignee: Pavel Konstantinov (was: Andrey Novikov) Fixed all

[jira] [Resolved] (IGNITE-1594) Home page for web console

2015-10-12 Thread Alexey Kuznetsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kuznetsov resolved IGNITE-1594. -- Resolution: Fixed > Home page for web console > - > >

[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=14952943#comment-14952943 ] Pavel Tupitsyn commented on IGNITE-1572: - 1) I have fixed TestPortableObjectInTask by adding a

[jira] [Updated] (IGNITE-1168) REST API: type metadata for cache

2015-10-12 Thread Andrey Novikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Novikov updated IGNITE-1168: --- Assignee: Sergey Kozlov (was: Andrey Novikov) > REST API: type metadata for cache >

[jira] [Updated] (IGNITE-1649) TcpDiscoverySpi configuraiton in cluster configuration

2015-10-12 Thread Vasiliy Sisko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasiliy Sisko updated IGNITE-1649: -- Description: # Add configuration of TcpDiscoverySpi on cluster configuration page. # Add

[jira] [Commented] (IGNITE-1617) CPP: review string usage in public API

2015-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14952879#comment-14952879 ] ASF GitHub Bot commented on IGNITE-1617: Github user isapego closed the pull request at:

[jira] [Commented] (IGNITE-1649) TcpDiscoverySpi configuraiton in cluster configuration

2015-10-12 Thread Vasiliy Sisko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14952878#comment-14952878 ] Vasiliy Sisko commented on IGNITE-1649: --- # Implemented configuration of TcpDiscoverySpi. >

[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}

[jira] [Created] (IGNITE-1650) Add ability to specify thread pool for IgniteFuture listen/chain methods.

2015-10-12 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1650: --- Summary: Add ability to specify thread pool for IgniteFuture listen/chain methods. Key: IGNITE-1650 URL: https://issues.apache.org/jira/browse/IGNITE-1650

[jira] [Created] (IGNITE-1651) Add version to portable object header.

2015-10-12 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1651: --- Summary: Add version to portable object header. Key: IGNITE-1651 URL: https://issues.apache.org/jira/browse/IGNITE-1651 Project: Ignite Issue Type:

[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

[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}

[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=14952885#comment-14952885 ] Pavel Tupitsyn commented on IGNITE-1645: - * exceptions added in ReaderImpl and

[jira] [Updated] (IGNITE-1656) Get rid of md5 and sha1 in favor os sha512

2015-10-12 Thread Dmitriy Setrakyan (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Setrakyan updated IGNITE-1656: -- Summary: Get rid of md5 and sha1 in favor os sha512 (was: Get rid of md5 and sha1) >

[jira] [Comment Edited] (IGNITE-1272) PortableMarshaller: issues when different class loaders are used

2015-10-12 Thread Denis Magda (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953217#comment-14953217 ] Denis Magda edited comment on IGNITE-1272 at 10/12/15 3:31 PM: --- Fixed and

[jira] [Commented] (IGNITE-1272) PortableMarshaller: issues when different class loaders are used

2015-10-12 Thread Denis Magda (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953217#comment-14953217 ] Denis Magda commented on IGNITE-1272: - Fixed and reworked the test of the test that are mentioned in

[jira] [Comment Edited] (IGNITE-1590) IGFS: update & create operations should be truly thread-safe.

2015-10-12 Thread Ivan Veselovsky (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953213#comment-14953213 ] Ivan Veselovsky edited comment on IGNITE-1590 at 10/12/15 4:09 PM: ---

[jira] [Created] (IGNITE-1655) Decouple Date and Timestamp types.

2015-10-12 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1655: --- Summary: Decouple Date and Timestamp types. Key: IGNITE-1655 URL: https://issues.apache.org/jira/browse/IGNITE-1655 Project: Ignite Issue Type: Task

[jira] [Comment Edited] (IGNITE-1526) IBM JDK is not fully supported by the platfrom

2015-10-12 Thread Sergey Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953061#comment-14953061 ] Sergey Kozlov edited comment on IGNITE-1526 at 10/12/15 12:48 PM: -- 1. I

[jira] [Commented] (IGNITE-1526) IBM JDK is not fully supported by the platfrom

2015-10-12 Thread Andrey Gura (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953073#comment-14953073 ] Andrey Gura commented on IGNITE-1526: - Need to fix problem with Events and move

[jira] [Commented] (IGNITE-1526) IBM JDK is not fully supported by the platfrom

2015-10-12 Thread Sergey Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953125#comment-14953125 ] Sergey Kozlov commented on IGNITE-1526: --- A bit strange case 1. Run 1 node under Oracle JDK7

[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=14952943#comment-14952943 ] Pavel Tupitsyn edited comment on IGNITE-1572 at 10/12/15 11:28 AM:

[jira] [Updated] (IGNITE-1655) Decouple Date and Timestamp types.

2015-10-12 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov updated IGNITE-1655: Description: Date and Timestamp types must be decoupled from each other: 1) New type ID

[jira] [Assigned] (IGNITE-1653) Need to remove lgpl-dependent examples from Ignite binaries

2015-10-12 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-1653: Assignee: Anton Vinogradov > Need to remove lgpl-dependent examples from Ignite

[jira] [Comment Edited] (IGNITE-1526) IBM JDK is not fully supported by the platfrom

2015-10-12 Thread Sergey Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953089#comment-14953089 ] Sergey Kozlov edited comment on IGNITE-1526 at 10/12/15 1:19 PM: - Another

[jira] [Created] (IGNITE-1654) .Net: Ensure consistent "keepPortable" behavior.

2015-10-12 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1654: --- Summary: .Net: Ensure consistent "keepPortable" behavior. Key: IGNITE-1654 URL: https://issues.apache.org/jira/browse/IGNITE-1654 Project: Ignite

[jira] [Commented] (IGNITE-1526) IBM JDK is not fully supported by the platfrom

2015-10-12 Thread Sergey Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953089#comment-14953089 ] Sergey Kozlov commented on IGNITE-1526: --- Another failure found: 1. Run 1 node under Oracle JDK7

[jira] [Commented] (IGNITE-1656) Get rid of md5 and sha1 in favor of sha512

2015-10-12 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953476#comment-14953476 ] Konstantin Boudnik commented on IGNITE-1656: There's a simple way to deal with it once and

[jira] [Commented] (IGNITE-1526) IBM JDK is not fully supported by the platfrom

2015-10-12 Thread Vasilisa Sidorova (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953462#comment-14953462 ] Vasilisa Sidorova commented on IGNITE-1526: The same issue as for Messaging Examples is for

[jira] [Commented] (IGNITE-1555) Combine ignite-hadoop and ignite-spark into signle assembly for downstream consumption.

2015-10-12 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953555#comment-14953555 ] Konstantin Boudnik commented on IGNITE-1555: Honestly, for last 3 weeks I was trying to see

[jira] [Updated] (IGNITE-1555) Combine ignite-hadoop and ignite-spark into signle assembly for downstream consumption.

2015-10-12 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Boudnik updated IGNITE-1555: --- Attachment: IGNITE-1555.patch > Combine ignite-hadoop and ignite-spark into signle

[jira] [Comment Edited] (IGNITE-1146) Implement summary page with configuration downloads.

2015-10-12 Thread Pavel Konstantinov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14954322#comment-14954322 ] Pavel Konstantinov edited comment on IGNITE-1146 at 10/13/15 3:50 AM:

[jira] [Resolved] (IGNITE-1146) Implement summary page with configuration downloads.

2015-10-12 Thread Pavel Konstantinov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Konstantinov resolved IGNITE-1146. Resolution: Fixed > Implement summary page with configuration downloads. >

[jira] [Closed] (IGNITE-1146) Implement summary page with configuration downloads.

2015-10-12 Thread Pavel Konstantinov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Konstantinov closed IGNITE-1146. -- Assignee: (was: Andrey Novikov) > Implement summary page with configuration

[jira] [Updated] (IGNITE-1658) Detecting of agent works incorrectly when switching notebooks

2015-10-12 Thread Pavel Konstantinov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Konstantinov updated IGNITE-1658: --- Summary: Detecting of agent works incorrectly when switching notebooks (was:

[jira] [Closed] (IGNITE-1634) We should generate POJO classes in Client configuration too

2015-10-12 Thread Pavel Konstantinov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Konstantinov closed IGNITE-1634. -- Assignee: (was: Pavel Konstantinov) Successfully tested. > We should generate

[jira] [Resolved] (IGNITE-1148) Implement sql query to ignite node.

2015-10-12 Thread Andrey Novikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Novikov resolved IGNITE-1148. Resolution: Fixed Assignee: Pavel Konstantinov (was: Andrey Novikov) > Implement

[jira] [Resolved] (IGNITE-1649) TcpDiscoverySpi configuraiton in cluster configuration

2015-10-12 Thread Vasiliy Sisko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasiliy Sisko resolved IGNITE-1649. --- Resolution: Fixed Assignee: Pavel Konstantinov (was: Vasiliy Sisko) > TcpDiscoverySpi

[jira] [Assigned] (IGNITE-1257) Implement agent download dialog for page with such functionality

2015-10-12 Thread Vasiliy Sisko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasiliy Sisko reassigned IGNITE-1257: - Assignee: Andrey Novikov (was: Vasiliy Sisko) > Implement agent download dialog for

[jira] [Created] (IGNITE-1658) Detecting of agent works incorrect when switching notebook

2015-10-12 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-1658: -- Summary: Detecting of agent works incorrect when switching notebook Key: IGNITE-1658 URL: https://issues.apache.org/jira/browse/IGNITE-1658 Project:

[jira] [Resolved] (IGNITE-1177) Implement metadata screen

2015-10-12 Thread Vasiliy Sisko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasiliy Sisko resolved IGNITE-1177. --- Resolution: Fixed Assignee: Pavel Konstantinov (was: Vasiliy Sisko) Fixed. >

[jira] [Comment Edited] (IGNITE-1177) Implement metadata screen

2015-10-12 Thread Vasiliy Sisko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14954361#comment-14954361 ] Vasiliy Sisko edited comment on IGNITE-1177 at 10/13/15 4:31 AM: - Fixed

[jira] [Created] (IGNITE-1657) Spontaneous scrolling of summary page

2015-10-12 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-1657: -- Summary: Spontaneous scrolling of summary page Key: IGNITE-1657 URL: https://issues.apache.org/jira/browse/IGNITE-1657 Project: Ignite Issue