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.68k stars 574 forks source link

Error log missing for tasks completedWithError #2137

Open TiansuYu opened 3 months ago

TiansuYu commented 3 months ago

I have some cruise control tasks that are finished with CompletedWithError. I would like to understand what the error is from the server side. However, by digging into the cruise control logs, I can only see entries such as

{"Status":"CompletedWithError","ClientIdentity":"xxx","RequestURL":"POST /kafkacruisecontrol/rebalance?json<content_of_my_request>","UserTaskId":"a2b98fff-c672-4ce3-xxxx","StartMs":"1711616677527"}

without any explanations of the error itself.

Could someone enlighten me how to improve on the logging behavior here?