Ashish Sharma
Ashish Sharma
k8ssandra version:- 1.1.0 values: ` cassandra: version: "3.11.10" cassandraLibDirVolume: storageClass: gp2 size: 100Gi resources: requests: memory: 4Gi cpu: 1500m limits: memory: 6Gi cpu: 2499m datacenters: # Note the odd spacing...
Here are the details:- `kubectl logs -c server-system-logger ` `tail: can't open '/var/log/cassandra/system.log': No such file or directory` `kubectl get pod -o yaml ` ``` apiVersion: v1 kind: Pod metadata:...
Hi @emerkle826 Here is the output for `kubectl exec -it -c cassandra -- ls -l /var/log/` ```-rw-r--r-- 1 root root 4622 Feb 2 00:14 alternatives.log drwxr-xr-x 1 root root 60...
@emerkle826 The too many session logs are from _cassandra_ container of the pod. Which is I think the management API as mentioned by @jsanda. Only one pod is up out...
Status of pods:- ``` k8ssandra-backup-1625677200-msrcq 0/1 Completed 0 2m6s k8ssandra-cluster-flux-cass-operator-749677c555-74rnj 1/1 Running 0 12d k8ssandra-cluster-flux-k8s-dc3-r1-sts-0 3/3 Running 0 19d k8ssandra-cluster-flux-k8s-dc3-r2-sts-0 2/3 Running 0 5d k8ssandra-cluster-flux-k8s-dc3-r3-sts-0 2/3 Running 0 15d k8ssandra-cluster-flux-medusa-operator-8855c6f7b-ldfhj...
> From those CassandraRoleManagerInterceptor logs, the issue is that Management API is trying to add the Cassandra superuser role to the database, but the insert is failing because it can't...
Yes, found the stdout log ``` WARN [GossipTasks:1] 2021-07-06 22:17:20,473 FailureDetector.java:278 - Not marking nodes down due to local pause of 553464153052 > 5000000000 INFO [main] 2021-07-06 22:17:26,337 Gossiper.java:1827 -...
I tried the patch command resulted in this:- `cassandradatacenter.cassandra.datastax.com/k8s-dc3 patched (no change) ` Seems like this property is already set. Nothing happened with this. Couldn't find much about this. Could...
> Thanks for the logs. Did these come from `k8ssandra-cluster-flux-k8s-dc3-r1-sts-0`, `k8ssandra-cluster-flux-k8s-dc3-r2-sts-0` or `k8ssandra-cluster-flux-k8s-dc3-r3-sts-0`? Regardless of which pod, can you see if the `stdout.log` is present on all three? If it...
I made this issue more like a feature request, if some contributor accepts this feature, we can work on it. It would probably remove an unnecessary step, which would more...