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

Ivan Pavlukhin updated IGNITE-12003:
------------------------------------
    Description: 
Experiment:
1. Start server.
2. Start thin client, configure to use compact footer. Put some Pojo into cache.
3. Start another client (compact footer enabled). Try to read Pojo saved in 
previous step (Pojo class is available).
Result -- {{BinaryObjectException("Cannot find metadata for object with compact 
footer: " + typeId)}}.

See attached reproducer [^ThinClientCompactFooterDeserializationProblem.java].

  was:
Experiment:
1. Start server.
2. Start thin client, configure to use compact footer. Put some Pojo into cache.
3. Start another client (compact footer enabled). Try to read Pojo saved in 
previous step (Pojo class is available).
Result -- {{BinaryObjectException("Cannot find metadata for object with compact 
footer: " + typeId)}}.

See attached reproducer [^ThinClientCompactFooterDeserializationProblem].


> Java thin client fails to get object with compact footer from cache
> -------------------------------------------------------------------
>
>                 Key: IGNITE-12003
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12003
>             Project: Ignite
>          Issue Type: Bug
>          Components: thin client
>    Affects Versions: 2.7.5
>            Reporter: Ivan Pavlukhin
>            Priority: Major
>         Attachments: ThinClientCompactFooterDeserializationProblem.java
>
>
> Experiment:
> 1. Start server.
> 2. Start thin client, configure to use compact footer. Put some Pojo into 
> cache.
> 3. Start another client (compact footer enabled). Try to read Pojo saved in 
> previous step (Pojo class is available).
> Result -- {{BinaryObjectException("Cannot find metadata for object with 
> compact footer: " + typeId)}}.
> See attached reproducer [^ThinClientCompactFooterDeserializationProblem.java].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to