[JBoss JIRA] (ISPN-7537) Test Rolling Updates with persistent cache store and node failures
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-7537?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes edited comment on ISPN-7537 at 3/10/17 9:54 AM:
------------------------------------------------------------------
| We are in the middle of Rolling Update, We kill some of the nodes
The Rolling Upgrade at the moment is not fault tolerant. If the node where the migration is triggered (method 'synchronizeData') is killed, the rolling upgrade will likely remain incomplete: some of the data will be migrated but not all.
If any other node that is not the driver is killed, we could detect it and restart his task elsewhere.
was (Author: gustavonalle):
| We are in the middle of Rolling Update, We kill some of the nodes
> Test Rolling Updates with persistent cache store and node failures
> ------------------------------------------------------------------
>
> Key: ISPN-7537
> URL: https://issues.jboss.org/browse/ISPN-7537
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
>
> Assumptions:
> * We are in the middle of Rolling Update
> * We kill some of the nodes
> * Would the data still be there?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months
[JBoss JIRA] (ISPN-7596) org.infinispan.commons.marshall.NotSerializableException: java.util.stream.Collectors$CollectorImpl
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-7596?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-7596:
------------------------------------
Description:
Triggered by this snipped present in {{HotRodSourceMigrator}}:
{code:java}
Set<byte[]> allKeys = cache.keySet();
Set<byte[]> copy = allKeys.stream().collect(Collectors.toSet());
{code}
was:
Triggered by this snipped:
{code:java}
Set<byte[]> allKeys = cache.keySet();
Set<byte[]> copy = allKeys.stream().collect(Collectors.toSet());
{code}
> org.infinispan.commons.marshall.NotSerializableException: java.util.stream.Collectors$CollectorImpl
> ---------------------------------------------------------------------------------------------------
>
> Key: ISPN-7596
> URL: https://issues.jboss.org/browse/ISPN-7596
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: Gustavo Fernandes
>
> Triggered by this snipped present in {{HotRodSourceMigrator}}:
> {code:java}
> Set<byte[]> allKeys = cache.keySet();
> Set<byte[]> copy = allKeys.stream().collect(Collectors.toSet());
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months