[
https://issues.apache.org/jira/browse/IGNITE-12842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sunny Chan updated IGNITE-12842:
--------------------------------
Description:
In our performance tuning exercise using JFR, we have observed that when
accessing the cache, Ignite will repeatedly called System.getProperty in
GridKernalContextImpl.isDaemon()
This is generated with the earlier version of Ignite, and when I examine the
latest code it also behaving the same way
was:
In our performance tuning exercise using JFR, we have observed that when
accessing the cache, Ignite will repeatedly called System.getProperty in
GridKernalContextImpl.isDaemon()
This is generated with the earlier version of Ignite, and when I examine the
latest code it also behaving the same way
> Cache "IGNITE_DAEMON" system properties in isDaemon call
> --------------------------------------------------------
>
> Key: IGNITE-12842
> URL: https://issues.apache.org/jira/browse/IGNITE-12842
> Project: Ignite
> Issue Type: Improvement
> Components: cache
> Affects Versions: 2.7.6
> Reporter: Sunny Chan
> Priority: Major
> Attachments: isDaemon.jpg
>
>
> In our performance tuning exercise using JFR, we have observed that when
> accessing the cache, Ignite will repeatedly called System.getProperty in
> GridKernalContextImpl.isDaemon()
>
> This is generated with the earlier version of Ignite, and when I examine the
> latest code it also behaving the same way
--
This message was sent by Atlassian Jira
(v8.3.4#803005)