Re: [DISCUSS] Index corruption scenarios to be fixed.

2022-01-31 Thread Maksim Timonin
Hi Andrey, I write comments to PR related to the first scenario. I have some thoughts about 2 and 3 scenarios. I think Ignite should support proxying for such indexes. If there is a shadowed index then Ignite should handle it differently. In case of dropping the index, it should rename it and st

Re: [DISCUSS] Index corruption scenarios to be fixed.

2022-01-28 Thread Maksim Timonin
Hi Andrey, > Max would you please assist and validate the test ResumeCreateIndexTest. testIncompleteIndexDroppedOnCacheDestroy, maybe I've missed smth. Sure, I'll check it and other issues you mentioned on Monday. Thank you for investigating these things. Maksim On Friday, January 28, 2022, An

[DISCUSS] Index corruption scenarios to be fixed.

2022-01-28 Thread Andrey Mashenkov
Hi Igniters, I've created a ticket [1] with the PR [2] where wrote 3 tests for some scenarios that lead to index corruption. The scenarios are described in detail in the PR, so, you may look at a code for better understanding. Please, feel free to create a separate ticket for fixing any of the ne