1. Run the IgniteCacheLoader project. This should start an Ignite node with the cache named FOO populated with 100 entries. The executeTransaction() method within IgniteCacheLoader5.java validates that a fetch operation works successfully. 2. Run the ignite-client project in parallel. However, the process never enters the if block(print statement not printed or running through a debugger will validate that) of IgniteClientStarter.java at line 99 indicating a cache miss. Only difference is that cache is accessed from a remote client. Please note that while debugging I observed the clientCache.size(null) (line 97 of IgniteClientStarter.java) does return a value of 100
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
