yyqdbngt opened a new pull request, #2815: URL: https://github.com/apache/rocketmq-dashboard/pull/2815
## Summary - add audit ID as a deterministic tie-breaker after creation time - keep page boundaries stable for records written in the same timestamp bucket - add repository regression coverage ## Why Ordering only by creation time leaves equal-timestamp rows nondeterministic, which can duplicate or skip records while paging. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 PATH=/opt/homebrew/opt/openjdk@21/bin:$PATH ./mvnw -f server/pom.xml -Dtest=MybatisPlusAuditRepositoryTest test` -- 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]
