Hello!

You can do ignite().cache(cacheName).withKeepBinary().iterator() to capture
any entries if they are there. Can you try it and dump the contents
verbatim?

Regards,
-- 
Ilya Kasnacheev


ср, 23 янв. 2019 г. в 16:49, AndrewV <[email protected]>:

> Yes, I've tried ScanQuery. I understand that TextQuery is not good and I
> use
> it just for testing.
> But in both cases, I don't have any results.
>
> Here i get cache object:
> IgniteCache<Integer, Person> cache = Ignition.ignite().cache(cacheName);
>
> but I don't have any results when I try to find something inside when data
> definitely in the cache.
> Probably I made mistake but I don't have an idea how to debug it.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to