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

   ## Summary
   
   The BE config `write_buffer_size` page states the default is **100MB 
(104,857,600)**, but the actual default has been **200MB (209,715,200)** since 
2.1.0 — changed in apache/doris#30749 (`DEFINE_mInt64(write_buffer_size, 
"209715200")`).
   
   Updated both the "default size is 100MB" prose and the `Default value` field 
across the EN and zh `admin-manual/config/be-config` pages (current / 2.1 / 3.x 
/ 4.x).
   
   The separate `write_buffer_size_for_agg` config (which genuinely defaults to 
100MB) is left unchanged.
   
   Reported in #3497.
   
   ## Test plan
   
   - [x] Confirmed `write_buffer_size = 209715200` in BE source 
(`be/src/common/config.cpp`), changed in #30749 (merged into 2.1.0).
   - [x] Verified `write_buffer_size_for_agg` (104857600) and other 
104857600-valued configs (e.g. `segcompaction_candidate_max_bytes`) were not 
touched.
   - [x] Dead-link check passes.
   - [ ] CI build.
   
   Closes #3497


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