Re: BinaryObjectImpl.deserializeValue with specific ClassLoader

2017-04-27 Thread Denis Magda
Nick, Internally, binary marshaller supports as many class loaders as needed. Even more, it can store different versions of the same class loaded by different loaders. It’s a responsibility of an Ignite component to pass a valid class loader to it at deserialization time. The cache component

Re: Cloud deployment documentation is missing

2017-04-27 Thread Denis Magda
Cos, I’ve fixed the broken links. — Denis > On Apr 27, 2017, at 3:53 PM, Konstantin Boudnik wrote: > > Hi guys, > > I am looking at > https://ignite.apache.org/features/deploy.html > > and all of the following links are broken >

Cloud deployment documentation is missing

2017-04-27 Thread Konstantin Boudnik
Hi guys, I am looking at https://ignite.apache.org/features/deploy.html and all of the following links are broken http://apacheignite.readme.io/docs/aws-config http://apacheignite.readme.io/docs/gce-configuration http://apacheignite.readme.io/docs/generic-cloud-configuration They all

[jira] [Created] (IGNITE-5106) Website still contains links to to "incubator-ignite"

2017-04-27 Thread Konstantin Boudnik (JIRA)
Konstantin Boudnik created IGNITE-5106: -- Summary: Website still contains links to to "incubator-ignite" Key: IGNITE-5106 URL: https://issues.apache.org/jira/browse/IGNITE-5106 Project: Ignite

Re: MemoryMetrics interface inconsistencies

2017-04-27 Thread Denis Magda
Sergey, thanks, I’ve reviewed and merged corrections directly into ignite-5072-merge. Don’t miss them when the branch will be synched up with ignite-2.0. However, these are some of the opened questions: * Ignite.memoryMetrics() returns a collection of metrics. However, it’s unclear what

[GitHub] ignite pull request #1879: IGNITE-4763

2017-04-27 Thread NSAmelchev
Github user NSAmelchev closed the pull request at: https://github.com/apache/ignite/pull/1879 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: IGNITE-4763 - ready for review.

2017-04-27 Thread Denis Magda
Nikita, I don’t see a single test that validates your fix works and no one will break it in the future. Please address this. — Denis > On Apr 27, 2017, at 1:56 AM, Nikita Amelchev wrote: > > Hello. I done it. > > Please, review. > >

Re: Contributions

2017-04-27 Thread Denis Magda
Hi Sanjay, My recommendation would be to start with one of these tickets prepared by Ignite committers: https://issues.apache.org/jira/browse/IGNITE-5046?jql=project%20%3D%20IGNITE%20AND%20labels%20in%20(newbie)%20and%20status%20%3D%20OPEN

IGNITE-5104 - ready for review.

2017-04-27 Thread Nikita Amelchev
Hello. I done it. Please, review. *https://issues.apache.org/jira/browse/IGNITE-5104 * - Refactor javadocs and annotations to single style PR: *https://github.com/apache/ignite/pull/1883/files *

[GitHub] ignite pull request #1883: IGNITE-5104

2017-04-27 Thread NSAmelchev
GitHub user NSAmelchev opened a pull request: https://github.com/apache/ignite/pull/1883 IGNITE-5104 Refactor javadocs and annotations to single style You can merge this pull request into a Git repository by running: $ git pull https://github.com/NSAmelchev/ignite IGNITE-5104

[jira] [Created] (IGNITE-5105) Simplify binary read/write routines

2017-04-27 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5105: --- Summary: Simplify binary read/write routines Key: IGNITE-5105 URL: https://issues.apache.org/jira/browse/IGNITE-5105 Project: Ignite Issue Type: Task

[GitHub] ignite pull request #1882: IGNITE-5012: Implemented OLSMultipleLinearRegress...

2017-04-27 Thread artemmalykh
Github user artemmalykh closed the pull request at: https://github.com/apache/ignite/pull/1882 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Created] (IGNITE-5104) Refactor javadocs and annotations to single style

2017-04-27 Thread Amelchev Nikita (JIRA)
Amelchev Nikita created IGNITE-5104: --- Summary: Refactor javadocs and annotations to single style Key: IGNITE-5104 URL: https://issues.apache.org/jira/browse/IGNITE-5104 Project: Ignite

[GitHub] ignite pull request #1882: IGNITE-5012: Implemented OLSMultipleLinearRegress...

2017-04-27 Thread artemmalykh
GitHub user artemmalykh opened a pull request: https://github.com/apache/ignite/pull/1882 IGNITE-5012: Implemented OLSMultipleLinearRegression with tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #1880: Ignite 5012

