You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Edouard Chevalier <ed...@techmydata.net> on 2016/04/19 17:43:02 UTC

Need some clarification on IgniteInternalCache

Hello,

I am currently working on https://issues.apache.org/jira/browse/IGNITE-2893
I am almost finished but i am struggling with "unknown keys" management.
I mainly use the invoke(key, entryProcessor) to avoid using 
transactions. The interface do not clarify what is the behavior if key 
is not in the transactional cache (throws an IgniteCheckedException ?).
Maybe should I pull the request and wait for feeback then.
Thanks,
Edouard.