Hi,
When importing data to HBase 1.1.2 on Hortonworks HDP 2.3 I get the following exception as soon as HBase goes to region split:
org.hbase.async.PleaseThrottleException: 10000 RPCs waiting on "MyTable,,<region>." to come back online
...
Caused by: org.hbase.async.NotServingRegionException: org.apache.hadoop.hbase.NotServingRegionException: MyTable,,<region>. is closing
....
I believe the correct behaviour is to catch the PleaseThrottleException + do an exponential backoff.
Is this something that can be added to the OpenTSDB import tool?
Thanks
Hari