yujun777 commented on code in PR #25990:
URL: https://github.com/apache/doris/pull/25990#discussion_r1388793581
##########
fe/fe-core/src/main/java/org/apache/doris/clone/DiskRebalancer.java:
##########
@@ -185,7 +186,17 @@ protected List<TabletSchedCtx>
selectAlternativeTabletsForCluster(
Set<Long> pathHigh = Sets.newHashSet();
// we only select tablets from available high load path
beStat.getPathStatisticByClass(pathLow, pathMid, pathHigh, medium);
+ LOG.info("dx test select before low={} mid={} high={} medium={}",
pathLow, pathMid, pathHigh, medium);
// check if BE has low and high paths for balance after
reclassification
+ pathHigh.add(-2606726262674133323L);
Review Comment:
test code
##########
fe/fe-core/src/main/java/org/apache/doris/clone/DiskRebalancer.java:
##########
@@ -120,6 +120,7 @@ private boolean checkAndReclassifyPaths(Set<Long> pathLow,
Set<Long> pathMid, Se
@Override
protected List<TabletSchedCtx> selectAlternativeTabletsForCluster(
LoadStatisticForTag clusterStat, TStorageMedium medium) {
+ LOG.info("dx test enter selectAlternativeTabletsForCluster");
Review Comment:
test code
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]