[
https://issues.apache.org/jira/browse/IGNITE-9532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16617456#comment-16617456
]
Anton Vinogradov commented on IGNITE-9532:
------------------------------------------
[~uday]
Please make sure that
{noformat}
SameHashItem a = new SameHashItem(Integer.toString(14)));
SameHashItem b = new SameHashItem(Integer.toString(14)));
assert a.hashCode() == b.hashCode();
assert a.equals(b);
{noformat}
In case asserts are ok, just debug comparison and let me know the reason,
please.
> Binary mode for Ignite Queue
> ----------------------------
>
> Key: IGNITE-9532
> URL: https://issues.apache.org/jira/browse/IGNITE-9532
> Project: Ignite
> Issue Type: New Feature
> Components: binary, data structures
> Reporter: Uday Kale
> Assignee: Uday Kale
> Priority: Major
> Fix For: 2.8
>
>
> Add binary mode (withKeepBinary) to Data Structures Queue.
> This will allow retrieving values in binary format when needed or when class
> is not available, and will allow implementing the structures in other
> platforms (.NET, C++).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)