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 Kuramshin (JIRA)" <ji...@apache.org> on 2017/09/12 05:37:00 UTC

[jira] [Created] (IGNITE-6347) Exception in GridDhtPartitionMap.readExternal

Alexandr Kuramshin created IGNITE-6347:
------------------------------------------

             Summary: Exception in GridDhtPartitionMap.readExternal
                 Key: IGNITE-6347
                 URL: https://issues.apache.org/jira/browse/IGNITE-6347
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 2.1
            Reporter: Alexandr Kuramshin
             Fix For: 2.1


Reading partition state with {{id > Short.MAX_VALUE}} causes to read negative value in {{int part = in.readShort()}}

{{in.readUnsignedShort()}} should be used instead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)