Skip to content

Instantly share code, notes, and snippets.

@looztra
Created July 3, 2013 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save looztra/5920717 to your computer and use it in GitHub Desktop.
Save looztra/5920717 to your computer and use it in GitHub Desktop.
19:18:14.036 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
19:18:14.042 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
19:18:14.091 [main] INFO c.n.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@247039
19:18:14.639 [main] INFO c.n.http4.ConnectionPoolCleaner - Initializing ConnectionPoolCleaner for NFHttpClient:RibbonClientTest-loadBalancingDefaultPolicyRoundRobin
19:18:15.194 [main] INFO c.n.config.ChainedDynamicProperty - Flipping property: RibbonClientTest-loadBalancingDefaultPolicyRoundRobin.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
19:18:15.196 [main] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: pingIntervalSeconds set to 30
19:18:15.196 [main] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: maxTotalPingTime set to 2
19:18:15.201 [main] INFO c.n.loadbalancer.BaseLoadBalancer - Client:RibbonClientTest-loadBalancingDefaultPolicyRoundRobin instantiated a LoadBalancer:DynamicServerListLoadBalancer:{NFLoadBalancer:name=RibbonClientTest-loadBalancingDefaultPolicyRoundRobin,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
19:18:15.211 [main] DEBUG c.n.l.ZoneAffinityServerListFilter - ZoneAffinity is set to false
19:18:15.211 [main] DEBUG c.n.l.ZoneAffinityServerListFilter - activeReqeustsPerServerThreshold: 0.6
19:18:15.212 [main] DEBUG c.n.l.ZoneAffinityServerListFilter - blackOutServerPercentageThreshold: 0.8
19:18:15.212 [main] DEBUG c.n.l.ZoneAffinityServerListFilter - availableServersThreshold: 2
19:18:15.217 [main] DEBUG c.n.l.DynamicServerListLoadBalancer - List of Servers obtained from Discovery client:[localhost:53715, localhost:53716]
19:18:15.217 [main] DEBUG c.n.l.DynamicServerListLoadBalancer - Filtered List of Servers obtained from Discovery client:[localhost:53715, localhost:53716]
19:18:15.218 [main] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: clearing server list (SET op)
19:18:15.218 [main] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: addServer [localhost:53715]
19:18:15.218 [main] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: addServer [localhost:53716]
19:18:15.233 [main] DEBUG c.n.l.DynamicServerListLoadBalancer - Setting server list for zones: {unknown=[localhost:53715, localhost:53716]}
19:18:15.239 [main] INFO c.n.config.ChainedDynamicProperty - Flipping property: RibbonClientTest-loadBalancingDefaultPolicyRoundRobin.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
19:18:15.240 [main] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: initialized
19:18:15.245 [main] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: clearing server list (SET op)
19:18:15.245 [main] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: addServer [localhost:53715]
19:18:15.245 [main] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: addServer [localhost:53716]
19:18:15.255 [main] INFO com.netflix.client.ClientFactory - Client:RibbonClientTest-loadBalancingDefaultPolicyRoundRobin instantiated a LoadBalancer:DynamicServerListLoadBalancer:{NFLoadBalancer:name=RibbonClientTest-loadBalancingDefaultPolicyRoundRobin,current list of Servers=[localhost:53715, localhost:53716],Load balancer stats=Zone stats: {unknown=[Zone:unknown; Instance count:2; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
},Server stats: [[Server:localhost:53715; Zone:UNKNOWN; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 01:00:00 CET 1970; First connection made: Thu Jan 01 01:00:00 CET 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
, [Server:localhost:53716; Zone:UNKNOWN; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 01:00:00 CET 1970; First connection made: Thu Jan 01 01:00:00 CET 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
]}ServerList:com.netflix.loadbalancer.ConfigurationBasedServerList@17310c9f
19:18:15.258 [main] INFO com.netflix.client.ClientFactory - Client Registered:com.netflix.niws.client.http.RestClient@71ffd9f1
19:18:15.261 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.262 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.265 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<0> Status code for http://localhost:53716/ :200
19:18:15.410 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.410 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.410 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<1> Status code for http://localhost:53715/ :200
19:18:15.412 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.412 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.412 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<2> Status code for http://localhost:53716/ :200
19:18:15.414 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.414 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.415 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<3> Status code for http://localhost:53715/ :200
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
19:18:15.417 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:15.417 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.417 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<4> Status code for http://localhost:53716/ :200
19:18:15.433 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.434 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.434 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<5> Status code for http://localhost:53715/ :200
19:18:15.436 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.436 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.436 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<6> Status code for http://localhost:53716/ :200
19:18:15.438 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.439 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.439 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<7> Status code for http://localhost:53715/ :200
19:18:15.441 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.441 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.441 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<8> Status code for http://localhost:53716/ :200
19:18:15.443 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.443 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.443 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<9> Status code for http://localhost:53715/ :200
19:18:15.445 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.445 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.445 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<10> Status code for http://localhost:53716/ :200
19:18:15.447 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.447 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.447 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<11> Status code for http://localhost:53715/ :200
19:18:15.449 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.449 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.450 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<12> Status code for http://localhost:53716/ :200
19:18:15.452 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.452 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.452 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<13> Status code for http://localhost:53715/ :200
19:18:15.454 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.455 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.455 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<14> Status code for http://localhost:53716/ :200
19:18:15.457 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.457 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.457 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<15> Status code for http://localhost:53715/ :200
19:18:15.459 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.459 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.459 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<16> Status code for http://localhost:53716/ :200
19:18:15.461 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.461 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.461 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<17> Status code for http://localhost:53715/ :200
19:18:15.463 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.463 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.463 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<18> Status code for http://localhost:53716/ :200
19:18:15.466 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.466 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.466 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<19> Status code for http://localhost:53715/ :200
19:18:15.468 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.468 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.468 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<20> Status code for http://localhost:53716/ :200
19:18:15.470 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.470 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.470 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<21> Status code for http://localhost:53715/ :200
19:18:15.472 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.472 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.472 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<22> Status code for http://localhost:53716/ :200
19:18:15.474 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.474 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.474 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<23> Status code for http://localhost:53715/ :200
19:18:15.476 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.476 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.476 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<24> Status code for http://localhost:53716/ :200
19:18:15.479 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.479 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.479 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<25> Status code for http://localhost:53715/ :200
19:18:15.484 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.484 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.484 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<26> Status code for http://localhost:53716/ :200
19:18:15.487 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.487 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.487 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<27> Status code for http://localhost:53715/ :200
19:18:15.490 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.491 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.491 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<28> Status code for http://localhost:53716/ :200
19:18:15.493 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.493 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.493 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<29> Status code for http://localhost:53715/ :200
19:18:15.495 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.495 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.495 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<30> Status code for http://localhost:53716/ :200
19:18:15.497 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.497 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.498 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<31> Status code for http://localhost:53715/ :200
19:18:15.500 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.500 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.501 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<32> Status code for http://localhost:53716/ :200
19:18:15.503 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.503 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.503 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<33> Status code for http://localhost:53715/ :200
19:18:15.505 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.505 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.505 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<34> Status code for http://localhost:53716/ :200
19:18:15.507 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.508 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.508 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<35> Status code for http://localhost:53715/ :200
19:18:15.510 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.510 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.510 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<36> Status code for http://localhost:53716/ :200
19:18:15.512 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.512 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.512 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<37> Status code for http://localhost:53715/ :200
19:18:15.514 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.514 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.514 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<38> Status code for http://localhost:53716/ :200
19:18:15.516 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.517 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.517 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<39> Status code for http://localhost:53715/ :200
19:18:15.519 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.520 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.520 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<40> Status code for http://localhost:53716/ :200
19:18:15.522 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.523 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.523 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<41> Status code for http://localhost:53715/ :200
19:18:15.525 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.525 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.526 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<42> Status code for http://localhost:53716/ :200
19:18:15.531 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.531 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.531 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<43> Status code for http://localhost:53715/ :200
19:18:15.535 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.535 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.536 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<44> Status code for http://localhost:53716/ :200
19:18:15.542 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.542 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.542 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
<45> Status code for http://localhost:53715/ :200
19:18:15.550 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.551 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.551 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<46> Status code for http://localhost:53716/ :200
19:18:15.559 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.559 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.559 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<47> Status code for http://localhost:53715/ :200
19:18:15.565 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.565 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.565 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<48> Status code for http://localhost:53716/ :200
19:18:15.574 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.574 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.575 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<49> Status code for http://localhost:53715/ :200
19:18:15.579 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.579 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.579 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<50> Status code for http://localhost:53716/ :200
19:18:15.585 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.585 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:15.585 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<51> Status code for http://localhost:53715/ :200
19:18:15.588 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.588 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.588 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<52> Status code for http://localhost:53716/ :200
19:18:15.590 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.590 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.590 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<53> Status code for http://localhost:53715/ :200
19:18:15.592 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.592 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.592 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<54> Status code for http://localhost:53716/ :200
19:18:15.594 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.594 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.594 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<55> Status code for http://localhost:53715/ :200
19:18:15.596 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.596 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.596 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<56> Status code for http://localhost:53716/ :200
19:18:15.598 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.599 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.599 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<57> Status code for http://localhost:53715/ :200
19:18:15.600 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.601 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.601 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<58> Status code for http://localhost:53716/ :200
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:15.603 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.604 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.604 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<59> Status code for http://localhost:53715/ :200
19:18:15.606 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.606 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.606 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<60> Status code for http://localhost:53716/ :200
19:18:15.608 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.609 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.609 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<61> Status code for http://localhost:53715/ :200
19:18:15.611 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.612 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.612 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<62> Status code for http://localhost:53716/ :200
19:18:15.614 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.614 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.614 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<63> Status code for http://localhost:53715/ :200
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:15.616 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.617 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.617 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<64> Status code for http://localhost:53716/ :200
19:18:15.620 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.620 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.620 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<65> Status code for http://localhost:53715/ :200
19:18:15.622 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.623 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.623 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<66> Status code for http://localhost:53716/ :200
19:18:15.625 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.625 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.625 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<67> Status code for http://localhost:53715/ :200
19:18:15.628 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.628 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.628 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<68> Status code for http://localhost:53716/ :200
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:15.630 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.630 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.630 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<69> Status code for http://localhost:53715/ :200
19:18:15.632 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.632 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.632 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<70> Status code for http://localhost:53716/ :200
19:18:15.635 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.635 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.635 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<71> Status code for http://localhost:53715/ :200
19:18:15.638 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.638 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.638 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<72> Status code for http://localhost:53716/ :200
19:18:15.641 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.641 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.641 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<73> Status code for http://localhost:53715/ :200
19:18:15.643 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.644 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.644 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<74> Status code for http://localhost:53716/ :200
19:18:15.647 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.647 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.647 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<75> Status code for http://localhost:53715/ :200
19:18:15.650 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.650 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.651 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<76> Status code for http://localhost:53716/ :200
19:18:15.653 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.653 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.653 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<77> Status code for http://localhost:53715/ :200
19:18:15.655 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.655 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.656 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<78> Status code for http://localhost:53716/ :200
19:18:15.658 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.658 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.658 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<79> Status code for http://localhost:53715/ :200
19:18:15.661 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.661 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.661 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<80> Status code for http://localhost:53716/ :200
19:18:15.666 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.666 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.666 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<81> Status code for http://localhost:53715/ :200
19:18:15.670 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.670 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.670 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
<82> Status code for http://localhost:53716/ :200
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:15.672 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
19:18:15.672 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:15.673 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<83> Status code for http://localhost:53715/ :200
19:18:15.674 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
19:18:15.674 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:15.675 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<84> Status code for http://localhost:53716/ :200
19:18:15.676 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.676 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.677 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<85> Status code for http://localhost:53715/ :200
19:18:15.678 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.679 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.679 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<86> Status code for http://localhost:53716/ :200
19:18:15.680 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.681 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.681 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<87> Status code for http://localhost:53715/ :200
19:18:15.682 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.683 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:15.683 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<88> Status code for http://localhost:53716/ :200
19:18:15.686 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.686 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.686 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<89> Status code for http://localhost:53715/ :200
19:18:15.688 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.689 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.689 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<90> Status code for http://localhost:53716/ :200
19:18:15.691 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.691 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.691 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<91> Status code for http://localhost:53715/ :200
19:18:15.693 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.693 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.694 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<92> Status code for http://localhost:53716/ :200
19:18:15.695 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.695 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.696 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<93> Status code for http://localhost:53715/ :200
19:18:15.698 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.698 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.698 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<94> Status code for http://localhost:53716/ :200
19:18:15.700 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.700 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.700 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<95> Status code for http://localhost:53715/ :200
19:18:15.702 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.702 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.702 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<96> Status code for http://localhost:53716/ :200
19:18:15.704 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.704 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.704 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
<97> Status code for http://localhost:53715/ :200
19:18:15.706 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.706 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.706 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
<98> Status code for http://localhost:53716/ :200
19:18:15.708 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.708 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53715for request:/
19:18:15.708 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53715/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
<99> Status code for http://localhost:53715/ :200
19:18:15.711 [main] DEBUG c.n.l.ZoneAwareLoadBalancer - Zone aware logic disabled or there is only one zone
19:18:15.711 [main] DEBUG c.n.c.AbstractLoadBalancerAwareClient - RibbonClientTest-loadBalancingDefaultPolicyRoundRobin using LB returned Server:localhost:53716for request:/
19:18:15.711 [main] DEBUG c.n.niws.client.http.RestClient - RestClient sending new Request(GET: ) http://localhost:53716/
juil. 03, 2013 7:18:15 PM com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
19:18:16.216 [DynamicServerListLoadBalancer-RibbonClientTest-loadBalancingDefaultPolicyRoundRobin] DEBUG c.n.l.DynamicServerListLoadBalancer - List of Servers obtained from Discovery client:[localhost:53715, localhost:53716]
19:18:16.217 [DynamicServerListLoadBalancer-RibbonClientTest-loadBalancingDefaultPolicyRoundRobin] DEBUG c.n.l.DynamicServerListLoadBalancer - Filtered List of Servers obtained from Discovery client:[localhost:53715, localhost:53716]
19:18:16.217 [DynamicServerListLoadBalancer-RibbonClientTest-loadBalancingDefaultPolicyRoundRobin] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: clearing server list (SET op)
19:18:16.217 [DynamicServerListLoadBalancer-RibbonClientTest-loadBalancingDefaultPolicyRoundRobin] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: addServer [localhost:53715]
19:18:16.217 [DynamicServerListLoadBalancer-RibbonClientTest-loadBalancingDefaultPolicyRoundRobin] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: addServer [localhost:53716]
19:18:16.217 [DynamicServerListLoadBalancer-RibbonClientTest-loadBalancingDefaultPolicyRoundRobin] DEBUG c.n.l.DynamicServerListLoadBalancer - Setting server list for zones: {unknown=[localhost:53715, localhost:53716]}
19:18:16.217 [DynamicServerListLoadBalancer-RibbonClientTest-loadBalancingDefaultPolicyRoundRobin] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: clearing server list (SET op)
19:18:16.217 [DynamicServerListLoadBalancer-RibbonClientTest-loadBalancingDefaultPolicyRoundRobin] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: addServer [localhost:53715]
19:18:16.217 [DynamicServerListLoadBalancer-RibbonClientTest-loadBalancingDefaultPolicyRoundRobin] DEBUG c.n.loadbalancer.BaseLoadBalancer - LoadBalancer: addServer [localhost:53716]
com.netflix.client.ClientException: Unable to execute RestClient request for URI:http://localhost:53716/
at com.netflix.client.AbstractLoadBalancerAwareClient.generateNIWSException(AbstractLoadBalancerAwareClient.java:258)
at com.netflix.client.AbstractLoadBalancerAwareClient.executeOnSingleServer(AbstractLoadBalancerAwareClient.java:205)
at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:404)
at net.awl.TestRibbonWithFastServers.test(TestRibbonWithFastServers.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1198)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1123)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:111)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:204)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:175)
at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
Caused by: com.sun.jersey.api.client.ClientHandlerException: org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection
at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:184)
at com.sun.jersey.api.client.Client.handle(Client.java:648)
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670)
at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at com.sun.jersey.api.client.WebResource$Builder.get(WebResource.java:503)
at com.netflix.niws.client.http.RestClient.execute(RestClient.java:510)
at com.netflix.niws.client.http.RestClient.execute(RestClient.java:418)
at com.netflix.niws.client.http.RestClient.execute(RestClient.java:78)
at com.netflix.client.AbstractLoadBalancerAwareClient.executeOnSingleServer(AbstractLoadBalancerAwareClient.java:191)
... 32 more
Caused by: org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection
at org.apache.http.impl.conn.tsccm.ConnPoolByRoute.getEntryBlocking(ConnPoolByRoute.java:417)
at org.apache.http.impl.conn.tsccm.ConnPoolByRoute$1.getPoolEntry(ConnPoolByRoute.java:300)
at org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1.getConnection(ThreadSafeClientConnManager.java:224)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:401)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:776)
at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:170)
... 40 more
===============================================
Custom suite
Total tests run: 1, Failures: 1, Skips: 0
===============================================
Process finished with exit code 0
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.awl</groupId>
<artifactId>ribbon-sandbox</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ribbon-sandbox</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-httpclient</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>com.google.mockwebserver</groupId>
<artifactId>mockwebserver</artifactId>
<version>20130505</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8</version>
</dependency>
</dependencies>
</project>
package net.awl;
import com.google.mockwebserver.MockResponse;
import com.google.mockwebserver.MockWebServer;
import com.netflix.client.ClientException;
import com.netflix.client.ClientFactory;
import com.netflix.loadbalancer.ZoneAwareLoadBalancer;
import com.netflix.niws.client.http.HttpClientRequest;
import com.netflix.niws.client.http.HttpClientResponse;
import com.netflix.niws.client.http.RestClient;
import org.testng.annotations.Test;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import static com.netflix.config.ConfigurationManager.getConfigInstance;
/**
* Unit test for simple App.
*/
public class TestRibbonWithFastServers {
@Test
public void test() throws IOException, ClientException, URISyntaxException, InterruptedException {
String clientName = "RibbonClientTest-loadBalancingDefaultPolicyRoundRobin";
String serverListKey = clientName + ".ribbon.listOfServers";
int nbHitsPerServer = 60;
MockWebServer server1 = new MockWebServer();
MockWebServer server2 = new MockWebServer();
for (int i = 0; i < nbHitsPerServer; i++) {
server1.enqueue(new MockResponse().setResponseCode(200).setBody("server1 success <" + i + ">!".getBytes()));
server2.enqueue(new MockResponse().setResponseCode(200).setBody("server2 success <" + i + ">!".getBytes()));
}
server1.play();
server2.play();
getConfigInstance().setProperty(serverListKey, hostAndPort(server1.getUrl("")) + "," + hostAndPort(server2.getUrl("")));
RestClient client = (RestClient) ClientFactory.getNamedClient(clientName); // 2
HttpClientRequest request;//= HttpClientRequest.newBuilder().setUri(new URI("/")).build(); // 3
for (int i = 0; i < nbHitsPerServer * 2; i++) {
//request = HttpClientRequest.newBuilder().setUri(new URI("/actor/getActor?login=a127347&c="+i)).build();
request = HttpClientRequest.newBuilder().setUri(new URI("/")).build();
HttpClientResponse response = client.executeWithLoadBalancer(request); // 4
System.out.println("<" + i + "> Status code for " + response.getRequestedURI() + " :" + response.getStatus());
//response.releaseResources();
}
ZoneAwareLoadBalancer lb = (ZoneAwareLoadBalancer) client.getLoadBalancer();
System.out.println(lb.getLoadBalancerStats());
}
static String hostAndPort(URL url) {
return "localhost:" + url.getPort();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment