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

   ## Summary
   
   A batch of doc-audit fixes (findings #40-#42, #44-#48, #50-#53) in the 
system-tables and trouble-shooting / workload-management docs:
   
   - **#40/#41** — `internal_schema/audit_log.md`: typos `booean` → `boolean`, 
`decouped` → `decoupled`.
   - **#42** — `information_schema/triggers.md`: frontmatter `description` was 
copied verbatim from `tables.md` ("Stores all table information.") → now 
describes the `triggers` table.
   - **#44** — `system-tables/mysql/props_priv.md` → **renamed to 
`procs_priv.md`**: the file was misnamed; its title and body already document 
`procs_priv` (the real MySQL `mysql.procs_priv` table — there is no 
`props_priv` table). Renamed across all EN / ZH / ja-source version copies (12 
files) and updated the 4 sidebar references. No in-content links point to it.
   - **#45** — `memory-log-analysis.md`: `Used=114.80 MB(726799124 B)` — 
726799124 B ≈ 693 MB; the MB value was wrong → `693.14 MB` (other lines in the 
same sample have consistent MB/byte pairs).
   - **#46** — `jemalloc-memory-analysis.md`: a truncated `total` value 
`185139` → `1851392` (= dirty+muzzy+retained, consistent with every other row 
of the `extents` table).
   - **#47** — `metadata-memory-analysis.md`: garbled metric name → 
`doris_pk/index_reader_pk_pages`.
   - **#48** — `load-memory-analysis.md`: unbalanced inline-code backticks (`` 
`` `` → `` ` ``).
   - **#50** — `spill-disk.md`: `memory_low_watermark` / 
`memory_high_watermark` defaults were 80% / 95% → corrected to 50% / 80% 
(consistent with `workload-group.md` and `concurrency-control-and-queuing.md`).
   - **#51/#52/#53** — `concurrency-control-and-queuing.md`, 
`compute-group.md`, `workload-group.md`: removed stray trailing `**` on FAQ 
subheadings.
   
   Applied across all affected EN and Chinese versions.
   
   ## Test plan
   
   - [x] `#44`: confirmed the file content already says `procs_priv`; updated 
all 4 sidebar entries in the same commit so the build stays consistent; 
verified no in-content links to `props_priv`
   - [x] `#45/#46`: corrected values verified by arithmetic against sibling 
rows in the same sample blocks
   - [x] `#50`: cross-checked the 50%/80% defaults against the other 
workload-management docs
   - [x] verified no stray `**` remains on any `Q:` heading


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