Michael Burman

Results 91 issues of Michael Burman

**What this PR does**: Removes the InvalidState check from the reconciliation process. Otherwise, there would be no method to actually fix the incorrect state. **Which issue(s) this PR fixes**: Fixes...

### What is missing? In some cases, airgap installations require the namespace to be overridden as well for all images. Currently, imageConfig does not support this. What we need is...

enhancement
assess

### What is missing? The k8ssandra-client builds the necessary configs already, using a correct base configuration. cass-config-builder does not do this, but instead relies on some older base versions that...

enhancement

Would it be possible to publish the license for this source code?

Taking some inspiration from MILC: Inverted List Compression in Memory, we should implement their algorithm but add some changes for Java and some improvements for compression ratio: * No SIMD...

Investigate if there's any sane reason to implement more optimal Simple-family codec, such as using dynamic-programming to find optimal block-length, such as in "Optimal Packing in Simple Family Codecs" paper....

question

BitPacking for 64 bit words (Java port of github.com/lemire/LittleIntPacker/ which is a "simplification" of bitpacking process from github.com/powturbo/TurboPFor)

**What this PR does**: Support modifying the CassandraDataVolumeClaimSpec sizes if the underlying StorageClass supports it and an annotation ``cassandra.datastax.com/allow-storage-changes: true``is placed on the CassandraDatacenter. The operator will automatically increase the...

### What is missing? What we want from the code is to keep the CassandraDatacenter Status as descriptive of the state of the reconciliation. However, that has caused a repetition...

enhancement
refactoring

… cassandra container to run in ReadOnlyRootFilesystem securityContext **What this PR does**: **Which issue(s) this PR fixes**: Fixes #196, #199, #210 **Checklist** - [ ] Changes manually tested - [...