Alex Leblang created HBASE-18406:
------------------------------------
Summary: In ServerCrashProcedure.java start(MasterProcedureEnv) is
a no-op
Key: HBASE-18406
URL: https://issues.apache.org/jira/browse/HBASE-18406
Project: HBase
Issue Type: Bug
Reporter: Alex Leblang
The comments above this method explain that it exists to set configs and
return, however, no configs are set in the method.
As you can see here:
https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ServerCrashProcedure.java#L210-L214
It is only ever called here:
https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ServerCrashProcedure.java#L142
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)