Apigee hybrid cassandra - CrashLoopBackOff

Cassandra going to listed status following is log and describe command shows

kubectl logs myxx-cassandraxx-1 -n apigee gives following output

WARN [main] <date and time> DatabaseDescriptor.java:503 - Small commitlog volume detected at /opt/apigee/data/apigee-cassandra/commitlog; setting commitlog_total_space_in_mb to 45xx. You can override this in cassandra.yaml
WARN [main] <date and time> DatabaseDescriptor.java:579 - Only 3.xx4GiB free across all data volumes. Consider adding more capacity to your cluster or removing obsolete snapshots
INFO [main] <date and time> RateBasedBackPressure.java:123 - Initialized back-pressure with high ratio: 0.9, factor: 5, flow: FAST, window size: 10000.

... other INFO....

INFO [ScheduledTasks:1] <date and time> StorageService.java:136 - Overriding RING_DELAY to 45xxxms
ERROR [main] <date and time> CassandraDaemon.java:803 - Local host name unknown: java.net.UnknownHostException: ip-xxx-yy-z-dd.svc.aws.csroot.net: ip-xxx-yy-z-dd.svcsvc.aws.csroot.net: Name or service not known

kubectl describe pod <myxx-cassandraxx-1> gives following output

Container image "docker-address-xx-yy/.. apigee/apigee-hybrid-cassandra:tag" already present on machine

Back-off restarting failed container

@dino  @dhtx 

0 2 243
2 REPLIES 2

Do the host addresses in the error message resolve to the Cassandra pod IPs?

did you created nodes for apigee-data as per docs?