Jinmei Liao created GEODE-6772:
----------------------------------

             Summary: 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: New Feature
            Reporter: Jinmei Liao


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