Alexander Dejanovski

Results 400 comments of Alexander Dejanovski

I assume it would be simpler to remove the diagnostic events feature altogether? What would you think about doing this instead?

They're made to subscribe to Cassandra internal events (schema changes, operations, etc...) and should mostly be used by Cassandra developers. I think it's safe to assume that no one uses...

Hey team! Please [add your planning poker estimate](https://app.zenhub.com/workspaces/K8ssandra-Grooming-623b197f1fcd4800110540ef/issues/k8ssandra/k8ssandra-operator/617?planning-poker) with ZenHub @jsanda @Miles-Garnsey

I think that's a good idea. If it's properly documented (in the docs and in the CRD) then it does make sense 👍

Stargate is crash looping most probably because it doesn't support Cassandra 4.1 yet: https://github.com/stargate/stargate/issues/2311 FTR, resource requirements for the Stargate pods can (and should) be set explicitly under `.spec.stargate.resources` :...

we don't change the memory requirements for the container based on the heap size. I guess that would be a nice improvement as we can predict the maximum memory that...

Hi @yuraymondl, good to know. If you feel like pushing a PR to the [thelastpickle/cassandra-medusa](https://github.com/thelastpickle/cassandra-medusa) repo, it would be fantastic 🙏

Please [add your planning poker estimate](https://app.zenhub.com/workspaces/K8ssandra-60a54d01d464160012441e2f/issues/k8ssandra/k8ssandra-operator/691?planning-poker) with Zenhub @jsanda

I found out that using the following recover func allows to get the whole stack trace mentioning on which line the panic happened: ``` defer func() { if r :=...