-
|
Hello,
{"version": "1.2.0", "timestamp": "2025-08-02T02:58:49.079+00:00", "severity": "error", "service_id": "eric-data-messagebus-kf", "message": "Failed to produce partition metric sample for __consumer_offsets-22 of timestamp 1754103528270 due to exception org.apache.kafka.common.errors.NotEnoughReplicasException: Messages are rejected since there are fewer in-sync replicas than required.", "metadata": {"container_name": "cruise-control", "pod_name": "eric-bss-em-kb-operand-emoperand-cruise-control-5db5d775b-8sgr6"}, "extra_data": {"file": "AbstractKafkaSampleStore.java", "line": "117", "mbkf_cluster_name": "eric-bss-em-kb-operand-emoperand"}} {"version": "1.2.0", "timestamp": "2025-08-02T02:58:49.081+00:00", "severity": "error", "service_id": "eric-data-messagebus-kf", "message": "Failed to produce partition metric sample for strimzi.cruisecontrol.modeltrainingsamples-16 of timestamp 1754103528270 due to exception org.apache.kafka.common.errors.NotEnoughReplicasException: Messages are rejected since there are fewer in-sync replicas than required.", "metadata": {"container_name": "cruise-control", "pod_name": "eric-bss-em-kb-operand-emoperand-cruise-control-5db5d775b-8sgr6"}, "extra_data": {"file": "AbstractKafkaSampleStore.java", "line": "117", "mbkf_cluster_name": "eric-bss-em-kb-operand-emoperand"}} {"version": "1.2.0", "timestamp": "2025-08-02T02:58:49.080+00:00", "severity": "error", "service_id": "eric-data-messagebus-kf", "message": "Failed to produce partition metric sample for __transaction_state-45 of timestamp 1754103528270 due to exception org.apache.kafka.common.errors.NotEnoughReplicasException: Messages are rejected since there are fewer in-sync replicas than required.", "metadata": {"container_name": "cruise-control", "pod_name": "eric-bss-em-kb-operand-emoperand-cruise-control-5db5d775b-8sgr6"}, "extra_data": {"file": "AbstractKafkaSampleStore.java", "line": "117", "mbkf_cluster_name": "eric-bss-em-kb-operand-emoperand"}} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
An optimization proposal will only be created if it satisfies the goal configurations in your rebalance request or Cruise Control server configuration.
This is more of an issue related to the Kafka cluster replication than Cruise Control itself. Either the cluster replication is lagging or the the
It sounds like some of the partitions/load was migrated to "Broker 3" as part of the partition rebalance. This is intended behavior. |
Beta Was this translation helpful? Give feedback.
From what I understand, the value of that field is rounded to the closest integer. If there is less than a megabyte of data being moved as part of the rebalance, the value of that field will be 0.
It depends on the goals that were configured in the Cruise Control server configurations or rebalance request. Partition leadership is only one variable or many that are taken into account when Cruise Control decides where to …