Stormpot 2.3 released

23 views
Skip to first unread message

Chris Vest

unread,
Nov 22, 2014, 11:00:32 AM11/22/14
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.
  • All the documentation is now formatted with AsciiDoctor. The website has also been updated. Check it out: http://chrisvest.github.io/stormpot/
  • Stormpot now builds on Java 8.
  • The pool no longer shuts down when an InterruptedException is thrown from the allocators allocate() or reallocate() methods.

Cheers,
Chris

Reply all
Reply to author
Forward
0 new messages