boluor opened a new pull request, #3693:
URL: https://github.com/apache/doris-website/pull/3693

   ## Summary
   
   The `managing-compute-cluster` doc referenced an FE config 
`cloud_default_rebalance_type` in two places — the `fe.conf` example and the 
`ADMIN SHOW FRONTEND CONFIG` example — but no such config exists in Doris.
   
   The real config is `cloud_warm_up_for_rebalance_type` (default 
`async_warmup`), verified against the apache/doris FE source: it is defined in 
`Config.java` and used in `BalanceTypeEnum.java`, `ComputeGroup.java`, 
`CloudTabletRebalancer.java`, and the cloud regression tests. The `ADMIN SET 
FRONTEND CONFIG` example in the same doc already used the correct key — only 
the other two references were wrong.
   
   Corrected `cloud_default_rebalance_type` → 
`cloud_warm_up_for_rebalance_type` across all affected versions (EN next/4.x, 
ZH next/4.x; the feature does not exist in 3.x).
   
   ## Test plan
   
   - [x] Verified against apache/doris `Config.java`: 
`cloud_warm_up_for_rebalance_type` exists, `cloud_default_rebalance_type` does 
not (zero matches repo-wide)
   - [x] Confirmed the `ADMIN SET` example and the cloud regression tests use 
`cloud_warm_up_for_rebalance_type`


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