<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:12px"><div id="yui_3_16_0_1_1451899155925_2385"></div><div id="yui_3_16_0_1_1451899155925_2350" class="">
        <span id="yui_3_16_0_1_1451899155925_2352" itemprop="upvoteCount" class=""></span><br>Hi ,<br><br><br>
        


</div>

            
            

<div class="" id="yui_3_16_0_1_1451899155925_2360">
    <div id="yui_3_16_0_1_1451899155925_2362" dir="ltr" class="" itemprop="text">

<div class="" id="yui_3_16_0_1_1451899155925_2364"><font id="yui_3_16_0_1_1451899155925_2519">We are using <code class="" id="yui_3_16_0_1_1451899155925_2366">mod_proxy</code> to balance load between our backend servers . We have different <br></font></div><div id="yui_3_16_0_1_1451899155925_2555" class=""><font id="yui_3_16_0_1_1451899155925_2519">setup and some of the backend servers either runs on <code class="" id="yui_3_16_0_1_1451899155925_2368">tomcat\jboss</code>. The <code class="" id="yui_3_16_0_1_1451899155925_2370">balancer configuation</code><br></font></div><div id="yui_3_16_0_1_1451899155925_2556" class=""><font id="yui_3_16_0_1_1451899155925_2519"> is as follows</font></div><div id="yui_3_16_0_1_1451899155925_2557" class=""><font id="yui_3_16_0_1_1451899155925_2519"><br></font></div>

<div class="" id="yui_3_16_0_1_1451899155925_2372"><font id="yui_3_16_0_1_1451899155925_2516"><code class="" id="yui_3_16_0_1_1451899155925_2374">BalancerMember http://server1:21080 min=1 max=1000 loadfactor=1  retry=1 timeout=240 route=tc_server1 <br></code></font></div><div id="yui_3_16_0_1_1451899155925_2561" class=""><font id="yui_3_16_0_1_1451899155925_2516"><code class="" id="yui_3_16_0_1_1451899155925_2374"> BalancerMember http://server2:21080 min=1 max=1000 loadfactor=1  retry=1 timeout=240 route=tc_server2 <br></code></font></div><div id="yui_3_16_0_1_1451899155925_2574" class=""><font id="yui_3_16_0_1_1451899155925_2516"><code class="" id="yui_3_16_0_1_1451899155925_2374">BalancerMember http://server3:21080 min=1 max=1000 loadfactor=1  retry=1 timeout=240 route=tc_server3</code></font></div><div id="yui_3_16_0_1_1451899155925_2575" class=""><font id="yui_3_16_0_1_1451899155925_2516"><code class="" id="yui_3_16_0_1_1451899155925_2374"><br></code></font></div>

<div class="" id="yui_3_16_0_1_1451899155925_2376"><font id="yui_3_16_0_1_1451899155925_2515">The issue for us is that once a backend server is in error state, 
further requests are still getting forwarded to that server. Is it 
because <code class="" id="yui_3_16_0_1_1451899155925_2378">retry</code> was set to only 1 sec in our configuration? What does actually <code class="" id="yui_3_16_0_1_1451899155925_2380">retry</code>
 specify. Does that mean that once a host is in error state, do not send
 further requests to that server till the number of seconds was set to <code class="" id="yui_3_16_0_1_1451899155925_2382">retry</code> value. If that is the case setting the <code class="" id="yui_3_16_0_1_1451899155925_2384">retry</code> value to a higher number can be a better option for us. We can set it to a value which will be enough to resolve the bad node. <br></font></div><div id="yui_3_16_0_1_1451899155925_2576" class=""><br></div><div class=""><br></div><div class=""><font id="yui_3_16_0_1_1451899155925_2515">Please suggest .</font></div><div class=""><br></div><div class=""><br></div><div class=""><font id="yui_3_16_0_1_1451899155925_2515">Thanks in Advance</font></div><div id="yui_3_16_0_1_1451899155925_2666" class=""><font id="yui_3_16_0_1_1451899155925_2515">Zaman<br></font></div>
    </div></div><div></div></div></body></html>