Alexandre Dutra
Alexandre Dutra
The following REST call: ``` DELETE /repair_run/{id} ``` Is causing Reaper to return HTTP 500 to the client, and the following stack trace is logged: ``` i.d.j.e.LoggingExceptionMapper - Error handling...
Nodes should be decommissioned in a deterministic, balanced, way. We should always choose the rack with the most nodes up and ready compared to the target size. If the number...
**What is missing?** When a CassandraTask targets more than a single pod, it executes tasks in parallel on all pods. We need more fine-grained execution orders, e.g. if a task...
DockerSlim claims to be able to reduce image sizes drastically: https://developers.redhat.com/articles/2022/01/17/reduce-size-container-images-dockerslim We could investigate using DockerSlim to reduce the Medusa image sizes – these have grown bigger lately with the...
Right now the code base uses different styles for formatting, indentation and import ordering. Many projects are now using [google-java-format](https://github.com/google/google-java-format) at DataStax: Java driver, DSBulk, Stargate... It has the advantage...
Opening this issue to provide feedback from my team around using Stargate in a kubernetes multi-cluster, multi-datacenter environment. Datacenters were being deployed with cass-operator, and Stargate nodes were being managed...
**What happened**: Examples shown in this page are wrong: https://hub.docker.com/r/projectnessie/nessie * Some lines are missing the continuation sign `\` * The system properties should not be passed as `-Dname=value` but...
Iceberg's `Catalog` does not extend `(Auto)Closeable`, even if some `Catalog` implementations do (e.g. `NessieCatalog` or `RESTCatalog`). `NessieApi` implements `AutoCloseable`, and since recent changes from #6527, not calling its `close()` method...
Currently: 1. JDBC throws `PSQLException` (invalid SQL generated); 2. BigTable throws `IllegalArgumentException` (see #7610); 3. Other backends: return an empty iterator.