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

   **Issue Evaluation**
   
   Category: `type/bug` | Module: `module/proxy` | Status: **Confirmed**
   
   The reported issue has been verified against the current codebase (`develop` 
branch).
   
   **Root Cause:** `ProducerProcessor#buildSendMessageRequestHeader` (lines 
214, 220) calls `Integer.valueOf()` directly on `PROPERTY_RECONSUME_TIME` and 
`PROPERTY_MAX_RECONSUME_TIMES` without defensive error handling. If either 
property contains a non-numeric value, a `NumberFormatException` will abort the 
entire send/retry path.
   
   **Impact:** Proxy message forwarding for retry messages can fail 
unexpectedly when upstream storage contains malformed retry counters. The same 
method already tolerates malformed born timestamps (line ~207) with a try-catch 
fallback, making this inconsistency notable.
   
   **Severity:** Medium — affects retry message reliability in edge cases with 
corrupted metadata.
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *Automated evaluation by github-manager*


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