Configuration and Administration

glog.threadMonitor Properties

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New In Version

Description

glog.threadMonitor.polling =<number of seconds between polls> 22A

An optional poller can watch all monitored threads to see if the thread is stuck and should be automatically stopped and replaced. This poller is off by default but can be enabled by setting this property. If set to 0 (the default), automatic monitoring is disabled.

Default: 0

glog.threadMonitor.timeout.<thread name> =<stuck timeout in seconds> 22A To set the stuck timeout for any individual thread, use this property. If the poller is active, the thread will automatically be stopped and a new

thread spun up if the last active time exceeds the stuck timeout.

Note that quotes are needed to set the timeout for Process Control Poller:

"glog.threadMonitor.timeout.Process Control Poller"=180

Setting this spins up a new Process Control Poller thread if the current one is stuck for more than three minutes.

Related Topics