values.put("jmxport", System.getProperty("com.sun.management.jmxremote.port", "0"));
values.put("dataCenter", CMBProperties.getInstance().getCMBDataCenter());
values.put("serviceUrl", CMBProperties.getInstance().getCQSServiceUrl());
values.put("redisServerList", CMBProperties.getInstance().getRedisServerList());
cassandraHandler.insertRow(AbstractDurablePersistence.CQS_KEYSPACE, serverIp + ":" + serverPort, CQS_API_SERVERS, values, CMB_SERIALIZER.STRING_SERIALIZER, CMB_SERIALIZER.STRING_SERIALIZER, CMB_SERIALIZER.STRING_SERIALIZER, null);
} catch (Exception ex) {
logger.warn("event=ping_failed", ex);
}
}