There are ongoing intra-broker partition movements #7309
Unanswered
ccrootdeeplay
asked this question in
Q&A
Replies: 3 comments 2 replies
|
I guess the error suggests that you have some rebalance in progress. Either manual or automated. It sound like you need to resolve it first before doing the next one. |
2 replies
|
We ran into similar issues lately. Though we use kafka baremetal and cruise control along side it, no operator/k8s. I can briefly tell you what we did and what we observed to overcome the problem:
Hope this helps. |
0 replies
|
Adding a comment here since I just ran into this with Strimzi (CC pod restarted a day into a multi-TB rebalance). This was the only solution that worked for me:
Strimzi version: 0.45.1 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Good afternoon, we are using strimzi version 0.30 (upgraded from 0.27.1) we have disks in jbod so we use rebalance " Rebalance Disk: true " at the moment it successfully generates proposal but it returns the error "Error for request: kafka-cruise-control. kafka-prod.svc:9090/kafkacruisecontrol/rebalance?json=true&dryrun=false&verbose=true&skip_hard_goal_check=false&rebalance_disk=true. Server │
│ returned: Error processing POST request '/rebalance' due to: 'com.linkedin.kafka.cruisecontrol.exception.OngoingExecutionException: There are ongoing intra-broker partition movements.'." in bin/kafka-log-dirs.sh some partitions hang with status isFuture: true I tried using manual balancing for such partitions, but after a while it "gets stuck" is there any way to automate this?
All reactions