when i dump large data into hbase after long time,client will exit with exceptions :
Exception in thread "main" 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) I restart the client program,that Exception again happens. And i checked RegionServer's log,there is no ERROR level log,only INFO and WARN in it. i see there are lots of tcp port with CLOSE_WAIT . why these PORT suspend in CLOSE_WAIT so long time? and Why the client report that error?
