RockteMQ-AI commented on issue #10871: URL: https://github.com/apache/rocketmq/issues/10871#issuecomment-5229881526
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** **Root Cause:** `StatisticsBrief` accepts percentile metadata values outside the valid range [0.0, 1.0] without validation. Invalid percentile values (negative or >1.0) are silently accepted, leading to incorrect statistical calculations. **Impact:** Metrics/statistics — consumers of statistics data may receive misleading percentile values when invalid metadata is provided. **Severity:** low --- *Automated evaluation by github-manager-bot* -- 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]
