Alexandr Fedotov created IGNITE-5721:
----------------------------------------
Summary: Calls to org.apache.ignite.IgniteCache#localPeek under high load lead to huge allocation of org.apache.ignite.internal.binary.BinaryReaderExImpl instances
Key: IGNITE-5721
URL:
https://issues.apache.org/jira/browse/IGNITE-5721 Project: Ignite
Issue Type: Improvement
Components: cache
Affects Versions: 2.0
Reporter: Alexandr Fedotov
Fix For: 2.2
Calls to org.apache.ignite.IgniteCache#localPeek under high load lead to huge allocation of org.apache.ignite.internal.binary.BinaryReaderExImpl instances in org.apache.ignite.internal.binary.BinaryUtils#doReadObject method.
Optimizing this point should reduce memory pressure.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)