[DISCUSSION] Remove outdated ignite-sys-cache

2021-11-28 Thread Maxim Muzafarov
Igniters, Since the legacy service grid implementation was removed [2] I'd like to remove the ignite-sys-cache also. It is still possible that some of Ignite plugins (e.g. security plugin) are still using this cache, however, AFAIK this is not the reason to keep the outdated system cache and thes

NUMA aware allocator, PR review request

2021-11-28 Thread Ivan Daschinsky
Hi, igniters! There is not a big secret that nowadays NUMA is quite common in multiprocessor systems. And this memory architecture should be treated in specific ways. Support for NUMA is present in many commercial and open-source products. I've implemented a NUMA aware allocator for Apache Ignit

Re: IEP-61 Transaction API desing for Ignite 3

2021-11-28 Thread Alexei Scherbakov
Folks, Recently I've pushed transactions support phase 1 for Ignite 3, see [1]. Feel free to give feedback. Current implementation attempts to automatically enlist a table into transaction if it's started using [2] or [3] by using thread local context, similar to Ignite 2 approach, to reduce the a