HBase: what is NotServingRegionException? HBase: what is NotServingRegionException? hadoop hadoop

HBase: what is NotServingRegionException?


If you see this too often, it looks like your regions are split / moved between region servers too often.

Consider pre-creationg regions or using custom region splitting policy.

Please note default region splitting policy is changed starting from HBase 0.94, I spent some time to understand this issue. Here is right article, you need 'auto splitting' chapter.