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/09/17 10:43:33 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #5910: [INLONG-5909][Agent] Fix WatchService is no effect in the k8s

healchow commented on code in PR #5910:
URL: https://github.com/apache/inlong/pull/5910#discussion_r973570887


##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/db/JobProfileDb.java:
##########
@@ -192,4 +197,20 @@ public List<JobProfile> getJobsByState(StateSearchKey stateSearchKey) {
         }
         return profileList;
     }
+
+    /**
+     * check local job state.
+     *
+     * @return list of job profile.

Review Comment:
   The result type is a Map, please change the Java doc, and add the desc for the key-value.



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