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
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