Comment 40 for bug 1721416

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

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

commit 9fc9d8088daeef030fb09ca6334a4faaf2983c4c
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 40 sec.

Change-Id: I86bbcd357d80c6bf25ae36e9f092ca212088b3e6
closes-bug: #1721416