orangeCatDeveloper opened a new pull request, #3618:
URL: https://github.com/apache/fluss/pull/3618

   ### Purpose
   
   Linked issue: close #2513
   
   The `env.*` options that the `bin/` startup scripts read from 
`conf/server.yaml` were undocumented. This adds an **Environment** section to 
the Server Configuration page covering the JVM and process-launch options.
   
   ### Brief change log
   
   - Add an `## Environment` section to `maintenance/configuration.md` 
documenting the options that `bin/config.sh` reads and applies at process 
launch:
     - `env.java.home`
     - `env.java.opts.all`
     - `env.java.opts.coordinator-server`
     - `env.java.opts.tablet-server`
     - `env.pid.dir`
   - Cross-reference the 
[Logging](https://github.com/apache/fluss/blob/main/website/docs/maintenance/observability/logging.md)
 docs, which already document the `env.log.*` options, to avoid duplication.
   
   Not included (from the issue's key list):
   - `env.log.dir` / `env.log.level` / `env.log.max` / 
`env.stdout-err.redirect-to-file` — already documented under Logging.
   - `remote.data.dir` — already documented in the same page's Common section.
   - `env.ssh.opts` and `zookeeper.heap.mb` — currently read into shell 
variables (`FLUSS_SSH_OPTS`, `ZK_HEAP`) but not wired to any behavior in the 
shipped scripts, so documenting them as functional options would be misleading. 
Happy to include them if they are intended to work.
   
   ### Tests
   
   Docs-only change. Built the site locally (`build_versioned_docs.sh` + 
`docusaurus build`); the new cross-reference link resolves and the change adds 
no broken links.
   
   ### API and Format
   
   No API or storage format changes.
   
   ### Documentation
   
   This PR is the documentation.
   
   <!--
   Generative AI disclosure: generative AI tools were used in authoring this PR.
   Tool: Claude Code (Opus 4.8), following 
https://github.com/apache/fluss/blob/main/AGENTS.md
   -->
   


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

Reply via email to