You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2021/06/21 22:45:09 UTC

[GitHub] [helix] narendly opened a new issue #1802: Messages intended for instances that are no longer in the cluster are not cleaned up

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] junkaixue closed issue #1802: Messages intended for instances that are no longer in the cluster are not cleaned up

Posted by GitBox <gi...@apache.org>.
junkaixue closed issue #1802:
URL: https://github.com/apache/helix/issues/1802


   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org