You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexandr Fedotov (JIRA)" <ji...@apache.org> on 2017/07/10 11:16:00 UTC

[jira] [Created] (IGNITE-5721) Calls to org.apache.ignite.IgniteCache#localPeek under high load lead to huge allocation of org.apache.ignite.internal.binary.BinaryReaderExImpl instances

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)