Skip to content

Commit

Permalink
Remove tcp-check connect option for redis on haproxy
Browse files Browse the repository at this point in the history
tcp-check connect option for redis on haproxy.cfg causes the client
connections in the redis-server to grow continuously and reaches the max
limit resulting in connection failure/response error for requests from
collector and other analytics services to redis.

Change-Id: If088ba40e7f0bc420a753ec11bca9dd081ffb160
Partial-Bug: #1648601
(cherry picked from commit 32388a9)
  • Loading branch information
Sundaresan Rajangam committed Dec 9, 2016
1 parent a4d95bc commit 734b540
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fabfile/templates/collector_haproxy.py
Expand Up @@ -12,10 +12,8 @@
backend contrail-analytics-api
option nolinger
timeout server 3m
balance roundrobin
option tcp-check
tcp-check connect port 6379
default-server error-limit 1 on-error mark-down
$__contrail_analytics_api_backend_servers__
#contrail-collector-marker-end
Expand Down

0 comments on commit 734b540

Please sign in to comment.