On Fri, Sep 9, 2011 at 2:07 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu">cantor.2@osu.edu</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 9/9/11 1:44 PM, "Daniel Fisher" <<a href="mailto:dfisher@vt.edu">dfisher@vt.edu</a>> wrote:<br>
><br>
><br>
>Did you set the prune timer period to some value below the expiration<br>
>time? One controls how often the pool is pruned, the other controls<br>
>whether a connection should be pruned.<br>
<br>
</div>No, it's higher than the expiration period. The expiration is 5m and the<br>
timer is 15m.<br>
<br></blockquote><div><br></div><div>So every 15m the pool will be checked for expired connections. At that time any connections that have been inactive for at least 5m will be removed from the pool.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Each time it runs, I see one or two of the connections it's validating log<br>
a Communications Failure.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div>The validator is a separate, unrelated thread. I'm assuming the exception you're seeing is thrown when the connection attempts to close? If so, that can be ignored. Is the pool size what you expect after 15m?</div>
<div><br></div></div>