ai-yang commented on PR #10759:
URL: https://github.com/apache/rocketmq/pull/10759#issuecomment-5634094915

   Refreshed onto `develop` at `1a50c6e4e` and pushed signed-off commit 
`f9247d2a6`.
   
   The rebase retains upstream #10566's mapped-file `hold()`/`release()` 
protection in `ConsumeQueue`. The duplicate-dispatch guard is unchanged (`git 
range-diff` reports the patch as equivalent).
   
   Clean JDK 8 verification:
   
   ```bash
   mvn -pl store -am -DskipITs -Dtest=ConsumeQueueTest,ConsumeQueueExtTest \
     -Dsurefire.failIfNoSpecifiedTests=false clean test
   ```
   
   24 tests passed: `store.ConsumeQueueTest` 11/11, `store.ConsumeQueueExtTest` 
6/6, and `store.queue.ConsumeQueueTest` 7/7. All 4 reactor modules succeeded, 
with Checkstyle and SpotBugs reporting no findings. `git diff --check` passed.
   
   This push starts fresh CI against the current base; the earlier 
Timer/LitePull failures are historical results, not validation of this 
refreshed head.
   
   @guyinyou @xdkxlk, could you review the early idempotency check and its 
interaction with CQ/Ext dispatch when convenient?
   


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