Re: Seconds and milliseconds confusion in python thin client

2021-06-15 Thread Ivan Daschinsky
Ops, i don't even know about it. I believe that this is so rarely used, i don't even noticed it. I am talking about transactions and expiry policy. I suppose that in the case of sql we can simply change it. ср, 16 июн. 2021 г., 00:46 Igor Sapego : > Why is it not released? > > I can see

IndexOutOfBoundsException in GridCacheWriteBehindStore Flusher thread lookup (IGNITE-14893)

2021-06-15 Thread Ilya Korol
Hi, All. I'm going to fix issue with IndexOutOfBoundsException in GridCacheWriteBehindStore#flusher(K key) method. https://issues.apache.org/jira/browse/IGNITE-14893 This could happen when flush thread count is not a power of 2 an we fallback to mapping via modulo operation: idx = ((h =

Re: Seconds and milliseconds confusion in python thin client

2021-06-15 Thread Igor Sapego
Why is it not released? I can see client.sql(timeout) in 0.4.0 for example, which is int number of ms. Best Regards, Igor On Tue, Jun 15, 2021 at 11:52 PM Ivan Daschinsky wrote: > BTW, common approach is to treat both ints and floats as seconds. Floats > are used to set timeout with

Re: [VOTE] Release pyignite 0.5.0-rc0

2021-06-15 Thread Igor Sapego
+1 from me Uploaded to test.pipy.org: https://test.pypi.org/project/pyignite/0.5.0/ Everything looks good. Best Regards, Igor On Tue, Jun 15, 2021 at 10:09 PM Ivan Daschinsky wrote: > Also checked hash sums and signature. Packages are verified and > signature is OK, signed by Igor Sapego

Re: Seconds and milliseconds confusion in python thin client

2021-06-15 Thread Ivan Daschinsky
BTW, common approach is to treat both ints and floats as seconds. Floats are used to set timeout with millisecods precision. I.e. asyncio.sleep(1.0) and asyncio.sleep(1) pauses coroutine for 1 sec. Lets create ticket for it, stop voting for 0.5.0.rc0 and schedule next vote. вт, 15 июн. 2021 г.,

Re: Seconds and milliseconds confusion in python thin client

2021-06-15 Thread Ivan Daschinsky
Igor, I suppose that you are probably right. But there is no need to notice or deprecate something. This functionality is not released yet вт, 15 июн. 2021 г., 23:41 Igor Sapego : > Hi Igniters, > > I've noticed a weird behaviour of python thin client. In those places where > we have > timeouts

Seconds and milliseconds confusion in python thin client

2021-06-15 Thread Igor Sapego
Hi Igniters, I've noticed a weird behaviour of python thin client. In those places where we have timeouts or any other parameters that take time in some places we treat it like integer number of milliseconds, in others it can take both floats (as a number of seconds) and ints (number of

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

2021-06-15 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New Critical Failure in master Cache (Failover) 2 https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_CacheFailover2?branch=%3Cdefault%3E No changes in the build

Re: [VOTE] Release pyignite 0.5.0-rc0

2021-06-15 Thread Ivan Daschinsky
Also checked hash sums and signature. Packages are verified and signature is OK, signed by Igor Sapego with key 5C10A0722D947727923C98B5AF35DBD958FE8DC5 Keys can be found here -- https://downloads.apache.org/ignite/KEYS Here you can find instructions how to verify packages

Re: [VOTE] Release pyignite 0.5.0-rc0

2021-06-15 Thread Ivan Daschinsky
+1 From me Checked building from source on Ubuntu 20.04 amd64 for pythons 3.6.12 3.7.9 3.8.6 3.9.1. Checked installing binary packages on Ubuntu 20.04 amd64 and Windows 10 amd 64 for pythons 3.6.12 3.7.9 3.8.6 3.9.1. Run examples for both platforms Check that native module works Checked

Re: [VOTE][EXTENSION] Release Apache Ignite spring-data-all-ext extensions 1.0.0 RC3

2021-06-15 Thread Ilya Kasnacheev
Hello! Did you come around fixing this issue and releasing Spring Data Ext? This is an urgent matter, since if it can't be done, it is reasonable to revert the change which removed spring-data modules from 2.10 and release 2.11 with spring data modules restored. Regards, -- Ilya Kasnacheev

Re: [DISCUSSION] Release python-0.5.0

2021-06-15 Thread Ivan Daschinsky
Ok, guys, code is freezed. RC is almost ready, the voting is going to start soon. Stay tuned. вт, 15 июн. 2021 г. в 10:35, Ivan Daschinsky : > > I've created release branch [1]. > > I suppose that since there is not any open issue related to python, > code freeze will be at 06/15/2021 12:00 UTC.

[Announcement] Apache Ignite 2.11 Code Freeze started

2021-06-15 Thread Alexey Gidaspov
Apache Ignite 2.11 Code Freeze started now

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

2021-06-15 Thread Alexey Gidaspov
Hi, Nikita! I think it's ok to include this ticket to the 2.11. Can you cherry-pick it to ignite-2.11 branch? On 2021/06/11 15:44:17, Nikita Amelchev wrote: > Hello Folks, > > Can we include new client connector SSL metrics [1] to the 2.11? > > The issue was merged to the master branch. >

Re: [DISCUSSION] Release python-0.5.0

2021-06-15 Thread Ivan Daschinsky
I've created release branch [1]. I suppose that since there is not any open issue related to python, code freeze will be at 06/15/2021 12:00 UTC. [1] -- https://github.com/apache/ignite-python-thin-client/commits/pyignite-0.5.0 пт, 11 июн. 2021 г. в 17:29, Ivan Daschinsky : > > Since nobody