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

2022-06-24 Thread ignitetcbot
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *Test with high flaky rate in master IgnitePdsWithTtlTest.testConcurrentPutOpsToCacheWithExpirationCompleteSuccesfully https://ci2.ignite.apache.org/test/-3141083354629199969?current

Re: IgniteSet, thin client, and WeakReferenceCloseableIterator

2022-06-24 Thread Alexander Polovtcev
I would personally prefer the closeable iterator approach, since it is what most Java libraries use and most users should be familiar with it. Also most IDEs will warn you, if you don't close an AutoCloseable. On Fri, Jun 24, 2022 at 6:24 PM Pavel Tupitsyn wrote: > Igniters, > > I'm working on I

IgniteSet, thin client, and WeakReferenceCloseableIterator

2022-06-24 Thread Pavel Tupitsyn
Igniters, I'm working on IgniteSet in Java thin client [1], and I'm not sure how to deal with iterator release. On the "thick" API side we use WeakReferenceCloseableIterator [2] to release iterator resources automatically when the iterator instance is claimed by GC. a) Reuse this on the client s

Re: contribute to Apache igni

2022-06-24 Thread Pavel Tupitsyn
Hi, I've added you to the Contributors group in JIRA. Welcome to the Apache Ignite community! On Fri, Jun 24, 2022 at 5:21 PM wkhapy...@gmail.com wrote: > Hi, > > I am interesting in ignite. I want to contribute to Apache ignite . > > Would you please give me the contributor permission? > > be

contribute to Apache igni

2022-06-24 Thread wkhapy...@gmail.com
Hi, I am interesting in ignite. I want to contribute to Apache ignite . Would you please give me the contributor permission? below is my account wkhapy...@gmail.com

Re: [DISCUSSION] IEP-92: Binary Tuple Format

2022-06-24 Thread Aleksey Demakov
Hi all, I updated IEP-92 [1] with information on binary representation of different data types. Regards, Aleksey [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-92%3A+Binary+Tuple+Format