Andrew Mashenkov created IGNITE-7617:
----------------------------------------
Summary: Contention on system.getProperty() in
GridKernalContextImpl.isDaemon.
Key: IGNITE-7617
URL: https://issues.apache.org/jira/browse/IGNITE-7617
Project: Ignite
Issue Type: Bug
Reporter: Andrew Mashenkov
I've found there is a contention on HashTable with system propertied
(System.getProperty()) in GridKernalContextImpl.isDaemon() while getting
entries from cache in multiple threads.
IsDaemin() method is widely used in ignite and this may affect other operations
performance as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)