PULSE DELND messages originating due to Page-Remove on node level data page result in a heap dump issue
Client code is doing an explicit Page-Remove for a parameterized node level data page. This page-removal is happening very frequently (every 1 min). This results in lot of PULSE DELND messages generated which needs to be communicated across nodes. Beyond a certain load, these messages are not getting removed from memory resulting in a heap dump.
Client request is these PULSE DELND messages should get cleaned from memory to avoid the heap issues.