COMMIT_INCOMPLETE_EXPIRATION - UEC configuration option

Description

The COMMIT_INCOMPLETE_EXPIRATION option specifies the length of time that incomplete commit records are retained, upon which (or after which) UEC deletes them.

The minimum length of time that records are retained is one hour.

Note

An incomplete commit record is a committed configuration with agents that are pending to receive the configuration changes.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

n/a

Command Line, Long Form

n/a

Configuration File Keyword

commit_incomplete_expiration time

(tick)

(tick)

Value

time is the length of time that incomplete commit records are retained before being deleted.

Valid values for time are a number followed by (optionally) one of the following suffixes:

  • s (seconds)
  • m (minutes)
  • h (hours)
  • d (days)

If a suffix is not specified, the number is assumed to indicate seconds.

(For example, if 3d is specified, the records are retained for three days before UEC deletes them.)

Note

If 0 is specified, incomplete commit records are not deleted.

Default is 90d.