Re: [DISCUSSION] Add SystemRegionMetricsEnabled property on DataStorageConfiguration.

2021-11-25 Thread Eduard Rakhmankulov
Folks, I have created a new ticket [1] for moving system-region-related-properties to its own class. I will be pleased with your feedback on this topic. 1. https://issues.apache.org/jira/browse/IGNITE-15998 On Tue, 2 Nov 2021 at 19:58, Eduard Rakhmankulov wrote: > Hi, Andrey! > > Thank you for

Re: [DISCUSSION] Add SystemRegionMetricsEnabled property on DataStorageConfiguration.

2021-11-02 Thread Eduard Rakhmankulov
Hi, Andrey! Thank you for your reply. I had the same thought about special system-region-configuration-class, but then I discovered that we have 3 special regions: sysMemPlc, volatileDsMemPlc, metastoreMemPlc. *If we decide to provide a special type* for configuration, then should it be *one* typ

Re: [DISCUSSION] Add SystemRegionMetricsEnabled property on DataStorageConfiguration.

2021-11-02 Thread Andrey Gura
Hi, Your proposal is consistent with the current interface of DataStorageConfiguration class, so I', okay with the proposed change. Alternatively, DataStorageConfiguration#systemDataRegionConfiguration field could be introduced which could be DataRegionConfiguration type or special SystemDataRegi

[DISCUSSION] Add SystemRegionMetricsEnabled property on DataStorageConfiguration.

2021-11-02 Thread Eduard Rakhmankulov
Hello, Igniters! At the moment metrics on system region are disabled on node start. User-defined regions can be tuned to have enabled metrics via region configuration (org.apache.ignite.configuration.DataRegionConfiguration#setMetricsEnabled) To enable metrics on system region users should use non