[ 
https://issues.apache.org/jira/browse/IGNITE-3622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Ozerov updated IGNITE-3622:
------------------------------------
    Component/s:     (was: newbie)
                 binary

> BinaryObject: print idHash in toString() method only in debug mode
> ------------------------------------------------------------------
>
>                 Key: IGNITE-3622
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3622
>             Project: Ignite
>          Issue Type: Task
>          Components: binary
>    Affects Versions: 1.6
>            Reporter: Alexey Kuznetsov
>            Assignee: Rohit Mohta
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 2.1
>
>
> Current implementation of BinaryObject.toString() method print idHash for 
> internal objects, for example, for AffinityKey.
> This lead to "unstable" result of toString() method, you will get different 
> strings on each toString() invocation.
> Possible fix: introduce
> {code}
> private static final boolean debug = false;
> {code}
> And check this flag in toString().
> If some one will need idHash for debug reasons he could change this flag in 
> its private build and debug.



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

Reply via email to