Add note for workload group when upgrade Doris (#30457)

This commit is contained in:
wangbo
2024-01-29 09:33:56 +08:00
committed by yiguolei
parent bfdc41d37b
commit 15a68924f5
3 changed files with 64 additions and 14 deletions

View File

@ -141,7 +141,6 @@ public class WorkloadRuntimeStatusMgr {
} else {
long currentTime = System.currentTimeMillis();
for (Map.Entry<String, TQueryStatistics> entry : params.query_statistics_map.entrySet()) {
LOG.info("log2109 queryid={}, shuffle={}", entry.getKey(), entry.getValue().shuffle_send_bytes);
queryIdMap.put(entry.getKey(), entry.getValue());
queryLastReportTime.put(entry.getKey(), currentTime);
}