Andrew Mashenkov created IGNITE-6970:
----------------------------------------
Summary: Error thrown from CacheStore cause cache operation hanging.
Key: IGNITE-6970
URL:
https://issues.apache.org/jira/browse/IGNITE-6970 Project: Ignite
Issue Type: Bug
Components: cache
Reporter: Andrew Mashenkov
If some error (e.g. NoSuchMethodError) was thrown from CacheStore implementation during simple cache.get(),
then operation hangs as server fails and never sends NearAtomicGetResponse to client
and never complete async future.
GridCacheAdapter.getAllAsync0 method failed on GridEmbeddedFuture creation.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)