Bug ID 1771649: Unnecessary Log Message for Transaction Execution Timeout in icrd_child Initialization

Last Modified: Jun 19, 2025

Affected Product(s):
BIG-IP TMOS(all modules)

Known Affected Versions:
17.1.0, 17.1.0.1, 17.1.0.2, 17.1.0.3, 17.1.1, 17.1.1.1, 17.1.1.2, 17.1.1.3, 17.1.1.4, 17.1.2, 17.1.2.1, 17.1.2.2

Opened: Dec 10, 2024

Severity: 4-Minor

Symptoms

The log message appears during icrd_child process initialization: Dec 3 05:50:30 00734443-bigip.simonlim notice icrd_child[15749]: 15749,15749, iControl REST Child Daemon, INFO, Transaction execution timeout is out of range [120..300]. Resetting to 300

Impact

Generates unnecessary logs, increasing noise in the system and misleads operators into thinking there is a configuration issue when the value is actually valid

Conditions

This occurs even when the timeout value is set to 300, which is within the valid range and during and icrd_child process initialization

Workaround

Backup /etc/icrd.conf cp -b /etc/icrd.conf /var/tmp/icrd.conf.bak 2.Configure the value of transactionExecTimeoutSeconds at /etc/icrd.conf to 299 (currently 300) "transactionExecTimeoutSeconds" : 299 3.Restart restjavad bigstart restart restjavad Restoring the default value. Restore the default cp -vf /var/tmp/icrd.conf.bak /etc/icrd.conf 2.Restart restjavad bigstart restart restjavad 3.Remove .bak file rm -f /var/tmp/icrd.conf.bak

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips