Re: MOVING Partitions and Rebalancing

2021-07-07 Thread Alexei Scherbakov
Hi. It's ok to have MOVING partitions in the described scenario, because the second node is started after the first and starts a rebalancing on the next topology version. But it shouldn't break query consistency, because reading from the MOVING partition is not allowed. Why does it happen for te

Re: MOVING Partitions and Rebalancing

2021-07-06 Thread Atri Sharma
Gentle ping. Please help with context here. On Mon, 5 Jul 2021, 13:03 Atri Sharma, wrote: > Hi All, > > As part of the text queries overhaul effort, I am looking into the > following ticket: > > https://issues.apache.org/jira/browse/IGNITE-12401 > > As I understand it, the problem lies in the fa

MOVING Partitions and Rebalancing

2021-07-05 Thread Atri Sharma
Hi All, As part of the text queries overhaul effort, I am looking into the following ticket: https://issues.apache.org/jira/browse/IGNITE-12401 As I understand it, the problem lies in the fact that a partition can move, thus causing duplicate data between two Lucene indices (on different nodes).