Olivier Michallat

Results 31 comments of Olivier Michallat

I've started working on this issue. A trivial implementation is to load the contents of the file in a string and delegate to the existing `Strings` methods. I think this...

Mmm, I think I'd still like a detailed message if the file is small enough. I was thinking of delegating to `Strings` for small files (say, < 1Kb) and fallback...

> is there anything we can do here? Yes. The repeated logins happen because each fetcher creates its own `DataStore` (see [CassandraFetcher.get()](https://github.com/stargate/stargate/blob/master/graphqlapi/src/main/java/io/stargate/graphql/schema/CassandraFetcher.java#L32-L40)), in order to customize certain execution parameters (CL,...

> However I'm noticing an issue with the refresh `CassandraTask`: it doesn't seem to ever be marked as finished (and as a consequence neither does the `K8ssandraTask`). OK, this might...

> is this ready for review? It is now. I've tested manually to confirm that all impacted resources are correctly cleaned up: - `Stargate` - `Reaper` - Medusa: ConfigMap and...

I also ran into that. Java is my main target so I was able to change the value name immediately, but this could be more serious if not detected until...

Right, the second table in the example uses a UDT, but it's not created anywhere. It says so under the example: > The second table, reader, also defines a column...

> - [ ] We would introduce a new annotation on the CassandraDatacenter objects allowing self healing of the StatefulSets, thus disabling the new behavior of not automatically fixing them...

Note: the constant has moved to [vector/vector.go](https://github.com/k8ssandra/k8ssandra-operator/blob/bbee81181fb98068c1311991511fff77410d7ce3/pkg/vector/vector.go#L16) since the creation of this ticket. Maybe the code has changed, but I don't see a strong need to change the type. The...

@burmanm is there anything we want to follow up on, or should this be closed? > we don't encourage using PodTemplateSpec, as there's a lot of things - as you...