Closed zakersimonjack closed 1 month ago
Thanks for reporting and fixing!
My current plan is to release 3.13 on Wednesday, 9. October. (I will do the orga work for 3.13 and schedule tomorrow.) Just in the case your stress test uncovers more, let me know.
During our stress test, I noticed that memory usage kept going up and didn't decrease significantly after GC.
Then I checked the classes in memory. The
Connection
class in connectionsByPrincipal never seems to get cleaned up. Finally I foundremoveByPrincipal
seems to be missed inonEviction
ofEvictionListener
.