Probably the same ConnectionLossException that others have been describing on this list? I don't see it in your stack trace (in fact I can't really see anything), but it sounds like what you describe.
J-D On Fri, Apr 22, 2011 at 10:32 AM, Pete Tyler <[email protected]> wrote: > > Seeing this error in the client. I can create new HTable instances fine until > I get to this one unit test, then I can't open HTable instances that I could > open earlier. As far as I can tell the erro starts happening immediately > after my client process has run a map reduce job locally. > > Running Hbase 90.1, hadoop-0.20.2-CDH3B4, java 1.6.0_24, OSX 10.6.7 > > java.io.IOException: > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation@51160fa6 > closed > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:567) > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:555) > at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:171) > > -- > View this message in context: > http://old.nabble.com/Exception-after-upgrading-to-90.1-tp31457860p31457860.html > Sent from the HBase User mailing list archive at Nabble.com. > >
