Houston Putman
Houston Putman
Unfortunately Kubernetes does not currently support resizing of PVCs that are managed by StatefulSets. There are a few KEP and KEP PRs that will hopefully enable this in the future...
Gradle supports custom archive naming through [`project.archivesBaseName`](https://docs.gradle.org/current/dsl/org.gradle.api.Project.html#org.gradle.api.Project:archivesBaseName), however this plugin using `project.name` as the only option of naming the maven component created for each project. Therefore projects that use `project.archivesBaseName`...
The failure of "Expanding PVCs" in KinD clusters was first documented in #1716 . And at that time the Local Storage Provisioner "did not support volume expansion". However, shortly after...
Resolves #13760 ### Description This is using a similar approach to how Solr used to compute multiple percentiles at a single time. Basically utilize the quick select method, but instead...
Resolves #13918 ### Description This introduces a `multiSelect(from, to, k[])` method on the `Selector` abstract class, and gives implementations of the method for both `Selector` implementations, `IntroSelector` and `RadixSelector`. This...
### Description Currently in `ScalarQuantizer`, `ScalarQuantizer.fromVectorsAutoInterval()` will issue 4 calls (per to scratch-batch, basically `len(vector)/20`) `Selector.select()` and `ScalarQuantizer.fromVectors()` will issue 2 calls. All of these 4/2 calls use the same...