Re: Ignite2.1: Page eviction is not compatible with persistence when startup

2017-08-16 Thread Denis Mekhanikov
At least documentation should be fixed to correspond to implementation. Currently it says that eviction policy just have no effect when persistence is enabled: https://apacheignite.readme.io/docs/evictions чт, 17 авг. 2017 г. в 8:12, Dmitriy Setrakyan : > On Wed, Aug 16, 2017 at 3:39 PM, Denis Ma

[jira] [Created] (IGNITE-6093) SQL: Add hints support

2017-08-16 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6093: --- Summary: SQL: Add hints support Key: IGNITE-6093 URL: https://issues.apache.org/jira/browse/IGNITE-6093 Project: Ignite Issue Type: Bug Compo

Re: Batch service deployment

2017-08-16 Thread Dmitriy Setrakyan
On Wed, Aug 16, 2017 at 8:17 AM, Denis Mekhanikov wrote: > I've had a few off-line conversations with other Igniters regarding this > question and almost all of them think that services should be deployed with > "all-or-none" failing policy. > We have a similar functionality for caches: Ignite#cr

Re: Ignite2.1: Page eviction is not compatible with persistence when startup

2017-08-16 Thread Dmitriy Setrakyan
On Wed, Aug 16, 2017 at 3:39 PM, Denis Magda wrote: > Developers, > > Let me bring this to your attention. Why do we throw an exception if the > user has both an eviction policy and the Ignite persistence configured? Why > don’t we simply ignore the eviction policy printing a warning and proceed

Ignite Add-on/Extension Request: Please add GA Grid (beta) to Ignite website

2017-08-16 Thread techbysample
Forum Admin, Please add project: GA Grid (beta): Distributive in Memory Genetic Algorithm component for Ignite to "Addons and Extensions" section of Apache Ignite website: https://ignite.apache.org/addons.html

Re: Redesigning Ignite's site Look & Feel

2017-08-16 Thread Alexey Kuznetsov
I cannot open this url. It is working? On Thu, Aug 17, 2017 at 8:16 AM, Dmitriy Setrakyan wrote: > Looks very cool! > > My first comment is that the home page looks different in Windows Edge from > Mac. For example, the font of the "Memory-Centric Data Platform" is > different and bold is not vi

Re: Policy for update third-party dependencies

