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/