2011/7/24 Stack <[email protected]> > On Fri, Jul 22, 2011 at 9:51 PM, seven garfee <[email protected]> > wrote: > >> org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: > Failed > > 113 actions: servers with issues: 192.168.1.100:50061, > > at > > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatch(HConnectionManager.java:1227) > > at > > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatchOfPuts(HConnectionManager.java:1241) > > at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:826) > > at org.apache.hadoop.hbase.client.HTable.doPut(HTable.java:682) > > at org.apache.hadoop.hbase.client.HTable.put(HTable.java:672) > > at HBase.put(HTest.java:103) > > at HBase.putLogTest(HTest.java:191) > > at HBase.main(HTest.java:144) > > at HTest.main(HTest.java:245) > > > > What is going on over on 192.168.1.100. Check its logs. > > > And i checked RegionServer's log,there is no ERROR level log,only INFO > and > > WARN in it. > > > > Should be DEBUG unless you turned it off. > you mean that all error is printed in DEBUG log?
> > Can you tell which region it is trying to load into? Is it on that > regionserver? > I have no idea. Is there some method to do that? > > St.Ack >
