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: Id459548fd69b6f87a1514f2bb38a039bbbec256b
Closes-Bug: #1648601
  • Loading branch information
Sundaresan Rajangam committed Dec 9, 2016
1 parent 2ecd0c0 commit 08cc8fc
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -87,10 +87,8 @@ frontend contrail-analytics-api *:8081
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 08cc8fc

Please sign in to comment.