Yeah this should be at the HTable level... Your solution sounds right.
How did you get yourself in this situation btw? Using a large scanner caching value plus filters? J-D On Fri, Sep 16, 2011 at 10:18 AM, Douglas Campbell <[email protected]> wrote: > What's the best way to recover from this? > > Set the start row to last sucessfully processed row + 1 and re-init scanner? > > java.io.IOException: java.net.SocketTimeoutException: Call to $host failed on > socket timeout exception: > java.net.SocketTimeoutException: 60000 millis timeout while waiting for > channel to be ready for read. ch > : java.nio.channels.SocketChannel[connected local=/216.109.127.129:53241 > remote=hostname/ip:60020] > > at > org.apache.hadoop.hbase.client.HTable$ClientScanner$1.hasNext(HTable.java:1232)