2017-08-16 Thread Alexey Kuznetsov
Denis, > I would respond why do we need to update? Some bug, new capabilities, > security breach? Alexey K., please shed some light on this. There is no special purpose, I just accidentally found that we are using very old dependency. It is common practice (especially in web development (as exam

Re: Redesigning Ignite's site Look & Feel

2017-08-16 Thread Dmitriy Setrakyan
Looks very cool! My first comment is that the home page looks different in Windows Edge from Mac. For example, the font of the "Memory-Centric Data Platform" is different and bold is not visible in Windows. D. On Wed, Aug 16, 2017 at 4:30 PM, Denis Magda wrote: > Igniters, > > Some of us have

Re: SQL usability issues

2017-08-16 Thread Dmitriy Setrakyan
Denis, I agree with Val. I am OK with using DBeaver as an example, but the name of the doc should be generic and the doc should be updated stating that DBeaver is just one example of how Ignite can be used with generic SQL viewer tools. D. On Wed, Aug 16, 2017 at 6:01 PM, Denis Magda wrote: >

Re: SQL usability issues

2017-08-16 Thread Denis Magda
Val, This article is generic: https://apacheignite.readme.io/docs/getting-started-sql DBeaver, Pentaho and Tableau are given as examples. If the description or introduction of the tool should sound clearer please suggest your version.

Re: SQL usability issues

2017-08-16 Thread Valentin Kulichenko
Denis, I think this article should be more generic, describing how to connect a generic JDBC tool to Ignite (probably using DBeaver as an example). Right now it looks like out of all such tools we support only DBeaver for some reason :) What do you think? -Val On Wed, Aug 16, 2017 at 1:49 PM,

Re: Policy for update third-party dependencies

2017-08-16 Thread Dmitriy Setrakyan
On Wed, Aug 16, 2017 at 5:26 PM, Denis Magda wrote: > I would respond why do we need to update? Some bug, new capabilities, > security breach? Alexey K., please shed some light on this. > Actually, now that I think of it, why do we even have that dependency? But if you do, and upgrading does not

Re: Policy for update third-party dependencies

2017-08-16 Thread Denis Magda
I would respond why do we need to update? Some bug, new capabilities, security breach? Alexey K., please shed some light on this. — Denis > On Aug 16, 2017, at 5:12 PM, Dmitriy Setrakyan wrote: > > On Wed, Aug 16, 2017 at 5:02 PM, Denis Magda wrote: > >> Honestly, I wouldn’t touch a dependen

Re: Policy for update third-party dependencies

2017-08-16 Thread Dmitriy Setrakyan
On Wed, Aug 16, 2017 at 5:02 PM, Denis Magda wrote: > Honestly, I wouldn’t touch a dependency if it works like a charm and > nobody requested us to migrate to a new version. > > Why do you need to update Apache Common coded? > Not sure I agree. Why not update it? > > > — > Denis > > > On Aug 1

Re: Policy for update third-party dependencies

2017-08-16 Thread Denis Magda
Honestly, I wouldn’t touch a dependency if it works like a charm and nobody requested us to migrate to a new version. Why do you need to update Apache Common coded? — Denis > On Aug 16, 2017, at 10:36 AM, Alexey Kuznetsov wrote: > > Done > > https://issues.apache.org/jira/browse/IGNITE-6090

Redesigning Ignite's site Look & Feel

2017-08-16 Thread Denis Magda
Igniters, Some of us have been working on the new design for the site. That’s an early draft we have. Feel free to share the suggestions: http://81.156.86.10:8081/index.html In the meanwhile, is it possible to request a staging environment for the site from

Fwd: .sha Release Distribution Policy

2017-08-16 Thread Denis Magda
Igniters, especially the release managers, Please consider these changes and recommendations for the next release. Do we have any ticket that already takes this into account? — Denis > Begin forwarded message: > > From: "Henk P. Penning" > Subject: .sha Release Distribution Policy > Date: Aug

Fwd: Ignite2.1: Page eviction is not compatible with persistence when startup

2017-08-16 Thread Denis Magda
Developers, Let me bring this to your attention. Why do we throw an exception if the user has both an eviction policy and the Ignite persistence configured? Why don’t we simply ignore the eviction policy printing a warning and proceed with the node startup? — Denis > Begin forwarded message:

Re: SQL usability issues

2017-08-16 Thread Denis Magda
Igniters, I’ve prepared the getting started basing on DBeaver tool: https://apacheignite-tools.readme.io/docs/dbeaver That guide is based on the generic one made out by Akmal: https://apacheignite.readme.io/docs/getting-started-sql

[jira] [Created] (IGNITE-6092) Bulk Inserts are not Supported

2017-08-16 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-6092: --- Summary: Bulk Inserts are not Supported Key: IGNITE-6092 URL: https://issues.apache.org/jira/browse/IGNITE-6092 Project: Ignite Issue Type: New Feature

Re: SQL Getting Started Guide

2017-08-16 Thread Denis Magda
Igniters, The SQL getting started guide is ready and published: https://apacheignite.readme.io/v2.1/docs/getting-started-sql Akmal thanks for your efforts and please apply the following minor changes: * Add ODBC source files to your

[GitHub] ignite pull request #2462: IGNITE-6091 fix flaky test CacheLateAffinityAssig...

2017-08-16 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request: https://github.com/apache/ignite/pull/2462 IGNITE-6091 fix flaky test CacheLateAffinityAssignmentTest.testRandom …Operations You can merge this pull request into a Git repository by running: $ git pull https://github.com/gr

[jira] [Created] (IGNITE-6091) Test fail CacheLateAffinityAssignmentTest.testRandomOperations

2017-08-16 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-6091: -- Summary: Test fail CacheLateAffinityAssignmentTest.testRandomOperations Key: IGNITE-6091 URL: https://issues.apache.org/jira/browse/IGNITE-6091 Project: I

[GitHub] ignite pull request #2461: gg-12637 Fixed unevenly partitions distribution i...

2017-08-16 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/2461 gg-12637 Fixed unevenly partitions distribution in FairAffinityFunction You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ig

Re: Policy for update third-party dependencies

2017-08-16 Thread Alexey Kuznetsov
Done https://issues.apache.org/jira/browse/IGNITE-6090 On Wed, Aug 16, 2017 at 8:01 PM, Dmitriy Setrakyan wrote: > The answer is Yes, we should update. Jira ticket assigned to the next > release should be enough in my view. > > D. > > On Wed, Aug 16, 2017 at 2:38 AM, Alexey Kuznetsov > wrote:

[jira] [Created] (IGNITE-6090) Update Apache Common codec from 1.6 to 1.10

2017-08-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-6090: Summary: Update Apache Common codec from 1.6 to 1.10 Key: IGNITE-6090 URL: https://issues.apache.org/jira/browse/IGNITE-6090 Project: Ignite Issue Ty

Re: [Webinar] Apache Process Overview, Aug 10, 2017 9.00 AM - 10.00 AM PT

2017-08-16 Thread Konstantin Boudnik
Thanks for posting the recording, guys! Here are the slides to go with it [1] [1] https://mega.nz/#!Bp0xAYYC!IntSc8idFUKRgw0Nr04q1HJWGHTw5mxS3pp5nKlI4_M -- With regards, Konstantin (Cos) Boudnik 2CAC 8312 4870 D885 8616 6115 220F 6980 1F27 E622 Disclaimer: Opinions expressed in this email are

[GitHub] ignite pull request #2460: IGNITE-5790 SQL: Append UUID to names of Ignite i...

2017-08-16 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/2460 IGNITE-5790 SQL: Append UUID to names of Ignite instances opened by JDBC All Ignite instances created by Jdbc driver should now be either named or appended with ignite-jdbc-driver-UUID to avoid conf

Re: Multi-Version Concurrency Control

2017-08-16 Thread Alexey Kuznetsov
Serge, >#1 Could you please share any case when we need to use different modes for >different caches? Atomic caches? -- Alexey Kuznetsov

[GitHub] ignite pull request #2459: ignite-5497

2017-08-16 Thread ntikhonov
GitHub user ntikhonov opened a pull request: https://github.com/apache/ignite/pull/2459 ignite-5497 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.1.4-b1 Alternatively you can review and apply th

[GitHub] ignite pull request #2458: IGNITE-GG-12549-1.9.6

2017-08-16 Thread asfedotov
GitHub user asfedotov opened a pull request: https://github.com/apache/ignite/pull/2458 IGNITE-GG-12549-1.9.6 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-12549 Alternatively you can review an

Re: Batch service deployment

2017-08-16 Thread Denis Mekhanikov
I've had a few off-line conversations with other Igniters regarding this question and almost all of them think that services should be deployed with "all-or-none" failing policy. We have a similar functionality for caches: Ignite#createCaches method don't allow partial deployments, and I think, we

[GitHub] ignite pull request #2358: IGNITE-GG-12549-1.9.5 SQL: Add support for Java 8...

2017-08-16 Thread asfedotov
Github user asfedotov closed the pull request at: https://github.com/apache/ignite/pull/2358 --- 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: Service versioning

2017-08-16 Thread Sergey Chugunov
Ilya, I think the proposed change definitely makes sense. At the same time I think the scope of the ticket is too broad. It covers at least two different aspects of service grid functionality: - Very specific issue of service upgrade process which is caused by current design flaw (although

[GitHub] ignite pull request #2457: IGNITE-6088 Socket#shutdownOutput in ServerImpl l...

2017-08-16 Thread ezhuravl
GitHub user ezhuravl opened a pull request: https://github.com/apache/ignite/pull/2457 IGNITE-6088 Socket#shutdownOutput in ServerImpl leads to UnsupportedO… …perationException on SSLSocket You can merge this pull request into a Git repository by running: $ git pull https:/

[jira] [Created] (IGNITE-6089) SQL: Improve query parallelism architecture

2017-08-16 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6089: --- Summary: SQL: Improve query parallelism architecture Key: IGNITE-6089 URL: https://issues.apache.org/jira/browse/IGNITE-6089 Project: Ignite Issue Type

[GitHub] ignite pull request #2456: Add test for https://issues.apache.org/jira/brows...

2017-08-16 Thread red-batmen
Github user red-batmen closed the pull request at: https://github.com/apache/ignite/pull/2456 --- 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

[jira] [Created] (IGNITE-6088) Socket#shutdownOutput in ServerImpl lead UnsupportedOperationException on SSLSocket

2017-08-16 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6088: - Summary: Socket#shutdownOutput in ServerImpl lead UnsupportedOperationException on SSLSocket Key: IGNITE-6088 URL: https://issues.apache.org/jira/browse/IGNITE-6088

[GitHub] ignite pull request #2456: Add test for https://issues.apache.org/jira/brows...

2017-08-16 Thread red-batmen
GitHub user red-batmen opened a pull request: https://github.com/apache/ignite/pull/2456 Add test for https://issues.apache.org/jira/browse/IGNITE-3935 Writing test for IGNITE-3935 You can merge this pull request into a Git repository by running: $ git pull https://github.com/r

[jira] [Created] (IGNITE-6087) SQL: Ability to pass one column to multiple object fields

2017-08-16 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6087: --- Summary: SQL: Ability to pass one column to multiple object fields Key: IGNITE-6087 URL: https://issues.apache.org/jira/browse/IGNITE-6087 Project: Ignite

[jira] [Created] (IGNITE-6086) SQL: create own parser for DDL and control statements

2017-08-16 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6086: --- Summary: SQL: create own parser for DDL and control statements Key: IGNITE-6086 URL: https://issues.apache.org/jira/browse/IGNITE-6086 Project: Ignite

[GitHub] ignite pull request #2455: IGNITE-5879 .NET: Move TestPlatformPlugin to a se...

2017-08-16 Thread daradurvs
GitHub user daradurvs opened a pull request: https://github.com/apache/ignite/pull/2455 IGNITE-5879 .NET: Move TestPlatformPlugin to a separate module You can merge this pull request into a Git repository by running: $ git pull https://github.com/daradurvs/ignite ignite-5879

[jira] [Created] (IGNITE-6085) SQL: JOIN with multiple conditions is extremely slow

2017-08-16 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6085: --- Summary: SQL: JOIN with multiple conditions is extremely slow Key: IGNITE-6085 URL: https://issues.apache.org/jira/browse/IGNITE-6085 Project: Ignite I

[jira] [Created] (IGNITE-6084) SQL: improve lazy execution threading model

2017-08-16 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6084: --- Summary: SQL: improve lazy execution threading model Key: IGNITE-6084 URL: https://issues.apache.org/jira/browse/IGNITE-6084 Project: Ignite Issue Type

Re: Multi-Version Concurrency Control

2017-08-16 Thread Serge Puchnin
Hi Alex, Thanks a lot for your feedback! #1 Could you please share any case when we need to use different modes for different caches? It's a quite global thing to support two modes on the same time. #2 Certain we can use another name. "Extinct Version Ejection" for example. BR, Serge On Tue, 1

[jira] [Created] (IGNITE-6083) Null value have appear in the entry processor, but the entry is existing

2017-08-16 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-6083: - Summary: Null value have appear in the entry processor, but the entry is existing Key: IGNITE-6083 URL: https://issues.apache.org/jira/browse/IGNITE-6083 Pr

[jira] [Created] (IGNITE-6082) Test fail DynamicIndexPartitionedTransactionalConcurrentSelfTest.testConcurrentPutRemove

2017-08-16 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-6082: -- Summary: Test fail DynamicIndexPartitionedTransactionalConcurrentSelfTest.testConcurrentPutRemove Key: IGNITE-6082 URL: https://issues.apache.org/jira/browse/IGNITE-6

Re: Policy for update third-party dependencies

2017-08-16 Thread Dmitriy Setrakyan
The answer is Yes, we should update. Jira ticket assigned to the next release should be enough in my view. D. On Wed, Aug 16, 2017 at 2:38 AM, Alexey Kuznetsov wrote: > Hi, All! > > Do we have any policy for updating third-party dependencies? > > For example, I found that we are using very old

[GitHub] ignite pull request #2454: IGNITE-6080

2017-08-16 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/2454 IGNITE-6080 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6080 Alternatively you can review and apply these

[jira] [Created] (IGNITE-6081) .NET: Cannot get from cache values which were stored in cache with PutAll.

2017-08-16 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-6081: --- Summary: .NET: Cannot get from cache values which were stored in cache with PutAll. Key: IGNITE-6081 URL: https://issues.apache.org/jira/browse/IGNITE-6081 Project: Ign

[GitHub] ignite pull request #2453: Ignite 1.8.9 p2

2017-08-16 Thread mcherkasov
GitHub user mcherkasov opened a pull request: https://github.com/apache/ignite/pull/2453 Ignite 1.8.9 p2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.8.9-p2 Alternatively you can review and app

[jira] [Created] (IGNITE-6080) SQL: Batch DML updates on per-node basis

2017-08-16 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6080: --- Summary: SQL: Batch DML updates on per-node basis Key: IGNITE-6080 URL: https://issues.apache.org/jira/browse/IGNITE-6080 Project: Ignite Issue Type: T

[jira] [Created] (IGNITE-6079) SQL: implement base table statistics

2017-08-16 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6079: --- Summary: SQL: implement base table statistics Key: IGNITE-6079 URL: https://issues.apache.org/jira/browse/IGNITE-6079 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-6078) Possible deadlock on concurrent grid stop

2017-08-16 Thread Igor Seliverstov (JIRA)
Igor Seliverstov created IGNITE-6078: Summary: Possible deadlock on concurrent grid stop Key: IGNITE-6078 URL: https://issues.apache.org/jira/browse/IGNITE-6078 Project: Ignite Issue Type

[jira] [Created] (IGNITE-6077) IgniteWalRecoveryTest.testWalRolloverMultithreadedDefault fails

2017-08-16 Thread Sergey Chugunov (JIRA)
Sergey Chugunov created IGNITE-6077: --- Summary: IgniteWalRecoveryTest.testWalRolloverMultithreadedDefault fails Key: IGNITE-6077 URL: https://issues.apache.org/jira/browse/IGNITE-6077 Project: Ignite

[jira] [Created] (IGNITE-6076) SQL: Local query should not go through map-reduce phase

2017-08-16 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6076: --- Summary: SQL: Local query should not go through map-reduce phase Key: IGNITE-6076 URL: https://issues.apache.org/jira/browse/IGNITE-6076 Project: Ignite

[GitHub] ignite pull request #2452: IGNITE-6074 fix test fail testWalBigObjectNodeCan...

2017-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/2452 --- 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

[jira] [Created] (IGNITE-6075) CacheLoadingConcurrentGridStartSelfTest sometimes fails

2017-08-16 Thread Igor Seliverstov (JIRA)
Igor Seliverstov created IGNITE-6075: Summary: CacheLoadingConcurrentGridStartSelfTest sometimes fails Key: IGNITE-6075 URL: https://issues.apache.org/jira/browse/IGNITE-6075 Project: Ignite

[GitHub] ignite pull request #2452: IGNITE-6074 fix test fail testWalBigObjectNodeCan...

2017-08-16 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request: https://github.com/apache/ignite/pull/2452 IGNITE-6074 fix test fail testWalBigObjectNodeCancel reset position and limit after expand buffer You can merge this pull request into a Git repository by running: $ git pull https:/

[GitHub] ignite pull request #2451: Fixed races related to partition eviction and re-...

2017-08-16 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/2451 Fixed races related to partition eviction and re-creation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-12

[jira] [Created] (IGNITE-6074) Test fail IgniteWalRecoveryTest#testWalBigObjectNodeCancel

2017-08-16 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-6074: -- Summary: Test fail IgniteWalRecoveryTest#testWalBigObjectNodeCancel Key: IGNITE-6074 URL: https://issues.apache.org/jira/browse/IGNITE-6074 Project: Ignite

Policy for update third-party dependencies

2017-08-16 Thread Alexey Kuznetsov
Hi, All! Do we have any policy for updating third-party dependencies? For example, I found that we are using very old Apache Common codec v.1.6 (released in 2011) And latest is Apache Common codec v.1.10 Do we need to update to new versions from time to time? And how? Just create JIRA issue, u

[GitHub] ignite pull request #2450: IGNITE-5145 add batch service deployment methods

2017-08-16 Thread dmekhanikov
GitHub user dmekhanikov opened a pull request: https://github.com/apache/ignite/pull/2450 IGNITE-5145 add batch service deployment methods You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5145 Altern

[GitHub] ignite pull request #2419: IGNITE-5452 GridTimeoutProcessor can hang on stop

2017-08-16 Thread dmekhanikov
Github user dmekhanikov closed the pull request at: https://github.com/apache/ignite/pull/2419 --- 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

Re: Resurrect FairAffinityFunction

2017-08-16 Thread Vladimir Ozerov
I am still not quite understand why we bother so much about partition migration while we already have RendezvousAffinityFunction? Looks like we tried to make "fair" be closer to "rendezvous", and then tried to make "rendezvous" closer to "fair", but without any success: - we are still not satisfied

Re: Resurrect FairAffinityFunction

2017-08-16 Thread Vladimir Ozerov
I already explained why checking specifically for FairAffintiyFunction in SQL is wrong. On Wed, Aug 16, 2017 at 10:00 AM, Dmitriy Setrakyan wrote: > Vladimir, I think you should look more carefully at what FairAffinity does > and why it exists. There is no way to "fix" it not to accept previous

[jira] [Created] (IGNITE-6073) Handy APIs to add binary metadata locally and to iterate over registered binary types

2017-08-16 Thread Sergey Chugunov (JIRA)
Sergey Chugunov created IGNITE-6073: --- Summary: Handy APIs to add binary metadata locally and to iterate over registered binary types Key: IGNITE-6073 URL: https://issues.apache.org/jira/browse/IGNITE-6073

Re: Resurrect FairAffinityFunction

2017-08-16 Thread Dmitriy Setrakyan
Vladimir, I think you should look more carefully at what FairAffinity does and why it exists. There is no way to "fix" it not to accept previous state - it must be provided. I do not understand why we need to change anything in code when there is a simple solution being proposed here. Why not just