Closed GoogleCodeExporter closed 9 years ago
It seems the connection has been closed by the remote client (crash, timeout,
transient network burp...), does it happen only with an ensemble setup and/or a
given number of clusters?
Also, why are you constantly GETting the /ping bucket?
Original comment by sergio.b...@gmail.com
on 30 Jul 2011 at 8:36
I am seeing this exception across the ensemble, in each of the cluster. I am
using /ping to check the health of the cluster. So your take is that my host,
which is doing GET /ping is closing the connection? Is there a better way to do
it?
Original comment by rohi...@gmail.com
on 30 Jul 2011 at 2:33
It seems so: Jetty tries to flush the response (at
org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:710)
~[jetty-6.1.22.jar:6.1.22]), but finds the connection has been reset.
BTW, cluster health could be checked via cluster statistics:
http://code.google.com/p/terrastore/wiki/HTTP_Client_API#Cluster_Statistics
Let me know.
Original comment by sergio.b...@gmail.com
on 31 Jul 2011 at 10:08
Original comment by sergio.b...@gmail.com
on 2 Aug 2011 at 3:42
Original issue reported on code.google.com by
rohi...@gmail.com
on 29 Jul 2011 at 10:49