HBASE-7529 Wrong ExecutorType for EventType.M_RS_OPEN_ROOT in trunk

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
zjushch 2013-01-11 02:22:59 +00:00
parent 72bf55b224
commit bda51b6458
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public abstract class EventHandler implements Runnable, Comparable<Runnable> {
// 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