pjfanning commented on issue #578:
URL: https://github.com/apache/pekko/issues/578#issuecomment-2416844799

   I think the main issue is Association.quarantine where the harmless flag is 
not passed on here:
   
https://github.com/apache/pekko/blob/726ddbfd43cf1e1f81254df2f5b715ace0a817cf/remote/src/main/scala/org/apache/pekko/remote/artery/Association.scala#L562
   
   Alternatively, we need to find a way that the listeners for the 
QuarantinedEvent instances have some way to verify if that instance relates to 
a Quarantine that has harmless=true. For example, 
https://github.com/apache/pekko/blob/726ddbfd43cf1e1f81254df2f5b715ace0a817cf/remote/src/main/scala/org/apache/pekko/remote/artery/InboundQuarantineCheck.scala#L31
   
   I found 3 places where harmless=true quarantine events can be kicked off - 
but there could be more.


-- 
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: notifications-unsubscr...@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to