Class AssignRegionHandler

java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.regionserver.handler.AssignRegionHandler
All Implemented Interfaces:
Comparable<EventHandler>, Runnable

@Private public class AssignRegionHandler extends EventHandler
Handles opening of a region on a region server.

Just done the same thing with the old OpenRegionHandler, with some modifications on fencing and retrying. But we need to keep the OpenRegionHandler as is to keep compatible with the zk less assignment for 1.x, otherwise it is not possible to do rolling upgrade.