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

Aleksey Plekhanov commented on IGNITE-10960:
--------------------------------------------

[~thors], you can workaround this, by explicitly setting the same value of 
"compact footer" property for thin and thick clients. 

The default value of "compact footer" property can't be set to true for thin 
clients due to compatibility issues, so I think this problem will be solved 
only in the next major release (3.0)

> 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
>            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
(v8.3.4#803005)

Reply via email to