You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/13 01:22:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16163988#comment-16163988 ] 

ASF GitHub Bot commented on IGNITE-6347:
----------------------------------------

GitHub user mlipkovich opened a pull request:

    https://github.com/apache/ignite/pull/2653

    IGNITE-6347: Read unsigned short in GridDhtPartitionMap

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mlipkovich/ignite ignite-6347

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2653.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2653
    
----
commit 846cb59937834e11781540b19bb4ad5817bd520d
Author: Mikhail Lipkovich <li...@gmail.com>
Date:   2017-09-13T01:20:13Z

    IGNITE-6347: Read unsigned short in GridDhtPartitionMap

----


> 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
>            Assignee: Mikhail Lipkovich
>              Labels: easyfix, newbie
>             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)