aloyszhang commented on code in PR #9868:
URL: https://github.com/apache/inlong/pull/9868#discussion_r1575893404


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/SortServiceImpl.java:
##########
@@ -117,4 +189,126 @@ public void acceptPlugin(Plugin plugin) {
             sortPoller = pollerPlugin.getSortPoller();
         }
     }
+
+    @Override
+    public SortConfigResponse getSortConfig(String clusterName, String md5) {
+        if (StringUtils.isBlank(clusterName)) {
+            String errMsg = "blank cluster name or task name, return nothing";

Review Comment:
   ```suggestion
               String errMsg = "blank cluster name, return nothing";
   ```



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

Reply via email to