Liu-ZhenYu opened a new pull request, #10085:
URL: https://github.com/apache/rocketmq/pull/10085

   Motivation
   switchTimerEngine writes timerUseRocksDB to the broker configuration, but 
the actual config key is timerRocksDBEnable. As a result, the switch isn’t 
persisted and may revert after restart.There’s also a typo in the error message.
   
   Changes
   - Persist timerRocksDBEnable instead of timerUseRocksDB
   - Fix typo in error message (muse → must) and reference correct key name
   
   Impact
   Ensures engine switch is persisted correctly and improves user-facing 
guidance.
   
   Test Plan
   - Manual: switch to RocksDB engine, verify timerRocksDBEnable=true is 
written to config; restart broker and confirm RocksDB engine remains enabled.


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