narendly opened a new issue #1802:
URL: https://github.com/apache/helix/issues/1802


   ### Describe the bug
   In MessageGenerationPhase, `private void logAndAddToCleanUp()` seems to be 
handling messages whose intended target hosts are no longer in the cluster. 
This means that some messages are never pruned from the messages cache even 
though the instances are no longer in the cluster. This might cause a memory 
leak and eat up heap space.
   
   ### To Reproduce
   Observed in a production environment.
   
   ### Expected behavior
   If the target instance of a message does not exist in the cluster, the 
message must be removed from the cache.
   
   ### Additional context
   Add any other context about the problem here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to