Kafka rebalance executed is not the same that you approved #12193
dariocazas
started this conversation in
General
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.
I am doing some experiments with
KafkaRebalanceCR, and I notice:KafkaRebalanceCR (less than 1 minute after get theProposalReadystate), when the CR moved intoRebalancing, the optimisation result changedFor example (and this is not the unique execution):
KafkaRebalance before approval
KafkaRebalance after approval
As you can see in the CRs:
ProposalReadyandRebalancingis 39sdataToMoveMBproposed is 18G, but finally to be rebalanced is 7GnumLeaderMovementsproposed is 999, but finally to be rebalanced is 553During my test, I try:
proposal.expiration.msfrom the default 15m to 24h (just in case...)So... my questions are:
All reactions