You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Seliverstov (JIRA)" <ji...@apache.org> on 2017/06/01 08:40:04 UTC

[jira] [Created] (IGNITE-5370) IgniteSet misses its size after cluster restart with enabled PDS feature

Igor Seliverstov created IGNITE-5370:
----------------------------------------

             Summary: IgniteSet misses its size after cluster restart with enabled PDS feature
                 Key: IGNITE-5370
                 URL: https://issues.apache.org/jira/browse/IGNITE-5370
             Project: Ignite
          Issue Type: Bug
          Components: data structures
    Affects Versions: 2.0
            Reporter: Igor Seliverstov


{{CacheDataStructuresManager}} tracks {{IgniteSet}} updates using an on-heap map ({{CacheDataStructuresManager#setDataMap}}), which is used for several operations (including {{IgniteSet.size()}}) and isn't restored after cluster restart.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)