Hi Developers, I am not sure if I understand the IgniteCache invoke method API correctly here: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteCache.html#invoke-K-org.apache.ignite.cache.CacheEntryProcessor-java.lang.Object...- <https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteCache.html#invoke-K-org.apache.ignite.cache.CacheEntryProcessor-java.lang.Object...-> .
I wrote a CacheEntryProcessor. In CacheEntryProcessor's process method, it will detect any IllegalArgumentException of input and wrap the exception as EntryProcessorException, and then throw it. However, when a client invokes such CacheEntryProcessor and expects an exception to be thrown, ignite silently ignores the exception and proceeds. I am under ATOMIC and PARTITION mode. Is this behavior expected? Could I make sure that the client get an exception if the CacheEntryProssor fails? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
