cruise-control icon indicating copy to clipboard operation
cruise-control copied to clipboard

Cruise-control is the first of its kind to fully automate the dynamic workload rebalance and self-healing of a Kafka cluster. It provides great value to Kafka users by simplifying the operation of Kaf...

Results 283 cruise-control issues
Sort by recently updated
recently updated
newest added

There are multiple goals in cruise-control that could provide OVER_PROVISIONED as the ProvisionStatus. After all goals are optimized, there will be an aggregated ProvisionStatus. It is expected that the aggregated...

correctness

As a support of the BrokerSetAwareGoal, we may want to show the brokerSet id of each topic in the kafka_cluster_state.

functionality

Recently AWS has make contributions to CC and create this BrokerSetAwareGoal in: https://github.com/linkedin/cruise-control/pull/1809. This goal will ensure each topic (all its partitions and replicas) only lives within a single broker...

functionality

`2022/07/27 17:10:02.732 INFO [ExecutionUtils] [ProposalExecutor-0] [kafka-cruise-control] [] Found tasks to re-execute: [{EXE_ID: 1543145, INTER_BROKER_REPLICA_ACTION, {partitionA , oldLeader: 44256, [44604, 44256, 35438] -> [44604, 44256, 35438]}, IN_PROGRESS} while detected in-movement partitions:...

correctness
robustness

I had made changes to configurations wiki in https://github.com/linkedin/cruise-control/pull/1809. However, the configurations page is not reflecting the changes - https://github.com/linkedin/cruise-control/wiki/Configurations. Am i missing something ?

productivity

Ubuntu 22.04 uses cgroups v2 which has a different file layout from cgroups v1. This leads to an exception when cruise.control.metrics.reporter.kubernetes.mode is set to true: ``` [2022-08-02 11:58:20,825] WARN Failed...

good first issue
functionality

This PR updates to Kafka 3.2.1 and also upgrades the Scala version to match the one used in Kafka (2.13.8). It also bumps netty and jetty for completeness.

I have created a docker container for my cruise control app with control-ui and deployed in EKS (AWS K8) But it gets evicted in 7 minutes, upon checking the log...

Apache kafka version : 2.2.1 Cruise-control release : 2.0.191 Error logs: ``` User-Task-ID header is not found in the response from the server. If you are using [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS), please add...

This PR resolves #1866 #1717 Prometheus iRate query requires 2 Data points to compute the result. [Prometheus Documentation](https://prometheus.io/docs/prometheus/latest/querying/functions/#irate). Users can simply update their scraping frequency as a configuration and the...