Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip generating metric sample for broker 2 because all broker metrics are missing - Waning logs reported from cruisecontrol #2205

Open
nsettipa opened this issue Oct 7, 2024 · 2 comments

Comments

@nsettipa
Copy link

nsettipa commented Oct 7, 2024

Hi,

We have Strimzi Kafka setup with 3 cluster broker pods and cruise-control to monitor the metrics. In Cruise-control, below warning is reported:

Skip generating metric sample for broker 2 because all broker metrics are missing. This warning is reported randomly during traffic scenario. In Kafka Broker Pods, there is already Cruise-control metrics jar installed. when this warning reported. How to suppress this warning message.

skipped by broker {2=6353}) partition metric samples and 2(1 skipped) broker metric samples for timestamp 1726200415890..
I verified .

In SamplingUtils.Java, below warning reported when brokerload is NULL
private static boolean skipBuildingBrokerMetricSample(BrokerLoad brokerLoad, int brokerId) {
if (brokerLoad == null) {
LOG.warn("{}broker {} because all broker metrics are missing.", SKIP_BUILDING_SAMPLE_PREFIX, brokerId);
return true;

When this warning reported and how to resolve this issue. would require technical support.

Thank you.

Rgds,
Narasimham

@nsettipa
Copy link
Author

Any update on the ticket

@nsettipa
Copy link
Author

Pls respond for this query from cruise-control

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant