bobhan1 opened a new pull request, #64544:
URL: https://github.com/apache/doris/pull/64544

   ## Summary
   
   Backport #63832 to branch-4.0.
   
   This adds table-level `ON TABLES` support for event-driven cloud warm-up, 
including FE parser/command handling, warm-up job table filters, BE warm-up 
stats plumbing, and the HTTP stats action needed by the regression coverage.
   
   For this branch-4.0 backport, `CloudMetaMgr::commit_rowset` was adjusted to 
take `table_id` as an explicit parameter from the caller. Call sites now pass 
the value from the owning tablet instead of deriving it from rowset metadata.
   
   ## Validation
   
   - `git diff --check`
   - `./run-be-ut.sh --run 
--filter='CloudWarmUpManagerFilterTest.*:CloudWarmUpManagerTest.*:MBvarWindowedAdderTest.*'
 -j100`
   - `./run-fe-ut.sh --run 
org.apache.doris.cloud.OnTablesFilterTest,org.apache.doris.cloud.CloudWarmUpJobTableFilterTest,org.apache.doris.cloud.WarmUpClusterOnTablesParseTest,org.apache.doris.cloud.WarmUpStatsTest,org.apache.doris.cloud.CacheHotspotManagerTableFilterTest,org.apache.doris.cloud.catalog.CloudInstanceStatusCheckerTest,org.apache.doris.metric.MetricsTest`
   - `./build.sh --be --fe --cloud -j100`
   - `docker build -f docker/runtime/doris-compose/Dockerfile -t bh-cluster-2 .`
   - `env -u HTTP_PROXY -u HTTPS_PROXY -u http_proxy -u https_proxy -u 
ALL_PROXY -u all_proxy ./run-regression-test.sh --run -d 
regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/on_tables -g docker 
-runMode=cloud -dockerSuiteParallel 1`
   


-- 
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]

Reply via email to