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 2023/01/04 02:35:14 UTC

[GitHub] [inlong] thesumery commented on a diff in pull request #7134: [INLONG-7089][Agent] Separate the concept of node tag from the node table and extract the concept of task group

thesumery commented on code in PR #7134:
URL: https://github.com/apache/inlong/pull/7134#discussion_r1061094333


##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongClusterController.java:
##########
@@ -228,11 +228,11 @@ public Response<Boolean> deleteNode(@PathVariable Integer id) {
         return Response.success(clusterService.deleteNode(id, LoginUserUtils.getLoginUser().getName()));
     }
 
-    @RequestMapping(value = "/cluster/node/bindTag")
+    @RequestMapping(value = "/cluster/node/bindLabel")

Review Comment:
   At present, the label is not bound to the file agent forcibly, and its association is also bound to the node. 
   
   And the design of the label is not just for collection tasks
   
   



-- 
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