System.exit(1);
}
}
public void run() throws IOException, InterruptedException {
final SecretKeys secretKeys = configStore.getSecretKeys();
final String defaultHost = configStore.getInstanceProperty(ConfigStore.KEY_DNS_HOST);
log.info("default host = {}", defaultHost);
Thread haproxyThread = new Thread(new Runnable() {
@Override