merlimat opened a new pull request, #4768:
URL: https://github.com/apache/bookkeeper/pull/4768

   ## Summary
   
   - `BookieServer` was dumping the entire `ServerConfiguration` as a formatted 
JSON blob at startup, which is huge and distracting in logs.
   - Replace it with a single structured `Starting Bookie server` log entry 
that carries an `overrides` attribute containing only the config entries that 
differ from the built-in defaults.
   - Overrides are computed by iterating the in-memory configuration 
(properties explicitly set via config file or `setProperty`) and skipping 
anything whose value matches a fresh `new ServerConfiguration()`.
   
   ## Test plan
   
   - [x] `mvn -pl bookkeeper-server compile test-compile` passes.
   - [ ] Start a bookie with a custom `bk_server.conf` and confirm the log 
entry shows only the user-set overrides, not the full config.


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