You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/12/30 08:34:44 UTC

[GitHub] [cloudstack] joschi36 opened a new issue #3789: TCP load balancer ability to set custom connect/client/server timeout

joschi36 opened a new issue #3789: TCP load balancer ability to set custom connect/client/server timeout
URL: https://github.com/apache/cloudstack/issues/3789
 
 
   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Enhancement Request
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   * API
   * VR
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   
   -->
   
   ~~~
   4.11.3
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   * Virtual Routers
   * VMware
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   Our Problem is that the default TCP timeouts aren't working for some of our usecases.
   
   ###### First Idea
   The idea is to add three custom timeout parameter to the `createLoadBalancer` method.
   * `timeout connect`
   * `timeout client`
   * `timeout server`
   
   ###### Second Idea
   The second idea is to take a custom parameter to extend the `listen` section in haproxy.
   This custom parameter would be an array of configuration strings which get validated with haproxy configtest.
   
   
   
   Here the parameter matrix for haproxy 1.7 https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#4.1
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services