You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2021/11/08 09:03:00 UTC

[jira] (IGNITE-10960) Thin client cannot retrieve data that was inserted with the Thick Ignite client when using a composite key

    [ https://issues.apache.org/jira/browse/IGNITE-10960 ]


    Pavel Tupitsyn deleted comment on IGNITE-10960:
    -----------------------------------------

was (Author: ptupitsyn):
[~alex_pl] this issue can be solved by implementing [IEP-66: Thin Client Automatic Binary Configuration|https://cwiki.apache.org/confluence/display/IGNITE/IEP-66%3A+Thin+Client+Automatic+Binary+Configuration] in Java thin client (see IGNITE-14103).


> 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.20.1#820001)