[jira] [Created] (IGNITE-2881) SPI queries not working

2016-03-22 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-2881: --- Summary: SPI queries not working Key: IGNITE-2881 URL: https://issues.apache.org/jira/browse/IGNITE-2881 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-2880) Starting ignite.sh from command line get ClassNotFoundException after messaging examples running.

2016-03-22 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-2880: -- Summary: Starting ignite.sh from command line get ClassNotFoundException after messaging examples running. Key: IGNITE-2880 URL: https://issues.apache.org/jira/browse/

[GitHub] ignite pull request: IGNITE-2874 .NET: Fix DataStreamer performanc...

2016-03-22 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/572 IGNITE-2874 .NET: Fix DataStreamer performance You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-2874 Alternatively you

[jira] [Created] (IGNITE-2879) ODBC: Add support for Decimal type (SQL_NUMERIC_STRUCT).

2016-03-22 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-2879: --- Summary: ODBC: Add support for Decimal type (SQL_NUMERIC_STRUCT). Key: IGNITE-2879 URL: https://issues.apache.org/jira/browse/IGNITE-2879 Project: Ignite Issue

[jira] [Created] (IGNITE-2878) IGFS: Optimize serialization when OptimizedMarshaller is used.

2016-03-22 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2878: --- Summary: IGFS: Optimize serialization when OptimizedMarshaller is used. Key: IGNITE-2878 URL: https://issues.apache.org/jira/browse/IGNITE-2878 Project: Ignite

[jira] [Created] (IGNITE-2877) .NET: Compile and cache delegates for service method invocation

2016-03-22 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2877: -- Summary: .NET: Compile and cache delegates for service method invocation Key: IGNITE-2877 URL: https://issues.apache.org/jira/browse/IGNITE-2877 Project: Ignite

[jira] [Created] (IGNITE-2876) IGFS: System pool starvation is possible during data block write.

2016-03-22 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2876: --- Summary: IGFS: System pool starvation is possible during data block write. Key: IGNITE-2876 URL: https://issues.apache.org/jira/browse/IGNITE-2876 Project: Igni

[GitHub] ignite pull request: IGNITE-2872 .NET: Undeprecate IgniteConfigura...

2016-03-22 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/571 IGNITE-2872 .NET: Undeprecate IgniteConfiguration.SpringConfigUrl You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-2872

Re: Tuning number of partitions per cache

2016-03-22 Thread Yakov Zhdanov
Denis, in case data is evenly distributed between partitions (your hash function quality is responsible for this) and partitions are evenly distributed between nodes (this is responsibility of affinity function) then there should be no problems. --Yakov 2016-03-22 12:41 GMT+03:00 Denis Magda : >

[jira] [Created] (IGNITE-2875) Rework building REST commands for Web Agent

2016-03-22 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2875: Summary: Rework building REST commands for Web Agent Key: IGNITE-2875 URL: https://issues.apache.org/jira/browse/IGNITE-2875 Project: Ignite Issue Ty

Re: Tuning number of partitions per cache

2016-03-22 Thread Denis Magda
Dmitriy, Agree that the 2nd point is less relevant if both partitions and data inside of the partitions are equally distributed. However, let's suppose that everything is distributed uniformly and a new node joins a cluster. Affinity function may assign it (?) primary and backup partitions in

[GitHub] ignite pull request: IGNITE-2550 .NET: Simplify examples configura...

2016-03-22 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/570 IGNITE-2550 .NET: Simplify examples configuration You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-2550 Alternatively

[jira] [Created] (IGNITE-2874) .NET: Improve DataStreamer performance

2016-03-22 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2874: -- Summary: .NET: Improve DataStreamer performance Key: IGNITE-2874 URL: https://issues.apache.org/jira/browse/IGNITE-2874 Project: Ignite Issue Type: Impro

[jira] [Created] (IGNITE-2873) .NET: Support .NET configuration in Apache.Ignite.exe

2016-03-22 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2873: -- Summary: .NET: Support .NET configuration in Apache.Ignite.exe Key: IGNITE-2873 URL: https://issues.apache.org/jira/browse/IGNITE-2873 Project: Ignite Is

[jira] [Created] (IGNITE-2872) .NET: IgniteConfiguration.SpringConfigUrl should not be deprecated

2016-03-22 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2872: -- Summary: .NET: IgniteConfiguration.SpringConfigUrl should not be deprecated Key: IGNITE-2872 URL: https://issues.apache.org/jira/browse/IGNITE-2872 Project: Ignit

[jira] [Created] (IGNITE-2871) IGFS: Remove IgfsEntryInfo.path and it's updaters.

2016-03-22 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2871: --- Summary: IGFS: Remove IgfsEntryInfo.path and it's updaters. Key: IGNITE-2871 URL: https://issues.apache.org/jira/browse/IGNITE-2871 Project: Ignite Iss

Re: Tuning number of partitions per cache

2016-03-22 Thread Dmitriy Setrakyan
Denis, I agree that the number of partitions within a cache must be *significantly* larger than the number of cluster nodes for that cache. However, the 2nd point you are making is about controlling the size of partitions, which in my view is much less relevant, as long as the 1st requirement is