linkedin / cruise-control

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 Kafka clusters.
https://github.com/linkedin/cruise-control/tags
BSD 2-Clause "Simplified" License
2.74k stars 587 forks source link

GUI not working properly #1153

Closed jaydeepch15 closed 4 years ago

jaydeepch15 commented 4 years ago

I am getting below messages

[2020-03-23 07:54:51,399] INFO Skip sampling because the load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.monitor.task.SamplingTask) [2020-03-23 07:54:52,757] INFO Skipping proposal precomputing because load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.analyzer.GoalOptimizer) [2020-03-23 07:55:22,758] INFO Skipping proposal precomputing because load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.analyzer.GoalOptimizer) [2020-03-23 07:55:52,758] INFO Skipping proposal precomputing because load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.analyzer.GoalOptimizer) [2020-03-23 07:56:22,758] INFO Skipping proposal precomputing because load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.analyzer.GoalOptimizer) [2020-03-23 07:56:22,964] INFO Skipping anomaly detection because load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.detector.AnomalyDetectorUtils) [2020-03-23 07:56:30,415] INFO Skipping anomaly detection because load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.detector.AnomalyDetectorUtils) [2020-03-23 07:56:32,113] INFO Skipping anomaly detection because load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.detector.AnomalyDetectorUtils) [2020-03-23 07:56:51,400] INFO Skip sampling because the load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.monitor.task.SamplingTask) [2020-03-23 07:56:52,758] INFO Skipping proposal precomputing because load monitor is in BOOTSTRAPPING state. (com.linkedin.kafka.cruisecontrol.analyzer.GoalOptimizer)

efeg commented 4 years ago

@jaydeepjc Does this issue occur when you explicitly send a bootstrap request to Cruise Control? Are there any errors in the log? Did you setup sample store topics properly -- i.e. can you verify whether the sample store topics (see default topic names from the configs below) exist and receive / serve data?

# The config for the Kafka sample store to save the partition metric samples
partition.metric.sample.store.topic=__KafkaCruiseControlPartitionMetricSamples

# The config for the Kafka sample store to save the model training samples
broker.metric.sample.store.topic=__KafkaCruiseControlModelTrainingSamples

Also why is this issue related to GUI?

efeg commented 4 years ago

Closing the issue. @jaydeepjc please feel free to reopen if you have more details.