Igniters,

I've got following situation:
1) Start Ignite node.
2) Start load from store via cache.loadCache(null)
3) From java client (org.apache.ignite.internal.client.GridClient) start
SCAN query on this cache.
4) SCAN query blocked until load is not finished.

Is this expected behavior?

I expected that SCAN query will immediately return with some data already
loaded into cache.

-- 
Alexey Kuznetsov
GridGain Systems
www.gridgain.com

Reply via email to