RockteMQ-AI commented on issue #10804: URL: https://github.com/apache/rocketmq/issues/10804#issuecomment-5190415208
**Issue Evaluation** Category: `bug` | Status: **Confirmed** **Root Cause:** `GrpcChannelManager.syncSubscriptionData()` logs the full `SubscriptionData` object at INFO level on every heartbeat sync, including all tag expressions and filter data. **Impact:** Operational — excessive log volume, potential information exposure **Severity:** Low The issue is valid. The proposed fix (logging only consumer group and topic at INFO level, moving full data to DEBUG) is appropriate. This follows standard logging hygiene for high-frequency operations. An automated fix proposal will be generated. Reply `/approve` 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]
