Text Queries Support

2021-06-21 Thread Atri Sharma
Hi All, I have been looking into our text queries support and see that it has limited community support. Therefore, I volunteer to be the maintainer of the module and work on enhancing it further. First goal would be to move to Lucene 8.x, then work on sorted reduce - merge across nodes. Fundame

[ANNOUNCE] Apache IGNITE python thin client (pyignite) 0.5.0 released

2021-06-21 Thread Ivan Daschinsky
The Apache Ignite Community is pleased to announce the release of Apache IGNITE python thin client (pyignite) 0.5.0. This new release of python thin client contains new cool features: Namely: 1. Transactions support 2. Expiry policy support. 3. Performance improvement of asyncio version 4. Few bug

Re: Exceeding the DataStorageConfiguration#getMaxWalArchiveSize due to historical rebalance

2021-06-21 Thread ткаленко кирилл
Created the second task by this discussion, IGNITE-14952. 17.06.2021, 14:26, "ткаленко кирилл" : > Created the first task by this discussion IGNITE-14923. > > 13.05.2021, 18:37, "Stanislav Lukyanov" : >>  What I mean by degradation when archive size < min is that, for example, >> historical rebal

Re: Text Queries Support

2021-06-21 Thread Maksim Timonin
Hi, Atri! You're right, Actually there is a lack of support for TextQueries. For the last ticket I'm doing I see some obvious issues with them (no page size support, for example). I'm glad that somebody wants to maintain this functionality. Thanks a lot! For the MergeSort algorithm there is alrea

Re: Text Queries Support

2021-06-21 Thread Alexei Scherbakov
Hi. One of the biggest issues with text queries is a lack of support for lucene indices persistence, which makes this functionality useless if a persistence is enabled. I would first take care of it. пн, 21 июн. 2021 г. в 12:16, Maksim Timonin : > Hi, Atri! > > You're right, Actually there is a

Re: Text Queries Support

2021-06-21 Thread Atri Sharma
Thank you, Maksin and Alexei! To dive a bit deeper, what are our biggest issues with text queries today? One is persistence, the other (IIUC) is the fact that we cannot order results from different nodes (which PR 9081 seems to have resolved?) What else would be pending for text queries to become

Re: Re[2]: [Discussion] Apache Ignite 2.11 Scope Freeze

2021-06-21 Thread Alexey Gidaspov
Hi, Maxim! I think it's ok to cherry-pick this ticket to 2.11 branch On 2021/06/18 16:16:45, Maxim Muzafarov wrote: > Folks, > > The CLI management machinery [1] for snapshots restore procedure > merged to the master branch. > Can we cherry-pick it to the release branch? > > [1] https://issue

Re: Spring Sessions With Ignite As Backing Store

2021-06-21 Thread Atri Sharma
Hello all, Sam has approved the PR and tests are passing: https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_SpringSession/6055833 Can we please approve and merge? On Fri, 18 Jun 2021, 13:28 Atri Sharma, wrote: > Hi All, > > Please find PR for the aforementioned issue: > >

Re: [DISCUSSION] Code style. Variable abbrevations

2021-06-21 Thread Ilya Kasnacheev
Hello! 42 Author: shroman 36 Author: Raul Kripalani 30 Author: samaitra 11 Author: Igor Rudyak I believe that nobody in this list has worked on Ignite on behalf of Sberbank or GridGain. Regards, -- Ilya Kasnacheev вс, 20 июн. 2021 г. в 14:13, Pavel Kovalenko : > I thi

Temporary TC Outage

2021-06-21 Thread Petr Ivanov
Hi, Igniters! Currently our TC instance is out of order due to power outage (power booth burned down). Restoration can take 1-2 days at least. I will keep you updated on further news. Please, stand by.

Re: Temporary TC Outage

2021-06-21 Thread Dmitry Pavlov
Hi Petr, Sad news, but anyway, thank you for letting community know. Sincerely, Dmitriy Pavlov On 2021/06/21 16:19:16, Petr Ivanov wrote: > Hi, Igniters! > > > Currently our TC instance is out of order due to power outage (power booth > burned down). > Restoration can take 1-2 days at leas

Re: [DISCUSSION] Code style. Variable abbrevations

2021-06-21 Thread Pavel Kovalenko
>> But do you have a plan what should we do with the subject? I think we need to just turn off the required rule for abbreviations and start to write new code without this requirement. But it doesn't mean that now we need to use only full names. Abbreviations may be used e.g. for local variables