[
https://issues.apache.org/jira/browse/IGNITE-10960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744662#comment-16744662
]
Roman Shtykh commented on IGNITE-10960:
---------------------------------------
[~mcherkas] Thanks for filing the issue. I have digged deeper and found that
that was the issue with compactFooter:
Not having {{.setBinaryConfiguration(new
BinaryConfiguration().setCompactFooter(true))}} or just
{{.setBinaryConfiguration(new BinaryConfiguration()}} results at using the full
schema approach, while {{DFLT_COMPACT_FOOTER = true}} is supposed to be default
(as I understand).
> Thin client cannot retrieve data that was inserted with the Thick Ignite
> client when using a composite key
> ----------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-10960
> URL: https://issues.apache.org/jira/browse/IGNITE-10960
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.7
> Reporter: Mikhail Cherkasov
> Assignee: Roman Shtykh
> Priority: Blocker
> Attachments: ThinClientGets.java
>
>
> Thin client cannot retrieve data that was inserted with the Thick Ignite
> client when using a composite key.
>
> See the attached reproducer:
> ThinClientGets.java
>
> thickCache.put(new TestKey("a", "0"), 1);
> thickCache.get(new TestKey("a", "0")); // returns 1
> thinCache.get(new TestKey("a", "0")) // returns null
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)