throw new RuntimeException("External Cassandra initialization failed", e);
}
}
try {
schemaManager.install();
clusterInitService.waitForSchemaAgreement(nodes, jmxPorts);
schemaManager.updateTopology();
} catch (Exception e) {
if (null != ccm) {
ccm.shutdownCluster();
}