Spring Sessions With Ignite As Backing Store

2021-06-18 Thread Atri Sharma
Hi All, Please find PR for the aforementioned issue: https://github.com/apache/ignite-extensions/pull/63 @Данилов Семён Please help in reviewing. Regards, Atri -- Regards, Atri Apache Concerted

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Stephen Darlington
+1 Checked on macOS, played with the new expiry APIs and a bunch of thefundamentals. > On 17 Jun 2021, at 12:46, Pavel Tupitsyn wrote: > > +1 > > Checked pip install from tar.gz on Python 3.8 on Ubuntu 20.04, ran some of > the examples. > > On Thu, Jun 17, 2021 at 2:32 PM Igor Sapego wrote:

Re: IEP-75 Thin Client MsgPack Serialization for 3.0

2021-06-18 Thread Pavel Tupitsyn
Ivan, > why do you use PooledMessageBufferOutput in benchmarks? To make it fair. Ignite uses thread-local reusable buffers, see [1]. > why packer from msgpack-core show better performance than > BinaryWriter. And I suppose that benchmark is not quite fair. MsgPack writes and reads less bytes,

Re: IEP-75 Thin Client MsgPack Serialization for 3.0

2021-06-18 Thread Ivan Daschinsky
>> To make it fair. Ignite uses thread-local reusable buffers, see [1]. I know, but PooledMessageBufferOutput is not about thread-local, isn't it? I'm not against about MsgPack, I'm for fair and not biased comparison. I suppose that MsgPack is an ideal candidate for thin client binary protocol, n

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Stephen Darlington
Oh… can someone else check this: it appears that authenticated connections fail. With Ignite 2.10 the connection times-out: [10:28:58,015][WARNING][grid-timeout-worker-#22][ClientListenerNioListener] Unable to perform handshake within timeout [timeout=1, remoteAddr=/127.0.0.1:54044] Didn’t

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Ivan Daschinsky
There is a test for it. пт, 18 июн. 2021 г. в 12:30, Stephen Darlington < stephen.darling...@gridgain.com>: > Oh… can someone else check this: it appears that authenticated connections > fail. > > With Ignite 2.10 the connection times-out: > > [10:28:58,015][WARNING][grid-timeout-worker-#22][Clie

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Ivan Daschinsky
Just rechecked test on release branch, add extra check with cluster activation and putting some data -- everything works ok. Authentication enabled, persistence enabled, with and without ssl. Could you please provide you ignite config and your code. пт, 18 июн. 2021 г. в 12:46, Ivan Daschinsky :

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Ivan Daschinsky
AHA! I see, this is not a bug -- this is a feature. If you pass username and password, we explicitly set use_ssl=True. So if your cluster is configured without ssl but with authentication, you should explicitly pass use_ssl=False. This behaviour is from old version and I suppose it is correct. Who

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Ivan Daschinsky
And this behavior is thoroughly described in docs https://apache-ignite-binary-protocol-client.readthedocs.io/en/latest/examples.html#password-authentication пт, 18 июн. 2021 г. в 12:59, Ivan Daschinsky : > AHA! I see, this is not a bug -- this is a feature. If you pass username > and password, w

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Ivan Daschinsky
>> we explicitly set use_ssl=True. Sorry, typo -- implicitly пт, 18 июн. 2021 г. в 12:59, Ivan Daschinsky : > AHA! I see, this is not a bug -- this is a feature. If you pass username > and password, we explicitly set use_ssl=True. So if your cluster is > configured without ssl but with authentic

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Ivan Daschinsky
I suppose that we should not cancel this release, despite the fact that this is not obvious behaviour. This is not a regression, this behaviour is documented and this behaviour lasts for few years. Lets remove it, if the majority are against it, but in the next release. пт, 18 июн. 2021 г. в 13:08

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Igor Sapego
Well, This behaviour maybe is not obvious, but it seems to be safe and should not cause user issues. On the other hand, if we change this behavior now, it may lead to implicit disable of SSL for users that updated their client which seems more dangerous to me. So I'd keep the current behaviour.

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Stephen Darlington
You’re right, it’s documented and works as described. My bad. > On 18 Jun 2021, at 11:24, Igor Sapego wrote: > > Well, > > This behaviour maybe is not obvious, but it seems to be safe and > should not cause user issues. On the other hand, if we change this > behavior now, it may lead to implici

Re: [DISCUSSION] Code style. Variable abbrevations

2021-06-18 Thread Anton Vinogradov
> Agree. I think you can start a discussion and change some abbrevs if you wish. How about keeping the abbreviation map file inside the Ignite repo? In this case, you may change the abbreviation by issue/pr covered by a green TC check. On Thu, Jun 17, 2021 at 11:36 AM Nikolay Izhikov wrote: > >

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Shishkov Ilya
+1 from me. Checked on Win10: - Python 3.8.8 - pip install pyignite-0.5.0-cp38-cp38-win_amd64.whl - in-memory cluster 3x servers All examples from 'pyignite-0.5.0.zip' work without errors. Errors in server logs not found. Also checked for correct reconnection in the failover example. пт, 18 июн.

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Shishkov Ilya
> in-memory cluster 3x servers I forgot to write about the Ignite version: checked with Ignite-2.10 binary release. пт, 18 июн. 2021 г. в 14:37, Shishkov Ilya : > +1 from me. > > Checked on Win10: > - Python 3.8.8 > - pip install pyignite-0.5.0-cp38-cp38-win_amd64.whl > - in-memory cluster 3x se

Re: [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Nikolay Izhikov
+1 (binding) > 18 июня 2021 г., в 14:41, Shishkov Ilya написал(а): > >> in-memory cluster 3x servers > > I forgot to write about the Ignite version: checked with Ignite-2.10 binary > release. > > пт, 18 июн. 2021 г. в 14:37, Shishkov Ilya : > >> +1 from me. >> >> Checked on Win10: >> - Pytho

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

2021-06-18 Thread Maxim Muzafarov
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://issues.apache.org/jira/browse/IGNITE-14723 On Tue, 15 Jun 2021 at 12:51, Alexey Gidaspov wrote: > > Hi, Nikita! > > I think it's ok to in

[RESULT] [VOTE] Release pyignite 0.5.0-rc1

2021-06-18 Thread Ivan Daschinsky
Hello, Igniters! Release pyignite-0.5.0-rc1 has been accepted. The votes received: 3 "+1" binding votes 4 "+1" votes There are no "+0" or "-1" Here the votes received: - Igor Sapego (binding) +1 - Pavel Tupitsyn (binding) +1 - Nickolay Izhikov (binding) +1 - Ivan Daschinsky +1 - Alexander Surko

[MTCGA]: new failures in builds [6053095] needs to be handled

2021-06-18 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize