yx9o opened a new issue, #10465:
URL: https://github.com/apache/rocketmq/issues/10465

   ### Before Creating the Enhancement Request
   
   - [x] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   Preserve the POP suspend flag when revive retry records are rewritten or 
converted, so suspended retries do not later increment reconsumeTimes as normal 
retries.
   
   ### Motivation
   
   Some POP revive paths rebuild PopConsumerRecord or PopCheckPoint during 
backoff/retry handling. If suspend is not copied, it defaults to false and 
changes the retry semantics.
   
   ### Describe the Solution You'd Like
   
   Copy suspend in the POP revive backoff rewrite paths and KV-to-FS transfer 
path, with regression tests covering the rewritten records/checkpoints.
   
   ### Describe Alternatives You've Considered
   
   No
   
   ### Additional Context
   
   _No response_


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