You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stor...@googlegroups.com
Hi,
Stormpot 2.3 has finally been released. Here are the news:
A new ManagedPool interface exposes a pool as an MXBean for management with JMX.
It is now possible to enable background expiration checking, which helps reduce tail latency and prevents reallocation storms when a prolonged period of inactivity would otherwise have caused all the pooled objects to expire.
It is now possible to supply a custom ThreadFactory that the pool can use to create its background allocation thread.
A precise object leak detection mechanism has been added, and is enabled by default. It can detect when a program leaks claimed objects by losing the references to them.