[infinispan-issues] [JBoss JIRA] (ISPN-11870) Rolling upgrade connect source

Tristan Tarrant (Jira) issues at jboss.org
Wed May 20 04:10:02 EDT 2020


     [ https://issues.redhat.com/browse/ISPN-11870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-11870:
-----------------------------------
    Description: 
In order to make the cluster migration as automatic as possible we need a way to temporarily add a remote store to a cache for the duration of the migration.

This would mean adding the following method to {{RollingUpgradeManager}}:


{code:java}
public void connectSource(@Parameter(name="migratorName", description="Specifies the name of the migrator to use. Set hotrod as the value unless using custom migrators.") String migratorName, @Parameter(name="uri", description="The URI pointing to the source.") throws Exception;
{code}

`disconnectSource` should be modified to be able to remove a store added above instead of the current disabling.

The CLI should then be extended to add a {{migrate cluster connect}} command


  was:
In order to make the cluster migration as automatic as possible we need a way to temporarily add a remote store to a cache for the duration of the migration.

This would mean adding the following method to `RollingUpgradeManager`:


{code:java}
public void connectSource(@Parameter(name="migratorName", description="Specifies the name of the migrator to use. Set hotrod as the value unless using custom migrators.") String migratorName, @Parameter(name="uri", description="The URI pointing to the source.") throws Exception;
{code}

`disconnectSource` should be modified to be able to remove a store added above instead of the current disabling.

The CLI should then be extended to add a `migrate cluster connect` command




> Rolling upgrade connect source
> ------------------------------
>
>                 Key: ISPN-11870
>                 URL: https://issues.redhat.com/browse/ISPN-11870
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Loaders and Stores, Server
>            Reporter: Tristan Tarrant
>            Priority: Major
>              Labels: migration, rolling_upgrade
>
> In order to make the cluster migration as automatic as possible we need a way to temporarily add a remote store to a cache for the duration of the migration.
> This would mean adding the following method to {{RollingUpgradeManager}}:
> {code:java}
> public void connectSource(@Parameter(name="migratorName", description="Specifies the name of the migrator to use. Set hotrod as the value unless using custom migrators.") String migratorName, @Parameter(name="uri", description="The URI pointing to the source.") throws Exception;
> {code}
> `disconnectSource` should be modified to be able to remove a store added above instead of the current disabling.
> The CLI should then be extended to add a {{migrate cluster connect}} command



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list