Bugzilla – Bug 3177
AggregatingServiceGroup EntrySweeper interval needs to be user configurable
Last modified: 2005-07-20 16:39:39
You need to log in before you can comment on or make changes to this bug.
The AggregatingServiceGroup sweeper interval should be user configurable. Currently it defaults to 5 minutes.
I've committed code in CVS HEAD to address this. The EntrySweeper interval is now configurable by specifying a value in milliseconds in the AggregatorConfiguration JNDI bean. The default value if nothing is found in the jndi-config.xml file is still 300000 milliseconds (5 minutes). An example config fragment follows: <parameter> <name>entrySweeperInterval</name> <value>120000</value> </parameter>
Fixed for 4.0.1