Hello! I don't think that IgniteClientStarter is called at all, since I have added debug logging to it, but it doesn't print anything. Are you sure that it runs?
Regards, -- Ilya Kasnacheev пт, 25 окт. 2019 г. в 16:19, niamin <[email protected]>: > The is no error rather failed use case. I expected the following statement > to > be a cache hit: > > ARInvoice arInvoice = clientCache.get(arInvoiceId); > > And subsequently, the following statement to be printed on console: > > System.out.println("retrieved deserialized successfully from cache " + > arInvoice.getArInvoiceId().getInvoiceSiteNo()); > > The above statement is not printed out which is states it is a cache miss. > I > also confirmed it by running the client on debug mode on an IDE. > > The same use case works successfully on Ignite server i.e. the > IgniteCacheLoader project. So the question is why is there a cache miss > from > IgniteClient? It seems to work with Ignite server. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
