justinwwhuang commented on code in PR #9164:
URL: https://github.com/apache/inlong/pull/9164#discussion_r1376988986


##########
inlong-agent/agent-core/src/main/java/org/apache/inlong/agent/core/task/PositionManager.java:
##########
@@ -44,14 +44,14 @@ public class PositionManager extends AbstractDaemon {
     private static final Logger LOGGER = 
LoggerFactory.getLogger(PositionManager.class);
     private static volatile PositionManager positionManager = null;
     private final AgentManager agentManager;
-    private final JobProfileDb jobConfDb;
+    private JobProfileDb jobConfDb;
     private final AgentConfiguration conf;
     private ConcurrentHashMap<String, ConcurrentHashMap<String, Long>> 
jobTaskPositionMap;
 
     private PositionManager(AgentManager agentManager) {
         this.conf = AgentConfiguration.getAgentConf();
         this.agentManager = agentManager;
-        this.jobConfDb = agentManager.getJobManager().getJobConfDb();
+        // this.jobConfDb = agentManager.getJobManager().getJobConfDb();

Review Comment:
   get, fix it next issue



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