You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Chudov (Jira)" <ji...@apache.org> on 2023/05/10 07:44:00 UTC

[jira] [Created] (IGNITE-19444) Excess size of serialized lease

Denis Chudov created IGNITE-19444:
-------------------------------------

             Summary: Excess size of serialized lease 
                 Key: IGNITE-19444
                 URL: https://issues.apache.org/jira/browse/IGNITE-19444
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Chudov


The size of serialized lease is close to 1 kb, in spite of that the lease consists of cluster node, two timestamps and couple of booleans. It is important because there are plenty of leases that are saved to meta storage every few seconds. ClusterNode should be replaced with node name, and algorithm of serialization should be changed in order to optimize size.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)