RockteMQ-AI commented on issue #10838:
URL: https://github.com/apache/rocketmq/issues/10838#issuecomment-5225046612

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Confirmed**
   
   The reported issue has been verified against the current codebase (`develop` 
branch).
   
   **Root Cause:** `orderTopicConf` entries are parsed assuming 
`broker:queueCount` format without validation. A malformed entry causes 
`ArrayIndexOutOfBoundsException` or `NumberFormatException` during route 
conversion.
   
   **Impact:** Client route resolution and proxy route conversion crash on 
malformed config, affecting message routing for ordered topics.
   
   **Severity:** medium
   
   **Affected code:** `namesrv/.../ClientRequestProcessor.java`, 
`remoting/.../TopicRouteData.java`, proxy route conversion
   
   An automated fix proposal will be generated. Reply `/approve` to proceed 
with PR generation.
   
   ---
   *Automated evaluation by RockteMQ-AI*
   


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