gosonzhang commented on code in PR #7134: URL: https://github.com/apache/inlong/pull/7134#discussion_r1062027011
########## inlong-agent/agent-core/src/main/java/org/apache/inlong/agent/core/HeartbeatManager.java: ########## @@ -228,7 +228,7 @@ private HeartbeatMsg buildHeartbeatMsg() { heartbeatMsg.setInCharges(inCharges); } if (StringUtils.isNotBlank(nodeTag)) { - heartbeatMsg.setNodeTag(nodeTag); + heartbeatMsg.setNodeLabel(nodeTag); Review Comment: Can there be a clear meaning of the name? tag and lab are too general -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org