RockteMQ-AI commented on issue #4157: URL: https://github.com/apache/rocketmq-dashboard/issues/4157#issuecomment-5585688678
**Issue Evaluation** Category: | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** validation in only checks — there is no upper bound check against the configured . Meanwhile, purges data older than (default 24h). This means a rule with e.g. (48h) is accepted but silently evaluated on an incomplete sample set. **Impact:** Studio native alerting module — AVG/MAX/SUM aggregations can produce silently incorrect results when the window exceeds retention. **Severity:** Medium — no data corruption, but alert thresholds may be misleading. **Fix location:** or should compare against and reject with HTTP 400 if the window exceeds retention. An automated fix proposal can be generated. Reply to proceed with PR generation. --- *Automated evaluation by @RockteMQ-AI* -- 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]
