HBASE-14499 Master coprocessors shutdown will not happen on master abort (Pankaj Kumar)

This commit is contained in:
tedyu 2015-10-02 16:03:49 -07:00
parent 39c0b8f6db
commit de70958417
1 changed files with 1 additions and 1 deletions

View File

@ -2122,7 +2122,7 @@ public class HMaster extends HRegionServer implements MasterServices, Server {
getLoadedCoprocessors());
}
if (t != null) LOG.fatal(msg, t);
stop(msg);
stopMaster();
}
@Override