You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "LEE PYUNG BEOM (Jira)" <ji...@apache.org> on 2020/01/15 10:43:00 UTC

[jira] [Created] (IGNITE-12543) When put List>, the data was increased much larger.

LEE PYUNG BEOM created IGNITE-12543:
---------------------------------------

             Summary: When put List<List<SomeObject>>, the data was increased much larger.
                 Key: IGNITE-12543
                 URL: https://issues.apache.org/jira/browse/IGNITE-12543
             Project: Ignite
          Issue Type: Bug
          Components: thin client
    Affects Versions: 2.6
            Reporter: LEE PYUNG BEOM


When using Java Thin Client with Ignite 2.6,

When I put data in the form List<List<SomeObject>>, 

the size of the original 200KB data was increased to 50MB when inquired by Ignite servers.

On the Heap Dump, the list element was repeatedly accumulated, increasing the data size.

Under network monitoring, normal size was measured during transmission from the client to the server.



Do you have a history of reported issues?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)