[JBoss JIRA] (ISPN-11870) Rolling upgrade connect source
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11870?page=com.atlassian.jira.plugi... ]
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.
> 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)
5 years, 10 months
[JBoss JIRA] (ISPN-11721) Add Rolling Upgrade CLI commands
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11721?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11721:
-----------------------------------
Description:
The CLI should be able to invoke the rolling upgrade commands exposed in ISPN-11503
The commands should be:
{{migrate synchronize cachename}}
{{migrate disconnect cachename}}
was:
The CLI should be able to invoke the rolling upgrade commands exposed in ISPN-11503
The commands should be:
{{migrate connect cachename sourceaddress}}
{{migrate synchronize cachename}}
{{migrate disconnect cachename}}
The {{connect}} subcommand should probably take a {{hotrod-client.properties}} file which contains connection information (e.g. security, etc)
We should also support full server migration (i.e. without specifying the cache), as well as implementing ISPN-1407
> Add Rolling Upgrade CLI commands
> --------------------------------
>
> Key: ISPN-11721
> URL: https://issues.redhat.com/browse/ISPN-11721
> Project: Infinispan
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 11.0.0.Dev04
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
>
> The CLI should be able to invoke the rolling upgrade commands exposed in ISPN-11503
> The commands should be:
> {{migrate synchronize cachename}}
> {{migrate disconnect cachename}}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11870) Rolling upgrade connect source
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11870:
--------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months