Inference Agent—Metric Computation Property Reference

You can configure implicit locking behavior in inference agents. These configuration properties are not generally used.

Each property corresponds to an argument in the lock() function.

Add and configure these properties in the CDD as needed.

Metric Computation Configuration Properties
Property Type Notes
be.engine.metric.lock.timeout
  Integer Specifies the time to wait for the lock. Corresponds to the lock() function timeout argument.

Default is 1000 milliseconds.

be.engine.metric.lock.retrycount
  Integer Defines the number of attempts to acquire a lock. If the lock is not acquired after the retrycount number of attempts, a message is logged and computation is still done, though with a higher probability of data corruption.

Default is 10.

be.engine.metric.lock.islocal
  Boolean If true, the lock is local to the agent. If false, the lock applies to the cluster. Corresponds to the lock() function localOnly argument.

Default is true.