[Home]HomePage

HomePage | RecentChanges | Preferences

Service Discovery Magic Numbers

- org.cougaar.servicediscovery.util.yp.TaxonomyGracePeriod? (system property name)

    org/cougaar/servicediscovery/util/yp/PublishTaxonomy?.java:153
Controls how long errors in publishing the service discovery taxonomy are logged at DEBUG. Errors logged at ERROR, once the grace period has expired. Plugin computes time between initial invocation and System.currentTimeMillis?. Once that time period exceeds org.cougaar.servicediscovery.util.yp.TaxonomyGracePeriod?, errors logged at ERROR level. -D arg specifies the number to minutes to wait before logging at ERROR level. Defaults to 2 minutes. Should increase number if ERROR level logging consistently occurs in normal runs.

- org.cougaar.servicediscovery.plugin.QueryGracePeriod? (system property name)

    org/cougaar/servicediscovery/plugin/MatchmakerStubPlugin?.java:331
Controls how long errors in querying the yellow pages are logged at DEBUG. Errors logged at ERROR, once the grace period has expired. Plugin computes time between initial invocation and System.currentTimeMillis?. Once that time period exceeds org.cougaar.servicediscovery.plugin.QueryGracePeriod?, errors logged at ERROR level. -D arg specifies the number to minutes to wait before logging at ERROR level. Defaults to 2 minutes. Should increase number if ERROR level logging consistently occurs in normal runs.

- org.cougaar.servicediscovery.plugin.ClientGracePeriod? (system property name)

    org/cougaar/servicediscovery/plugin/SDClientPlugin?.java:997
Controls how long 0 provider returns from Matchmaker are logged at DEBUG. Errors logged at ERROR, once the grace period has expired. Plugin computes time between initial invocation and System.currentTimeMillis?. Once that time period exceeds org.cougaar.servicediscovery.plugin.ClientGracePeriod?, errors logged at ERROR level. -D arg specifies the number to minutes to wait before logging at ERROR level. Defaults to 4 minutes. Should increase number if ERROR level logging consistently occurs in normal runs.

- org.cougaar.servicediscovery.plugin.RegistrationGracePeriod? (system property name)

    org/cougaar/servicediscovery/plugin/SDRegistrationPluginBase?.java:277
Controls how long the errors in registration (inability to read provider daml file or error from RegistrationService?) are logged at DEBUG. Errors logged at ERROR, once the grace period has expired. Plugin computes time between initial invocation and System.currentTimeMillis?. Once that time period exceeds org.cougaar.servicediscovery.plugin.RegistrationGracePeriod?, errors logged at ERROR level. -D arg specifies the number to minutes to wait before logging at ERROR level. Defaults to 5 minutes. Should increase number if ERROR level logging consistently occurs in normal runs.

- org.cougaar.servicediscovery.util.yp.PublishTaxonomy?.PublishAlarm? (class)

    org/cougaar/servicediscovery/util/yp/PublishTaxonomy?.java:416
Alarm to initiate another attempt at publishing the service discovery taxonomy. Expiration set to current time + number of seconds. Using Math.random() to get the number of seconds. Can't currently be changed.

- org.cougaar.servicediscovery.plugin.SDClient.PublishTaxonomy?.QueryAlarm? (class)

    org/cougaar/servicediscovery/plugin/MatchmakerStubPlugin?.java:229
Alarm to initiate another attempt at querying the yellow pages registry. Expiration set to current time + number of seconds. Using Math.random() to get the number of seconds. Can't currently be changed.

- org.cougaar.servicediscovery.plugin.SDRegistrationPluginBase?.RetryAlarm? (class)

    org/cougaar/servicediscovery/plugin/SDRegistrationPluginBase?.java:296
Alarm to initiate another attempt at registering provider. Expiration set to current time + number of seconds. Using Math.random() to get the number of seconds. Can't currently be changed.

- org.cougaar.yp.YPGracePeriod? (system property name)

    org/cougaar/yp/YPStateMachine?.java:293
Controls how long handled errors are logged at DEBUG. Errors logged at ERROR, once the grace period has expired. Plugin computes time between initial invocation and System.currentTimeMillis?. Once that time period exceeds org.cougaar.yp.YPGracePeriod?, errors logged at ERROR level. -D arg specifies the number to minutes to wait before logging at ERROR level. Defaults to 5 minutes. Should increase number if ERROR level logging consistently occurs in normal runs.

HomePage | RecentChanges | Preferences
This page is read-only | View other revisions
Last edited April 7, 2005 12:45 pm by dhcp89-077-077.bbn.com (diff)
Search: