Comment 11 for bug 1459769

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/11430
Committed: http://github.org/Juniper/contrail-fabric-utils/commit/b981f0d33df6e70561f4729f9e61325cfa5cbef6
Submitter: Zuul
Branch: R2.20

commit b981f0d33df6e70561f4729f9e61325cfa5cbef6
Author: Sundaresan Rajangam <email address hidden>
Date: Tue Jun 9 12:33:11 2015 -0700

Increase the lua-time-limit to 15sec from 5sec

contrail-collector executes delrequest.lua script when a Generator
gets disconnected. On a scale setup, some Generators (vrouter-agent,
tor-agent) originates more UVEs. Therefore, in some cases,
delrequest.lua takes more than 5 seconds [default lua-time-limit] to
complete. If the lua script runs for more than the configured time
limit, then redis returns error to other requests till the script is
completed.

This patch increases the lua-time-limit to 15000 milliseconds
in the redis config file.

Change-Id: Idbba259b115015bc86a87b8851ca9271ac4e312c
Partial-Bug: #1459769