uschindler commented on PR #1118: URL: https://github.com/apache/solr/pull/1118#issuecomment-1289718016
> The threads got stuck in this [infinite loop](https://github.com/ben-manes/caffeine/blob/master/caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java#L2215-L2293) in `BoundedLocalCache`. I'll ask @DennisBerger1984 and @mpetris for a detailed stack trace tomorrow. Actually this loop sometimes hits the assertion recently added in JDK 17. I'd rewrite that infinite loop to something more "CAS" like. -- 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]
