Odg: Creating index failed

2022-02-08 Thread Mario Kevo
cument it) and don't send a request on other members as the command will send to all members to create it. Or maybe something else? BR, Mario Šalje: Mario Kevo Poslano: 14. prosinca 2021. 14:06 Prima: dev@geode.apache.org Pred

Re: Creating index failed

2022-02-03 Thread Anilkumar Gingade
on't send a request on other members as the command will send to all members to create it. Or maybe something else? BR, Mario Šalje: Mario Kevo Poslano: 14. prosinca 2021. 14:06 Prima: dev@geode.apache.org Predmet: Odg: Creat

Odg: Creating index failed

2022-02-03 Thread Mario Kevo
else? BR, Mario Šalje: Mario Kevo Poslano: 14. prosinca 2021. 14:06 Prima: dev@geode.apache.org Predmet: Odg: Creating index failed Hi Alexandar, The cluster config is updated at the end of the command execution, and only in case, the command is successful. I

Odg: Creating index failed

2021-12-14 Thread Mario Kevo
, but in that case, if run again the create index command with the same name and expression it will not fail. BR, Mario Šalje: Alexander Murmann Poslano: 7. prosinca 2021. 18:28 Prima: dev@geode.apache.org Predmet: Re: Creating index failed Hi Mario! I agree

Re: Creating index failed

2021-12-07 Thread Alexander Murmann
? From: Mario Kevo Sent: Tuesday, December 7, 2021 06:36 To: dev@geode.apache.org Subject: Odg: Creating index failed Hi Jason, I agree with you that the user wanted to index all the data in the region when using a partitioned region. But when the command is not successful, the cluster

Re: Creating index failed

2021-12-07 Thread Anilkumar Gingade
apache.org Predmet: Re: Creating index failed In case if you are planning to fix; the probable fix is not to send gfsh create command to all the nodes when its partitioned region.. On 12/7/21, 6:37 AM, "Mario Kevo" wrote: Hi Jason, I agree with you that the user

Odg: Creating index failed

2021-12-07 Thread Mario Kevo
Poslano: 7. prosinca 2021. 16:41 Prima: dev@geode.apache.org Predmet: Re: Creating index failed In case if you are planning to fix; the probable fix is not to send gfsh create command to all the nodes when its partitioned region.. On 12/7/21, 6:37 AM, "Mario Kevo" wrote: Hi Jason,

Re: Creating index failed

2021-12-07 Thread Anilkumar Gingade
and is not successful. I'm working on a fix. As soon as possible I will create PR on the already mentioned ticket. BR, Mario Šalje: Jason Huynh Poslano: 6. prosinca 2021. 18:45 Prima: dev@geode.apache.org Predmet: Re: Creating index

Odg: Creating index failed

2021-12-07 Thread Mario Kevo
18:45 Prima: dev@geode.apache.org Predmet: Re: Creating index failed Hi Mario, A lot of the indexing code pre-dates GFSH. The behavior you are seeing is when an index is created on a partition region. When creating an index on a partition region, the idea is that the user wanted to index all the

Re: Creating index failed

2021-12-06 Thread Jason Huynh
Hi Mario, A lot of the indexing code pre-dates GFSH. The behavior you are seeing is when an index is created on a partition region. When creating an index on a partition region, the idea is that the user wanted to index all the data in the region. So the server will let all other servers kno

Creating index failed

2021-12-06 Thread Mario Kevo
Hi devs, While doing some testing, I found the issue which is already reported there. https://issues.apache.org/jira/browse/GEODE-7875 If we run the create index command it will create an index locally and send a request to create an index on other members of that region. The problem happened i