management-api-for-apache-cassandra icon indicating copy to clipboard operation
management-api-for-apache-cassandra copied to clipboard

RESTful / Secure Management Sidecar for Apache Cassandra

Results 86 management-api-for-apache-cassandra issues
Sort by recently updated
recently updated
newest added

When running the `-ubi8` images (3.11.14-ubi8 for example), the following shows up in the logs: ``` WARN [main] 2024-06-05 13:29:29,525 CassandraDaemonInterceptor.java:94 - Problem starting DataStax Management API for Apache Cassandra...

bug

The /metrics endpoint can generate a lot of data, but we don't support any compression on that endpoint. We should add this to our Netty server to save bandwidth.

This isn't easily reproducible, but sometimes there is an decoder exception on startup: ``` WARN [epollEventLoopGroup-5-2] 2024-10-23 06:09:02,056 AbstractChannelHandlerContext.java:355 - An exception 'java.lang.IllegalArgumentException: Unsupported socket address type: class io.netty.channel.unix.DomainSocketAddress' [enable...

**Describe the bug** When applied invalid configuration, Cassandra pod started with `cass-management-api` image reports misconfiguration, but keeps running in a zombie state. When checking the running processes in the Cassandra...

Also, update the base builder image..