fuweng11 commented on code in PR #6534:
URL: https://github.com/apache/inlong/pull/6534#discussion_r1022260319
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java:
##########
@@ -283,12 +283,14 @@ private DataConfig getFileTaskFromEntity(TaskRequest
taskRequest, StreamSourceEn
private List<DataConfig> fetchIssuedTasks(TaskRequest taskRequest) {
final String agentIp = taskRequest.getAgentIp();
+ final String agentClusterName = taskRequest.getAgentIp();
Review Comment:
I fixed it.
--
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]