RockteMQ-AI commented on issue #10730: URL: https://github.com/apache/rocketmq/issues/10730#issuecomment-5143177966
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** `LocalMessageService.popMessage` at line 291 logs `messageExt` directly, which delegates to `Message.toString()` and exposes raw message payload bytes via `Arrays.toString(body)`. **Impact:** Proxy logs may contain sensitive message payload data when POP offset metadata is inconsistent. **Severity:** medium — information exposure in logs, no functional impact on POP offset handling. An automated fix proposal will be generated. Reply `/approve` to proceed with PR generation. --- *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]