2017-04-27 Thread artemmalykh
Github user artemmalykh closed the pull request at: https://github.com/apache/ignite/pull/1880 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Created] (IGNITE-5102) Fix fold/map behavior for sparse matrices .

2017-04-27 Thread Artem Malykh (JIRA)
Artem Malykh created IGNITE-5102: Summary: Fix fold/map behavior for sparse matrices . Key: IGNITE-5102 URL: https://issues.apache.org/jira/browse/IGNITE-5102 Project: Ignite Issue Type: Bug

Re: New node verification

2017-04-27 Thread Yakov Zhdanov
Coordinator marks the messages as verified for rest of nodes to apply the changes this message is issued for, i.e. node added message, node failed or left message are processed by other nodes only after coordinator verification. --Yakov

[GitHub] ignite pull request #1880: Ignite 5012

2017-04-27 Thread artemmalykh
GitHub user artemmalykh opened a pull request: https://github.com/apache/ignite/pull/1880 Ignite 5012 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5012 Alternatively you can review and apply

Re: MemoryMetrics interface inconsistencies

2017-04-27 Thread Sergey Chugunov
Denis, I added javadoc for MemoryMetrics in the commit cee78f47 in ignite-5072-merge branch. Could you please review it? I would like to have a

New node verification

2017-04-27 Thread ALEKSEY KUZNETSOV
hi, Igntrs! when coordinator receives TcpDiscoveryNodeAddedMessage, it mark message as verified. What for ? -- *Best Regards,* *Kuznetsov Aleksey*

[jira] [Created] (IGNITE-5101) Stabilize IgfsSizeSelfTest

2017-04-27 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-5101: Summary: Stabilize IgfsSizeSelfTest Key: IGNITE-5101 URL: https://issues.apache.org/jira/browse/IGNITE-5101 Project: Ignite Issue Type: Test

[jira] [Created] (IGNITE-5100) Exchange queue is not used properly

2017-04-27 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-5100: - Summary: Exchange queue is not used properly Key: IGNITE-5100 URL: https://issues.apache.org/jira/browse/IGNITE-5100 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-5099) Injection doesn't work for StreamReceiver in case it's local

2017-04-27 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-5099: --- Summary: Injection doesn't work for StreamReceiver in case it's local Key: IGNITE-5099 URL: https://issues.apache.org/jira/browse/IGNITE-5099 Project:

IGNITE-4763 - ready for review.

2017-04-27 Thread Nikita Amelchev
Hello. I done it. Please, review. https://issues.apache.org/jira/browse/IGNITE-4763 - doSetRollbackOnly method to be implemented in SpringTransactionManager PR: https://github.com/apache/ignite/pull/1879/files latest ci.tests:

[jira] [Created] (IGNITE-5098) Missed ignite-rocketmq/licenses/ignite-2.0.txt

2017-04-27 Thread Ilya Suntsov (JIRA)
Ilya Suntsov created IGNITE-5098: Summary: Missed ignite-rocketmq/licenses/ignite-2.0.txt Key: IGNITE-5098 URL: https://issues.apache.org/jira/browse/IGNITE-5098 Project: Ignite Issue Type:

[GitHub] ignite pull request #1879: IGNITE-4763

2017-04-27 Thread NSAmelchev
GitHub user NSAmelchev opened a pull request: https://github.com/apache/ignite/pull/1879 IGNITE-4763 doSetRollbackOnly method to be implemented in SpringTransactionManager You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-5097) BinaryMarshaller should write ints in "varint" encoding where it makes sense

2017-04-27 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5097: --- Summary: BinaryMarshaller should write ints in "varint" encoding where it makes sense Key: IGNITE-5097 URL: https://issues.apache.org/jira/browse/IGNITE-5097

[jira] [Created] (IGNITE-5096) Too many files with unapproved license

2017-04-27 Thread Ilya Suntsov (JIRA)
Ilya Suntsov created IGNITE-5096: Summary: Too many files with unapproved license Key: IGNITE-5096 URL: https://issues.apache.org/jira/browse/IGNITE-5096 Project: Ignite Issue Type: Bug

Re: Contributions

2017-04-27 Thread Sanjay Dash
I am also trying to contribute to Ignite community,I am a java developer want to work on the defects relating to Java to begin is there a way to filter the defects Thanks In Advance Sanjay On Wed, Apr 26, 2017 at 10:44 PM, Denis Magda wrote: > Hello Dmitriy, > > Welcome to