You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/11 22:44:00 UTC

[jira] [Updated] (GEODE-6772) create index sometimes will create the index but failed to update the cluster configuration.

     [ https://issues.apache.org/jira/browse/GEODE-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dick Cavender updated GEODE-6772:
---------------------------------
    Fix Version/s: 1.10.0

> 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, management
>            Reporter: Jinmei Liao
>            Assignee: Jinmei Liao
>            Priority: Major
>             Fix For: 1.10.0
>
>          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
(v8.3.2#803003)