Comment 56 for bug 1721416

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

Reviewed: https://review.opencontrail.org/38972
Committed: http://github.com/Juniper/contrail-controller/commit/da8b071da4fc11d15026b9544206f09cdb0afb26
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit da8b071da4fc11d15026b9544206f09cdb0afb26
Author: mkheni <email address hidden>
Date: Fri Nov 10 15:40:31 2017 -0800

Increase request_timeout for Schema creation.

If a table creation returns a timeout error from library, collector will
retry again after 10 seconds while cassandra will go ahead and create the
table. This may lead to race condition if the second attempt is made before
the first request can finish successfully. Hence, increase the request
timeout for schema creation commands to 120 sec.

Change-Id: I86bbcd357d80c6bf25ae36e9f092ca212088b3e6
closes-bug: #1721416