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

ASF subversion and git services commented on GEODE-6772:
--------------------------------------------------------

Commit 4d2af053c80a73c39c1965810cfda8bb6bbc68b2 in geode's branch 
refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4d2af05 ]

GEODE-6772: create index will use region to determine the group infor… (#3590)




> create index sometimes will create the index but failed to update the cluster 
> configuration.
> --------------------------------------------------------------------------------------------
>
>                 Key: GEODE-6772
>                 URL: https://issues.apache.org/jira/browse/GEODE-6772
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Jinmei Liao
>            Assignee: Jinmei Liao
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Scenario:
> 1. start a server (server-1) in group1: start server --name=server-1 
> --group=group1
> 2. start another server-2 with no group: start server --name=server-2
> 3. create a regionA in group1: create region --name=regionA --group=group1 
> --type=REPLICATE
> 4. create an index on regionA: create index --region=regionA  --name=index1 
> ....
> observe that command will try to create index on both servers, but failed on 
> server-2, since server-2 has no regionA, but the failure caused the cluster 
> configuration not being updated.
> Proposal:
> when create index, the region already should determine what members this  
> index needs to be created on, there should be no need for user to specify a 
> group. We should ignore "group" when cluster configuration is enabled.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to