• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • Statistics
  • gbevin
  • Reporter: gkeim
  • April 03, 2008
  • 0
  • Watchers: 0
  • July 27, 2012
  • April 08, 2008

Description

When the stats subsystem can’t startup because the database can’t be created, either the StatisticsLocalGathererMBean should be unregistered from the MBeanServer or the startup method should throw an IllegalStateException.

The AdminConsole needs this information to know whether or not to remove the StatsRecorderNode from the tree.

Comments

Geert Bevin 2008-04-07

Would an ‘active’ property provide you with the information you need? If the underlying system failed to initialize, it would be false.

Gary Keim 2008-04-07

Yes, that would be good.