RockteMQ-AI commented on issue #10726: URL: https://github.com/apache/rocketmq/issues/10726#issuecomment-5143180826
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** `HeartbeatSyncer.consumeMessage` at line 225 logs `new String(msg.getBody(), StandardCharsets.UTF_8)` directly in the catch block, exposing serialized heartbeat synchronization data including client identity and subscription metadata. **Impact:** Proxy logs may contain operational metadata (client identity, subscription info) when heartbeat sync message parsing or processing fails. **Severity:** medium — information exposure in logs, no functional impact on heartbeat sync behavior. 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]
