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)