Re: GridKernalContextImpl.isDaemon is calling System.Properties frequently

2020-03-31 Thread Ilya Kasnacheev
Hello! Thank you for this contribution, I have merged it to master. Are you interested in becoming a contributor to Apache Ignite so that you can assign tickets to yourself? Regards, -- Ilya Kasnacheev пт, 27 мар. 2020 г. в 07:44, Sunny Chan, CLSA : > Hello, > > > > I was performing some tun

GridKernalContextImpl.isDaemon is calling System.Properties frequently

2020-03-26 Thread Sunny Chan, CLSA
Hello, I was performing some tuning using JFR with our application, and I have found that in many of the cache get it makes a lot of calls to get System Properties, which is a synchronized call. Upon further examination of the code I have found that we can potentially optimized the code to cach