Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.1.0
-
None
Description
During client interest registration, a region snapshot is taken from server and entry operations after the registration should be sent to client via Region queue.
There is a race in transaction implementation. Interested client computation is occurred before the transactional operations is applied to the cache during commit. This could lead to client does not get the operations through region snapshot taken, and the transactional operation is not being sent to the client (as the interested clients were computed before hand.)