This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new b63a67142a3 branch-3.1: [fix](warmup) fix show warm up tables #55192
(#55193)
b63a67142a3 is described below
commit b63a67142a372294fcce3bc9b578abf686727f90
Author: Kaijie Chen <[email protected]>
AuthorDate: Mon Aug 25 16:08:09 2025 +0800
branch-3.1: [fix](warmup) fix show warm up tables #55192 (#55193)
backport #55192
---
.../src/main/java/org/apache/doris/cloud/CacheHotspotManager.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/cloud/CacheHotspotManager.java
b/fe/fe-core/src/main/java/org/apache/doris/cloud/CacheHotspotManager.java
index b58c87d88a0..ed51961151e 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/cloud/CacheHotspotManager.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/cloud/CacheHotspotManager.java
@@ -785,8 +785,8 @@ public class CacheHotspotManager extends MasterDaemon {
stmt.isForce());
}
Map<Long, List<List<Long>>> beToTabletIdBatches =
splitBatch(beToWarmUpTablets);
- warmUpJob = new CloudWarmUpJob(jobId, null,
stmt.getDstClusterName(),
- beToTabletIdBatches, JobType.TABLE);
+ warmUpJob = new CloudWarmUpJob(jobId, stmt.getDstClusterName(),
+ beToTabletIdBatches, JobType.TABLE, stmt.getTables(),
stmt.isForce());
} else {
CloudWarmUpJob.Builder builder = new CloudWarmUpJob.Builder()
.setJobId(jobId)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]