Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I have noticed that by default all DistributionPackages get an MBean registered by MonitoringDistributionPackageBuilder.
While that's fine for monitoring purposes, I think that slows down a distribution request a bit, therefore I was wondering if it wouldn't be better to set the default monitored package size to 0 (currently it's 100) and do MBean registration only if that value is higher than 0.
simone.tripodi what do you think ?