log.fatal("Zookeeper needs to be up and running in order to init. Exiting ...");
return false;
}
if (sconf.get(Property.INSTANCE_SECRET).equals(Property.INSTANCE_SECRET.getDefaultValue())) {
ConsoleReader c = getConsoleReader();
c.beep();
c.println();
c.println();
c.println("Warning!!! Your instance secret is still set to the default, this is not secure. We highly recommend you change it.");
c.println();
c.println();