[JBoss JIRA] (ISPN-12221) Add zero-capacity-node support for Replicated caches
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-12221?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-12221:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 12.0.0.Final
Resolution: Done
> Add zero-capacity-node support for Replicated caches
> ----------------------------------------------------
>
> Key: ISPN-12221
> URL: https://issues.redhat.com/browse/ISPN-12221
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 12.0.0.Dev01
> Reporter: Ryan Emerson
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.0.0.Final, 12.0.0.Dev04
>
>
> Currently if a container is configured to have {{zero-capacity-node=true}} this only applies to distributed caches. To prevent state-transfer for replicated caches, we should modify {{ReplicatedConsistentHashFactory}} and {{ReplicatedConsistentHash}} to allow a node to be a member without also being an owner.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12221) Add zero-capacity-node support for Replicated caches
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-12221?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-12221:
--------------------------------
Status: Pull Request Sent (was: Reopened)
> Add zero-capacity-node support for Replicated caches
> ----------------------------------------------------
>
> Key: ISPN-12221
> URL: https://issues.redhat.com/browse/ISPN-12221
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 12.0.0.Dev01
> Reporter: Ryan Emerson
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.0.0.Dev04
>
>
> Currently if a container is configured to have {{zero-capacity-node=true}} this only applies to distributed caches. To prevent state-transfer for replicated caches, we should modify {{ReplicatedConsistentHashFactory}} and {{ReplicatedConsistentHash}} to allow a node to be a member without also being an owner.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12221) Add zero-capacity-node support for Replicated caches
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12221?page=com.atlassian.jira.plugi... ]
Ryan Emerson reopened ISPN-12221:
---------------------------------
> Add zero-capacity-node support for Replicated caches
> ----------------------------------------------------
>
> Key: ISPN-12221
> URL: https://issues.redhat.com/browse/ISPN-12221
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 12.0.0.Dev01
> Reporter: Ryan Emerson
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.0.0.Dev04
>
>
> Currently if a container is configured to have {{zero-capacity-node=true}} this only applies to distributed caches. To prevent state-transfer for replicated caches, we should modify {{ReplicatedConsistentHashFactory}} and {{ReplicatedConsistentHash}} to allow a node to be a member without also being an owner.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12221) Add zero-capacity-node support for Replicated caches
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12221?page=com.atlassian.jira.plugi... ]
Ryan Emerson resolved ISPN-12221.
---------------------------------
Resolution: Done
> Add zero-capacity-node support for Replicated caches
> ----------------------------------------------------
>
> Key: ISPN-12221
> URL: https://issues.redhat.com/browse/ISPN-12221
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 12.0.0.Dev01
> Reporter: Ryan Emerson
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.0.0.Dev04
>
>
> Currently if a container is configured to have {{zero-capacity-node=true}} this only applies to distributed caches. To prevent state-transfer for replicated caches, we should modify {{ReplicatedConsistentHashFactory}} and {{ReplicatedConsistentHash}} to allow a node to be a member without also being an owner.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12353) REST allow backup restore progress to be submitted and polled
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12353?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12353:
--------------------------------
Status: Open (was: New)
> REST allow backup restore progress to be submitted and polled
> -------------------------------------------------------------
>
> Key: ISPN-12353
> URL: https://issues.redhat.com/browse/ISPN-12353
> Project: Infinispan
> Issue Type: Enhancement
> Components: REST
> Affects Versions: 12.0.0.Dev03
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 12.0.0.Final
>
>
> The current rest endpoint for restoring backups is too restrictive, as there is no way to submit a restoration and then poll it's current status. We should add the following so that the endpoints are akin to the process for creating a backup:
> {code}
> # Create, return 202 or 409 if {restoreName} already exists
> POST /rest/v2/cache-managers/{cacheManagerName}/restores/{restoreName}
> # Poll progress 201 complete, 202 if in progress, or 404 if not found
> HEAD /rest/v2/cache-managers/{cacheManagerName}/restores/{restoreName}
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years