Re: [WANTED A NEW RELEASE MANAGER] Apache Ignite 3.0.0 beta 1 RELEASE

2022-10-13 Thread stanlukyanov
Hi, I’ll be happy to do this. I’ll need help from a PMC to do the steps requiring PMC permissions but I can do most of the work. Any PMC who is ready to support me in this? Thanks, Stan > On 13 Oct 2022, at 15:54, Andrey Gura wrote: > > Igniters, > > Due to personal reasons I need to take

Re: IEP-70: Async Continuation Executor

2021-03-25 Thread stanlukyanov
Pavel, This is a great work, fully agree with the overall idea and approach. However, I have some reservations about the API. We sure do have a lot of async stuff in the system, and I would suggest to stick to the usual design - create a separate thread pool, add a single property to control th

RE: [DISCUSSION] [IGNITE-11141] The new java method to create a cache from a template

2019-02-14 Thread stanlukyanov
Sergey, Ed, On method naming/deprecation/etc. I would actually like the new method to work for both templates and regular caches. For templates it would return a copy of the template. For existing caches it would return a copy of the cache configuration. In other words, it would be a shortcut for

RE: [DISCUSSION] Fixed test order to reduce flakyness

2019-02-10 Thread stanlukyanov
HI Dmitry, > It is not about hiding. If a problematic test affects other test is will > continue to > affect. The main point here is only about the test, which will be affected. > With unpredictable order, testA may break testB, testC, testD. The issue is that with a fixed order testA may not br

RE: Binary Serialization of Enums By Name

2019-02-10 Thread stanlukyanov
Hi Stuart, I can see the value of storing enums by name. One thing is the problem you’ve described. The other is that they become more readable when the enum class is not present which is the case sometimes. However, I find having two built-in ways to serialize enums quite complicated. I