You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/15 02:42:34 UTC

[GitHub] [inlong] fuweng11 commented on a diff in pull request #6534: [INLONG-6533][Manager] Fix the problem of manager did not distribute the task according to the clusterName

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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org