[jira] [Commented] (IGNITE-5852) Cache affinity should be calculated wrt baseline topology

2017-10-18 Thread Ilya Lantukh (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209365#comment-16209365
 ] 

Ilya Lantukh commented on IGNITE-5852:
--

Fixed this bug, please review.

> Cache affinity should be calculated wrt baseline topology
> -
>
> Key: IGNITE-5852
> URL: https://issues.apache.org/jira/browse/IGNITE-5852
> Project: Ignite
>  Issue Type: New Feature
>  Components: persistence
>Affects Versions: 2.1
>Reporter: Alexey Goncharuk
>Assignee: Ilya Lantukh
>  Labels: IEP-4
> Fix For: 2.4
>
>
> After we have an API for baseline topology management, we need to provide a 
> way to operate when real topology differs from the baseline. To facilitate 
> this, we need to calculate the affinity on the set of nodes which is an 
> intersection of the baseline topology and current topology



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IGNITE-5852) Cache affinity should be calculated wrt baseline topology

2017-10-17 Thread Eduard Shangareev (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16207817#comment-16207817
 ] 

Eduard Shangareev commented on IGNITE-5852:
---

Now there is the bug - if we are already active, we will call callbacks for 
activation in any case.
It causes to 2, 3 ... Checkpointers per node.

> Cache affinity should be calculated wrt baseline topology
> -
>
> Key: IGNITE-5852
> URL: https://issues.apache.org/jira/browse/IGNITE-5852
> Project: Ignite
>  Issue Type: New Feature
>  Components: persistence
>Affects Versions: 2.1
>Reporter: Alexey Goncharuk
>Assignee: Ilya Lantukh
>  Labels: IEP-4
> Fix For: 2.4
>
>
> After we have an API for baseline topology management, we need to provide a 
> way to operate when real topology differs from the baseline. To facilitate 
> this, we need to calculate the affinity on the set of nodes which is an 
> intersection of the baseline topology and current topology



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IGNITE-5852) Cache affinity should be calculated wrt baseline topology

2017-10-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16192950#comment-16192950
 ] 

ASF GitHub Bot commented on IGNITE-5852:


GitHub user ilantukh opened a pull request:

https://github.com/apache/ignite/pull/2809

IGNITE-5852



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-5852

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2809.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2809


commit e7bea6449da72fd2e16e5ce711696a0143d0c5e1
Author: Ilya Lantukh 
Date:   2017-09-26T12:58:18Z

ignite-5852 : Test

commit d07977bbae00db677281759bcd45cff7628d7277
Author: Ilya Lantukh 
Date:   2017-09-26T14:59:17Z

ignite-5852 : Scaffold

commit fb4ffc971c6cdc76d6852f47ae09d8763364e0e3
Author: Ilya Lantukh 
Date:   2017-09-27T13:51:17Z

ignite-5852 : WIP

commit d4b24ebec61113b8396723d21c85cdbfbe2d16f4
Author: Ilya Lantukh 
Date:   2017-09-27T14:08:15Z

ignite-5852 : WIP

commit 9e37de80350aa74b24392f38c4feb09c6f0d076e
Author: Ilya Lantukh 
Date:   2017-09-27T15:32:59Z

ignite-5852 : WIP

commit 2bae8f9bb74c09fdcf75300ec30644212b69cdaa
Author: Ilya Lantukh 
Date:   2017-09-29T12:47:41Z

ignite-5852 : WIP

commit e03041070babb26a9b2209bec70f995fbb8d0eeb
Author: Ilya Lantukh 
Date:   2017-09-29T15:58:26Z

ignite-5852 : WIP

commit 99e89baf1aa2b1a4abf16d59fdfd4d117ead924f
Author: Ilya Lantukh 
Date:   2017-09-29T16:01:06Z

ignite-5852 : WIP

commit fc42ebb41c662c5dacf778bc44a89e981f2532d1
Author: Ilya Lantukh 
Date:   2017-10-05T13:55:01Z

ignite-5852 : WIP - snapshot integration.

commit 8e30b6ff49edcd8e16a9d3bde607c1e6a101e8c6
Author: Ilya Lantukh 
Date:   2017-10-05T14:08:45Z

ignite-5852 : WIP - node attributes.

commit b1ea60055923249fe7a025961245cab95c1ff72f
Author: Ilya Lantukh 
Date:   2017-10-05T14:11:20Z

ignite-5852 : serialVersionUid.

commit 49454712b22d779506dd080c310e44c45aea5201
Author: Ilya Lantukh 
Date:   2017-10-05T14:17:23Z

ignite-5852 : WIP.




> Cache affinity should be calculated wrt baseline topology
> -
>
> Key: IGNITE-5852
> URL: https://issues.apache.org/jira/browse/IGNITE-5852
> Project: Ignite
>  Issue Type: New Feature
>  Components: persistence
>Affects Versions: 2.1
>Reporter: Alexey Goncharuk
>Assignee: Ilya Lantukh
> Fix For: 2.4
>
>
> After we have an API for baseline topology management, we need to provide a 
> way to operate when real topology differs from the baseline. To facilitate 
> this, we need to calculate the affinity on the set of nodes which is an 
> intersection of the baseline topology and current topology



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)