Hi,
I have a big problem with my application.
This is working with 2 servers (Gemfire) in cluster and a thread procces that is running every five minutes, in this thread there is a procces that make a object and put it in a gemfire region (scope="distributed-ack" data-policy="persistent-replicate") , the problems is that when the procces put a object in this region, make a clear in this an then put the objetct in the primary server this work fine, but in the second server when the object is replicated in the region, the other objects are not erased, and the region grows indefinitely and after a time the server crash because occurs a have heap space.
I need help with that.