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

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Confirmed**
   
   The reported issue has been verified against the current codebase.
   
   **Root Cause:** `GrpcConverter.buildSystemProperties()` (lines 194, 200) 
calls `Long.parseLong()` on `PROPERTY_TIMER_DELAY_SEC` and 
`PROPERTY_TIMER_DELIVER_MS` without catching `NumberFormatException`. A single 
malformed timer property in a `MessageExt` will crash the entire gRPC message 
conversion path.
   
   **Impact:** Proxy gRPC v2 message conversion — any message with malformed 
timer properties will cause the conversion to fail with an unhandled exception.
   
   **Severity:** medium
   
   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