Re: Creating index failed

2022-02-03 Thread Anilkumar Gingade
The other problem which exists is; the case where two threads tries to create index with the same name with different index expression concurrently. I assume there are ways this could happen. One solution to address overall issue with index creation on partitioned region is by taking a

Odg: Creating index failed

2022-02-03 Thread Mario Kevo
Hi devs, After implementing ignoring exception some tests failed as we allowed now to pass command again (although it does nothing as the same index is already created by execution before). https://github.com/apache/geode/pull/7195 There is a summary of how it works by now. When we are