Hi,
In application, When replicated region is used, some of the entries are scheduled to expire in future. Currently ExpirationAttributes used to expire the entry in future. I beleive this attribute also replicated to other members. Entries are expirying as expected. But when these entries are expired, they are also expired in other replicated members (node) at the same time.
But this expiry itself replicated to other members and fails with exception "Entry destroyed". How to handle this scenario?
Thanks