igniterealtime / openfire-threaddump-plugin

An Openfire plugin that allows administrators to create Java thread dumps.
Apache License 2.0
1 stars 4 forks source link

Restore CoreThreadPoolsEvaluator #16

Open guusdk opened 3 weeks ago

guusdk commented 3 weeks ago

When upgrading from MINA to Netty, the implementation of the CoreThreadPoolsEvaluator (that generates a thread dump when to many core threads are busy) was broken.

This functionality should be restored.

guusdk commented 3 weeks ago

Related Openfire ticket: https://igniterealtime.atlassian.net/browse/OF-2789