12481249125012511252125312541255125612571258
} catch (MasterNotRunningException e) { LOG.error("master is not running"); System.exit(0); } try { adm.shutdown(); } catch (Throwable t) { LOG.error( "Can not stop master", t); System.exit(-1); } break;
13441345134613471348134913501351135213531354
} catch (MasterNotRunningException e) { LOG.error("Master not running"); System.exit(0); } try { adm.shutdown(); } catch (Throwable t) { LOG.error("Failed to stop master", t); System.exit(-1); } } else {