GridLogRecoveryThreshold

The GridLogRecoveryThreshold attribute determines the number of log files that are prevented from purging before declaring another replica set element is declared unrecoverable.

Default value is 0, which means TimesTen saves all the log files. When the value is set to some thing non-zero, log files will keep getting accumulated until the threshold value is reached. Once the threshold is reached, the replica set element for which the log files are being saved is declared as unrecoverable.

Required Privilege

Only the instance administrator can change the value of this attribute.

Usage in TimesTen Scaleout and TimesTen Classic

This attribute is supported only in TimesTen Scaleout.

Setting

Set GridLogRecoveryThreshold as follows:

Where to set the attribute How the attribute is represented Setting

C or Java programs or UNIX and Linux systems odbc.ini file in TimesTen Classic or in the database definition (.dbdef) file in TimesTen Scaleout

GridLogRecoveryThreshold

A positive integer that specifies the number of log files to preserve before declaring a replica set element is unrecoverable. The default is 0, meaning all files are saved.

Windows ODBC Data Source Administrator

Not applicable