[GitHub] ignite pull request #1865: IGNITE-3487: hidden _key and _val columns

2017-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1865 --- 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 is ena

[GitHub] ignite pull request #1881: IGNITE-5040 ML examples:

2017-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1881 --- 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 is ena

[GitHub] ignite pull request #1790: IGNITE-3488

2017-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1790 --- 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 is ena

Ignite off heap caches OutOfMemory exceptio

2017-04-27 Thread dmitrii
I ran into troubles with OutOfMemory error while all caches are being stored in off-heap memory. After memory dump profiling I figured out that heap memory was allocated for: 1. org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition (50% of heap) 2. Pointers to unasfe of

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 > http://apacheignite.readme.io/docs/aws-config > http://apachei

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 generatin

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

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

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. > > https://issues.apache.org/jira/browse/IGNITE-4763 - doSetR

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 i

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

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

[jira] [Created] (IGNITE-5103) TcpDiscoverySpi ignores maxMissedClientHeartbeats property

2017-04-27 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-5103: --- Summary: TcpDiscoverySpi ignores maxMissedClientHeartbeats property Key: IGNITE-5103 URL: https://issues.apache.org/jira/browse/IGNITE-5103 Project: Igni

Re: Ignite ML, next steps (IGNITE-5029)

2017-04-27 Thread Alexey Goncharuk
Guys, First of all, great job on the contribution! I took a brief look at the source of ML lib and have a comment regarding the SparseDistributedMatrixStorage. It looks like it will create a new cache for every new matrix. This sounds a little bit excessive to me, because (at least in my understa

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

[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

[GitHub] ignite pull request #1881: IGNITE-5040 ML examples:

2017-04-27 Thread ybabak
GitHub user ybabak opened a pull request: https://github.com/apache/ignite/pull/1881 IGNITE-5040 ML examples: restored missed changes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5040 Alternati

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 thes

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 feedback

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 Compon

[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: Bu

[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: I

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: http://ci.ignite.apache.org/project.html?projectId=IgniteTests&tab=p

[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: B

[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 https://github.com/NSAmelchev

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