You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by hitendrapratap <hi...@target.com> on 2017/03/28 16:20:44 UTC

Re: Does operations through entry processor blocks the regular GETs?

Is there any functionality in Ignite which allow to read stale data while
writes are getting executed using entry processor.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Does-operations-through-entry-processor-blocks-the-regular-GETs-tp10370p11505.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Does operations through entry processor blocks the regular GETs?

Posted by vkulichenko <va...@gmail.com>.
As Denis mentioned, entry is locked while entry processor is executed, so you
can't read it. Entry processor is supposed to be as lightweight as possible,
you should avoid putting heavy long-running logic there.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Does-operations-through-entry-processor-blocks-the-regular-GETs-tp10370p11516.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.