kangkaisen commented on a change in pull request #548: Skip balance when
colocate group is balancing
URL: https://github.com/apache/incubator-doris/pull/548#discussion_r248559089
##########
File path: fe/src/main/java/org/apache/doris/clone/ColocateTableBalancer.java
##########
@@ -196,6 +196,11 @@ private synchronized void tryBalanceWhenBackendChange() {
Set<Long> allGroupIds = colocateIndex.getAllGroupIds();
for (Long groupId : allGroupIds) {
+ if (colocateIndex.isGroupBalancing(groupId)) {
+ LOG.warn("colocate group {} is balancing", groupId);
Review comment:
OK
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]