Re: unable to query the cache after restart

2019-06-24 Thread goutham manchikatla
e/enable WAL? > > ср, 19 июн. 2019 г. в 19:18, goutham manchikatla : > > > > Hi Denis, > > > > I tried removing Default_Region name property from config, still I see > the same behavior. But when I trigger load_cache process, and query the > cache(after a compl

Re: unable to query the cache after restart

2019-06-19 Thread goutham manchikatla
Tue, Jun 18, 2019 at 8:45 PM Denis Magda wrote: > Try to remove Default_Region name property from your config. If to follow > this example that’s how persistence is enabled for the default region: > https://apacheignite.readme.io/docs/distributed-persistent-store > > Denis > > >

Re: unable to query the cache after restart

2019-06-06 Thread goutham manchikatla
gt; *LIMIT* 10; >> >> Still the same behavior. >> >> On Thu, Jun 6, 2019 at 10:20 AM Ilya Kasnacheev < >> ilya.kasnach...@gmail.com> wrote: >> >>> Hello! >>> >>> What's the query in question? Have you tried using e.g. sqlline to

Re: unable to query the cache after restart

2019-06-06 Thread goutham manchikatla
: > Hello! > > What's the query in question? Have you tried using e.g. sqlline to connect > via JDBC? > > Regards, > -- > Ilya Kasnacheev > > > чт, 6 июн. 2019 г. в 19:15, goutham manchikatla : > >> Hi, >> >> I reproduced the behavior. I st

Re: unable to query the cache after restart

2019-06-06 Thread goutham manchikatla
243298D378D1F2D2DFE80","response":121039244,"error":null} *Query Output:* {"successStatus":0,"sessionToken":"69E405FB1E93472FA3F06A1312E31597","error":null,"response":{"ite

Re: unable to query the cache after restart

2019-06-06 Thread goutham manchikatla
ucer? Did > you change the code between restarts, including key/value types, if any? > > Regards, > -- > Ilya Kasnacheev > > > чт, 6 июн. 2019 г. в 16:16, goutham manchikatla : > >> Yes , the query worked before restart. >> >> On Thu, Jun 6, 2

Re: unable to query the cache after restart

2019-06-06 Thread goutham manchikatla
Yes , the query worked before restart. On Thu, Jun 6, 2019 at 4:16 AM Ilya Kasnacheev wrote: > Hello! > > Does the query work before the restart? > > Regards, > > -- > Ilya Kasnacheev > > > ср, 5 июн. 2019 г. в 22:37, goutham manchikatla : > >>

unable to query the cache after restart

2019-06-05 Thread goutham manchikatla
Hi, I have an Ignite SQL cache setup with persistence enabled and loaded the cache with 10 million records. Once I do a cache restart, I get an empty response when I query the cache. But when I check cache size it gives me 10 million record count in cache. Any suggestions? Thanks