You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2017/11/21 08:05:00 UTC

[jira] [Created] (IGNITE-6970) Error thrown from CacheStore cause cache operation hanging.

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)