jjj-n commented on issue #10998:
URL: https://github.com/apache/rocketmq/issues/10998#issuecomment-5526293020

   Hi, I'd like to take this issue. Plan:
   
   1. Reproduce: set `tieredStoreGroupCommitSize` to 2MB, send a single message 
larger than that, and observe the dispatcher retrying the same offset with no 
progress (empty `dispatchRequestList`, Tiered CQ offset stuck).
   2. Fix: in `MessageStoreDispatcherImpl#doScheduleDispatch`, handle the 
boundary where the very first message's size is already >= `groupCommitSize` — 
it should still be dispatched as its own single-message batch instead of 
breaking out with empty `appendingBufferList`/`dispatchRequestList`.
   3. Add a regression test in the `tieredstore` module covering first-message 
size == and > `groupCommitSize`.
   
   Could this be assigned to me? Thanks!
   


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