HMsg carries safemode flag; remove
----------------------------------
Key: HBASE-1150
URL: https://issues.apache.org/jira/browse/HBASE-1150
Project: Hadoop HBase
Issue Type: Bug
Reporter: stack
HMsg got a state flag on committ of HBASE-1121. This kinda pollutes the simple
HMsg type -- a shell for carrying state as byte type -- to instead being a
vehicle that carries state in byte and in a boolean that is only used on
cluster start then never read again but is passed in all HMsgs anyways. Can we
get rid of it when we integrate zk? Go to zk to figure if master is in safe
mode?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.