There are ongoing intra-broker partition movements #7309
Unanswered
ccrootdeeplay
asked this question in
Q&A
Replies: 2 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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions