Stanilovsky Evgeny created IGNITE-12547:
-------------------------------------------
Summary: Excessive AtomicLong instantiations leads to GC pressure.
Key: IGNITE-12547
URL:
https://issues.apache.org/jira/browse/IGNITE-12547 Project: Ignite
Issue Type: Improvement
Components: persistence
Affects Versions: 2.7.6
Reporter: Stanilovsky Evgeny
Assignee: Stanilovsky Evgeny
Fix For: 2.9
Excessive AtomicLong usage, i.e. AtomicLong[] leads to GC pressure and further starvation log messages, it would be more effective to replace AtomicLong[] with AtomicLongArray.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)