2.8.1 : CacheEntryProcessor for insert/update within Transaction supported ?

2021-04-27 Thread VeenaMithare
Hi Team, Is the functionality to use CacheEntryProcessor for insert/update within Transaction supported ? As mentioned in this post, insert of a record using cacheentryprocessor always fails with UnregisteredBinaryTypeException if the insert is done within a transaction :

Re: [2.9.1] Custom failure handler is not being invoked

2021-04-27 Thread ashishg
Thank you Alex. I am thinking of setting SegmentationPolicy as *NOOP* and also listening to event EventType.EVT_NODE_SEGMENTED For this event I have added a listener to localListen. The listener will manage the similar work which is done by custom failure handler. Hope this is an acceptable

Re: Designing Affinity Key for more locality

2021-04-27 Thread Pavel Tupitsyn
Hi William, Can you describe the use case and domain model in more detail? 1. AffinityKey is used to colocate some data with other data. What do you achieve with user-id being the affinity key? 2. If you'd like to put all users for a given tenant/group to the same node for efficiency,