John Sanda

Results 255 comments of John Sanda

Hi @arianvp We definitely want to get these types of things documented. In fact it was mentioned in https://github.com/k8ssandra/k8ssandra/issues/501#issuecomment-806319984. Would you be interested in working on this? I would be...

Hey @arianvp I spent some time going over the first scenario where the worker node is still healthy but the Cassandra pod is not. The steps sound right when using...

There is another detail I left out in my previous steps. If the time for replace exceeds the hint window, then I think you will want to run a full...

>This is exactly the procedure as done in https://github.com/datastax/cass-operator/blob/master/tests/node_replace/node_replace_suite_test.go right? Yes, that looks right. >It sounds to me we can use the same process for locally provisioned PersistentVolumes. We don't...

I believe that there are a couple properties in the spec that cass-operator will actually update. I am not a fan of that. I agree that it is awkward and...

@arianvp This is a great stuff! For replacing nodes, do you think the [canaryUpgradeCount](https://github.com/k8ssandra/cass-operator/blob/master/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types.go#L159) property might be helpful?

@arianvp sorry for the delayed response on this. >How would I know if this is condition is met? I just checked the `CassandraDatacenterStatus` (see [here](https://github.com/k8ssandra/cass-operator/blob/master/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types.go)). It does not provide the...

You are correct. I was hasty and only look at one of the pods. The reason the logs files are present on only of the pods is that cass-operator starts...

After spending more time dealing with some failures and thinking about this I am in favor of consolidating logs into a single file. If Cassandra was running in its own...

Hi @spicysnickerz The `enable_user_defined_functions` is not currently exposed. That is an easy enough change. The more interesting part is how to supply whatever JAR files are needed for the UDFs....