Michael Burman

Results 84 issues of Michael Burman

**What is missing?** Like we modified the webhooks secret handling, we should also allow simplified management for internode encryption certificates. This might only require some documentation and test changes. **Why...

enhancement
zh:Assess/Investigate
assess

**What this PR does**: **Which issue(s) this PR fixes**: Fixes # **Checklist** - [ ] Changes manually tested - [ ] Automated Tests added/updated - [ ] Documentation added/updated -...

**What this PR does**: Adds scripts to generate configuration from Cassandra's source code for all the possible values. Also adds validation to webhook and the reconcile function to check that...

**What this PR does**: Creates necessary Watches in the controller to enable PSP functionality. Not tested at this point. **Which issue(s) this PR fixes**: Fixes #131 **Checklist** * [ ]...

If restoring to a new cluster, we need to fetch the backup from an old name (instead of the new cluster name / podname). ┆Issue is synchronized with this [Jira...

The Benchmark parts are still residing in the main/ section of the source code, while they should be in the test. This causes the jmh-libraries and all its subdependencies to...

In some cases, the use of only timestamp or only the value compression is preferred. One of these cases could be the use of high precision in timestamps, where this...

When storing long values, ZigZag encoding should be considered (like with timestamps). While this can be done manually as well outside the library, it could as well be supported in...

There should be support for avoiding to write the end stream as this consumes several bytes per chunk. For chunks with small amount of datapoints, this is large overhead and...

Support the Java 8 Stream functionality in Decompressor, by implementing the SplitIterator interface (without the parallelism support)