tju-yxq commented on issue #1353: URL: https://github.com/apache/rocketmq-dashboard/issues/1353#issuecomment-5235521506
Hi @RockteMQ-AI, all the requested information is already included in the issue body above: - **Steps to reproduce**: See the "Steps to Reproduce" section (7-step reproduction with fileReservedTime=1h, produce messages, wait for cleanup, query with pre-cleanup time range). - **Expected behavior**: See "What Did You Expect to See?" - the scan should recover from OFFSET_ILLEGAL by retrying from nextBeginOffset. - **Actual behavior**: See "What Did You See Instead?" - zero results, the scan breaks on the first OFFSET_ILLEGAL pull. - **Environment**: Ubuntu 20.04, RocketMQ 5.3.2+ (rocketmq-studio branch, commit f727341), OpenJDK 21. - **Logs**: No error logs are produced - the bug is silent. The scan simply breaks without warning, which is part of the problem (the fix adds a debug log for the OFFSET_ILLEGAL recovery path). I'll submit a PR shortly. -- 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]
