[ 
https://issues.apache.org/jira/browse/GEODE-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17216906#comment-17216906
 ] 

ASF GitHub Bot commented on GEODE-8620:
---------------------------------------

DonalEvans opened a new pull request #5642:
URL: https://github.com/apache/geode/pull/5642


   Authored-by: Donal Evans <doev...@vmware.com>
   
   Thank you for submitting a contribution to Apache Geode.
   
   In order to streamline the review of the contribution we ask you
   to ensure the following steps have been taken:
   
   ### For all changes:
   - [x] Is there a JIRA ticket associated with this PR? Is it referenced in 
the commit message?
   
   - [x] Has your PR been rebased against the latest commit within the target 
branch (typically `develop`)?
   
   - [x] Is your initial contribution a single, squashed commit?
   
   - [x] Does `gradlew build` run cleanly?
   
   - [x] Have you written or updated unit tests to verify your changes?
   
   - [N/A] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   
   ### Note:
   Please ensure that once the PR is submitted, check Concourse for build 
issues and
   submit an update to your PR as soon as possible. If you need help, please 
send an
   email to d...@geode.apache.org.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Actual redundancy of -1 in restore redundancy result
> ----------------------------------------------------
>
>                 Key: GEODE-8620
>                 URL: https://issues.apache.org/jira/browse/GEODE-8620
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh, management
>    Affects Versions: 1.13.0
>            Reporter: Aaron Lindsey
>            Assignee: Donal Evans
>            Priority: Major
>
> Steps to reproduce:
>  # Create a geode cluster with 1 locator and 2 servers.
>  # Create a region of type PARTITION_REDUNDANT.
>  # Put an entry into the region.
>  # Trigger a restore redundancy operation via the management REST API or gfsh.
>  # The result from the restore redundancy operation states that the actual 
> redundancy for the region is -1. However, the expected redundancy at this 
> point is 1 because there should be enough cache servers in the cluster to 
> hold the redundant copy.
>  # Stop one of the servers.
>  # Trigger another restore redundancy operation via the management REST API 
> or gfsh.
>  # The result from the second restore redundancy operation again states that 
> the actual redundancy for the region is -1. However, the region should be 
> counted as having zero redundant copies at this point because there is only 
> one cache server.
> I encountered this issue while using the management REST API, although the 
> same issue happens in the gfsh command. I assume fixing the gfsh command 
> would also fix the management REST API. If not, I can break this out into two 
> separate JIRAs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to