On Thu, 2019-06-06 at 18:56 +0200, Joan grupoventus wrote:
> Hi again,
> 
> Not sure if we have seen something strange in the current test with
> the keep alive connections. It's just a GET method to get a gif (this
> pool has no keep-alive, that means a 100ms keep-alive). Here the
> complete http log: https://github.com/joanbalaguero/HttpClient.git
> (it's the "http_get.log")
> Previously to this test, this pool received 4 requests today
> 06/06/2019 around 11:15:00 (so 6 hours before the test), these 4
> requests ended up with a 4xx status code.
> 
> This is the first request we sent to this pool using this route.
> Should not keep-alive be 0 and total allocated 1 of 1000?
> -------------------------------------------------------------------
> ------------
> 17:23:02.692    ex-0105B9B8: preparing request execution
> 17:23:02.692    Target auth state: UNCHALLENGED
> 17:23:02.692    Proxy auth state: UNCHALLENGED
> 17:23:02.692    ex-0105B9B8: acquiring connection with route {}->
> http://andalucia.viajesolympia.com:80
> 17:23:02.692    Connection request: [route: {}->
> http://andalucia.viajesolympia.com:80][total kept alive: 1; route
> allocated: 0 of 1000; total allocated: 1 of 1000]
> 17:23:02.692    Connection leased: [route: {}->
> http://andalucia.viajesolympia.com:80][total kept alive: 1; route
> allocated: 1 of 1000; total allocated: 2 of 1000]
> 17:23:02.692    ep-010526BF: acquired null
> 17:23:02.692    ex-0105B9B8: connection acquired
> 
> This is the second:
> ------------------------
> 17:23:02.954    ex-0105B9B9: preparing request execution
> 17:23:02.955    Target auth state: UNCHALLENGED
> 17:23:02.955    Proxy auth state: UNCHALLENGED
> 17:23:02.955    ex-0105B9B9: acquiring connection with route {}->
> http://andalucia.viajesolympia.com:80
> 17:23:02.955    Connection request: [route: {}->
> http://andalucia.viajesolympia.com:80][total kept alive: 2; route
> allocated: 1 of 1000; total allocated: 2 of 1000] 
> 17:23:02.955    Connection leased: [route: {}->
> http://andalucia.viajesolympia.com:80][total kept alive: 1; route
> allocated: 1 of 1000; total allocated: 2 of 1000]
> 17:23:02.955    ep-010526C0: acquired null
> 17:23:02.955    ex-0105B9B9: connection acquired
> 17:23:02.976    ep-010526C0: connected i/o-0000434A
> 17:23:02.976    Connected to target
> 17:23:02.976    Route fully established
> 
> ( . . . )
> 
> Now a pool reboot
> -------------------------
> 17:27:29.996    Shutdown connection pool GRACEFUL
> 17:27:29.996    i/o-000043AF: Shutdown connection GRACEFUL
> 17:27:29.996    i/o-00002D9A: Shutdown connection GRACEFUL
> 17:27:29.996    Connection pool shut down
> 17:27:29.997    Shutdown GRACEFUL
> 
> 1st. request after rebooting. Here keep-alive = 0 and total_allocated
> = 1
> -------------------------------------
> 17:27:53.585    ex-0105BA49: preparing request execution
> 17:27:53.585    Target auth state: UNCHALLENGED
> 17:27:53.585    Proxy auth state: UNCHALLENGED
> 17:27:53.585    ex-0105BA49: acquiring connection with route {}->
> http://andalucia.viajesolympia.com:80
> 17:27:53.585    Connection request: [route: {}->
> http://andalucia.viajesolympia.com:80][total kept alive: 0; route
> allocated: 0 of 1000; total allocated: 0 of 1000]
> 17:27:53.585    Connection leased: [route: {}->
> http://andalucia.viajesolympia.com:80][total kept alive: 0; route
> allocated: 1 of 1000; total allocated: 1 of 1000]
> 17:27:53.585    ep-01052750: acquired null
> 17:27:53.585    ex-0105BA49: connection acquired
> 17:27:53.609    ep-01052750: connected i/o-000043B0
> 17:27:53.609    Connected to target
> 17:27:53.609    Route fully established
> 
> 
> Thanks,
> Joan.
> 

I will study the logs tomorrow and see if I can find anything out
tomorrow.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to