yuluo-yx opened a new issue, #2142:
URL: https://github.com/apache/rocketmq-dashboard/issues/2142

   ## Affected branch
   
   rocketmq-studio at 737a7b4d
   
   ## Problem
   
   Opening the Broker configuration editor rounds maxMessageSize to a whole 
MiB. Saving an unrelated field therefore rewrites a valid fractional-MiB value. 
The page also states that read and write queue counts must match, but no 
cross-field validation enforces that contract, and integer settings accept 
fractional input.
   
   ## Expected behavior
   
   The editor should round-trip the existing byte value without mutation, 
constrain integer settings to integer input, and prevent submission when read 
and write queue counts differ.
   
   ## Reproduction
   
   Load a Broker with maxMessageSize set to 4.5 MiB, change only flushDiskType, 
and save. Also try readQueueNums 4 with writeQueueNums 8.


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