Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerApril 25, 2019
Allow overriding the location of the Scheduler config file via a system property. (MULE-14552)
NPE when a customScheduler is shutting down itself. (MULE-16760)
WARN logged when fixed rate task overlap in a single thread Scheduler. (MULE-16759)
Race condition in ThreadGroup destroying for customScheduler threadGroup. (MULE-16516)
Rejected from scheduler warning has too high frequency in logs. (MULE-15588)
Avoid keeping references to muleContext from a CustomScheduler. (MULE-14907)
Custom Scheduler shutdown from a thread from the same scheduler fails. (MULE-14736)
Cannot destroy thread groups that have commons-pool evictor threads. (MULE-14675)
ThrottlingScheduler active tasks count breaks when tasks are cancelled.. (MULE-14590)
Delayed task is triggered when target Scheduler is busy is lost. (MULE-14577) *| Scheduler#scheduleAtFixedRate cancels task if triggered while previous is still running. (MULE-14572)
Unclear error with missing parameter in Scheduler configuration. (MULE-14558)
Schedulers don’t indicate which one is exhausted. (MULE-14524)
Add data about dangling threads when a ThreadGroup can’t be destroyed. (MULE-15666)
Add an option to always log the creation location of a Schedule. (MULE-15531)
October 9, 2018
Rejected from scheduler warning has too high a frequency in logs. (MULE-15588)
Leaks through hard references to types, classloaders, and Schedulers. (MULE-15716)
Add data about dangling threads when a ThreadGroup can’t be destroyed. (MULE-15666)
Add an option to always log the creation location of a Scheduler. (MULE-15531)
January 31, 2018
Allow to override the location of the scheduler config file via system property. (MULE-14552)
Scheduler#scheduleAtFixedRate cancels task if triggered while previous is still running. (MULE-14572)
Unclear error with missing parameter in scheduler configuration. (MULE-14558)
Schedulers don’t indicate which one is exhausted. (MULE-14524)
Prevent classloader leak through accesscontext in thread. (MULE-14179)