### Eclipse Workspace Patch 1.0 #P apache-trunk Index: hbase-server/src/main/java/org/apache/hadoop/hbase/executor/EventHandler.java =================================================================== --- hbase-server/src/main/java/org/apache/hadoop/hbase/executor/EventHandler.java (revision 1431184) +++ hbase-server/src/main/java/org/apache/hadoop/hbase/executor/EventHandler.java (working copy) @@ -120,7 +120,7 @@ // Messages originating from Master to RS M_RS_OPEN_REGION (20, ExecutorType.RS_OPEN_REGION), // Master asking RS to open a region - M_RS_OPEN_ROOT (21, ExecutorType.RS_OPEN_REGION), // Master asking RS to open root + M_RS_OPEN_ROOT (21, ExecutorType.RS_OPEN_ROOT), // Master asking RS to open root M_RS_OPEN_META (22, ExecutorType.RS_OPEN_META), // Master asking RS to open meta M_RS_CLOSE_REGION (23, ExecutorType.RS_CLOSE_REGION), // Master asking RS to close a region M_RS_CLOSE_ROOT (24, ExecutorType.RS_CLOSE_ROOT), // Master asking RS to close root