Add ability to enable and disable rebalancing per-node

2017-05-05 Thread Sasha Belyak
Hi, I have jira ticket https://issues.apache.org/jira/browse/IGNITE-5061 with subj and now I'm trying to understand partition exchange mechanism. As far as I understand, task point is: it need when we have to grow cluster (start few new nodes without partition exchange and enable exchange after we

Re: Add ability to enable and disable rebalancing per-node

2017-05-05 Thread npordash
is triggered. If this is controlled on a per-node (+cache) basis - as the ticket describes - it's probably a non-issue, but it's definitely an issue if it's only on a per-cache basis. -Nick -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Add-abili

Re: Add ability to enable and disable rebalancing per-node

2017-05-11 Thread Alexandr Kuramshin
ing is triggered. If this is controlled on a > per-node (+cache) basis - as the ticket describes - it's probably a > non-issue, but it's definitely an issue if it's only on a per-cache basis. > > -Nick > > > > -- > View this message in context: http

Re: Add ability to enable and disable rebalancing per-node

2017-05-11 Thread Yakov Zhdanov
As far as I can see from ticket title reporter wants to disable rebalancing on per-node basis. So, some nodes would not load partitions from other nodes while others should load normally. Disabling partition map exchange will stop rebalancing all over the grid (however, I find this pretty useful fe

Re: Add ability to enable and disable rebalancing per-node

2017-05-11 Thread npordash
being buffered somewhere, but not quite following. Thanks! -Nick -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Add-ability-to-enable-and-disable-rebalancing-per-node-tp17494p17600.html Sent from the Apache Ignite Developers mailing list archive at Nabble.com.

Re: Add ability to enable and disable rebalancing per-node

2017-05-12 Thread Alexey Goncharuk
;re implying that data is being buffered somewhere, but > not quite following. > > Thanks! > -Nick > > > > -- > View this message in context: http://apache-ignite- > developers.2346864.n4.nabble.com/Add-ability-to-enable-and- > disable-rebalancing-per-node-tp17494p17600.html > Sent from the Apache Ignite Developers mailing list archive at Nabble.com. >

[jira] [Created] (IGNITE-5061) Add ability to enable and disable rebalancing per-node

2017-04-24 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5061: Summary: Add ability to enable and disable rebalancing per-node Key: IGNITE-5061 URL: https://issues.apache.org/jira/browse/IGNITE-5061 Project: Ignite