Roiocam commented on PR #887: URL: https://github.com/apache/incubator-pekko/pull/887#issuecomment-1870939428
> @Roiocam have you seen the busy loop behaviour in the real world? What about the case where some sets a very short value (eg 1) - isn't that almost as bad? The issue was discovered in our unit test on CI, and the reason was that our heartbeat configuration was not being loaded correctly. The "short value" might cause a busy loop, as the CPU is a preemptive resource, so we always get a chance to rest. However, in the case of a zero period, this can lead to the actor system never being able to shut down. Please refer to the specific unit test on the link for more details: https://gist.github.com/Roiocam/d317683d54bdbf3afe75b1b945c7f115 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
