[jira] [Created] (IGNITE-3361) Service is not redeployed after a node is left topology

2016-06-23 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-3361: --- Summary: Service is not redeployed after a node is left topology Key: IGNITE-3361 URL: https://issues.apache.org/jira/browse/IGNITE-3361 Project: Ignite Issue

Re: Serialization in GridGain

2016-06-23 Thread Denis Magda
Hi, By default binary marshaler/serializer [1] is used in Ignite. Actual data size will depend on an object type. I would check the number of entries in caches after the preloading is finished. If the number is expected then there is no reason to worry. [1] https://apacheignite.readme.io/docs

Serialization in GridGain

2016-06-23 Thread Mpanwar
Hi I am new on the Gridgain and trying to implement some benchmark. I am having default serialization implementation on a class and trying to upload 5GB data. But When I checked on the Management Console it is showing 2.8GB . Why it so. Is there any serialization mechanism or issue with GridGain.

[GitHub] ignite pull request #827: IGNITE-3340 .NET: Fix cache store release on cache...

2016-06-23 Thread ptupitsyn
Github user ptupitsyn closed the pull request at: https://github.com/apache/ignite/pull/827 --- 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 e

[GitHub] ignite pull request #827: IGNITE-3340 .NET: Fix cache store release on cache...

2016-06-23 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/827 IGNITE-3340 .NET: Fix cache store release on cache destroy You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-3340 Alter

[jira] [Created] (IGNITE-3360) Cache size deviation

2016-06-23 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-3360: - Summary: Cache size deviation Key: IGNITE-3360 URL: https://issues.apache.org/jira/browse/IGNITE-3360 Project: Ignite Issue Type: Bug Reporter:

Re: IGNITE-3337

2016-06-23 Thread Saikat Maitra
Thank you Andrey I will update the PR accordingly. Regards Saikat On Thu, Jun 23, 2016 at 12:33 PM, Andrey Novikov wrote: > Saint, > > I've reviewed your PR and left comments in the ticket. > > > On Tue, Jun 21, 2016 at 1:14 AM, Saikat Maitra > wrote: > > > Hi Alexey , Sergey > > > > Thank yo

[GitHub] ignite pull request #826: IGNITE-3328 .NET: Support user-defined AffinityFun...

2016-06-23 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/826 IGNITE-3328 .NET: Support user-defined AffinityFunction You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-3328 Alternat

[GitHub] ignite pull request #825: Gridgain 7.5.27 yardstick

2016-06-23 Thread vldpyatkov
GitHub user vldpyatkov opened a pull request: https://github.com/apache/ignite/pull/825 Gridgain 7.5.27 yardstick You can merge this pull request into a Git repository by running: $ git pull https://github.com/vldpyatkov/ignite gridgain-7.5.27-yardstick Alternatively you can

[jira] [Created] (IGNITE-3359) .NET: IgniteConfiguration.ToXml

2016-06-23 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-3359: -- Summary: .NET: IgniteConfiguration.ToXml Key: IGNITE-3359 URL: https://issues.apache.org/jira/browse/IGNITE-3359 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-3358) Yardstick: log exception that causes driver shutdown

2016-06-23 Thread Ksenia Rybakova (JIRA)
Ksenia Rybakova created IGNITE-3358: --- Summary: Yardstick: log exception that causes driver shutdown Key: IGNITE-3358 URL: https://issues.apache.org/jira/browse/IGNITE-3358 Project: Ignite I

[GitHub] ignite pull request #824: IGNITE-3357 replication failure if first node is d...

2016-06-23 Thread krosenvold
GitHub user krosenvold opened a pull request: https://github.com/apache/ignite/pull/824 IGNITE-3357 replication failure if first node is doing loadCache You can merge this pull request into a Git repository by running: $ git pull https://github.com/krosenvold/ignite IGNITE-335

[jira] [Created] (IGNITE-3357) getOrCreateCache on second node fails replication if first node is doing loadCache

2016-06-23 Thread Kristian Rosenvold (JIRA)
Kristian Rosenvold created IGNITE-3357: -- Summary: getOrCreateCache on second node fails replication if first node is doing loadCache Key: IGNITE-3357 URL: https://issues.apache.org/jira/browse/IGNITE-3357

Re: IGNITE-3337

2016-06-23 Thread Andrey Novikov
Saint, I've reviewed your PR and left comments in the ticket. On Tue, Jun 21, 2016 at 1:14 AM, Saikat Maitra wrote: > Hi Alexey , Sergey > > Thank you for your time and reviewing the PR. I agree we can deprecate > cacheName for metadata command. I have updated the files and request you to > re