Skip to content

Commit

Permalink
[fix](tablet clone) fix be load rebalancer choose candidate tablets #…
Browse files Browse the repository at this point in the history
…23915

When be load reblancer choose candidate tablets, it will try moving tablets from high load backends to low backend backends. If the higher HIGH BE has no available slot num, it should try next HIGH BE.
  • Loading branch information
yujun777 authored and xiaokang committed Sep 9, 2023
1 parent 93a83b5 commit d663242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected List<TabletSchedCtx> selectAlternativeTabletsForCluster(
}

if (remainingPaths.isEmpty()) {
return alternativeTablets;
continue;
}

// select tablet from shuffled tablets
Expand Down

0 comments on commit d663242

Please sign in to comment.