zhangshenghang commented on code in PR #8233:
URL: https://github.com/apache/seatunnel/pull/8233#discussion_r1877969454


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/resourcemanager/AbstractResourceManager.java:
##########
@@ -49,21 +57,27 @@ public abstract class AbstractResourceManager implements 
ResourceManager {
 
     private static final long DEFAULT_WORKER_CHECK_INTERVAL = 500;
 
-    protected final ConcurrentMap<Address, WorkerProfile> registerWorker;
+    @Getter public final ConcurrentMap<Address, WorkerProfile> registerWorker;
 
     private final NodeEngine nodeEngine;
 
     private final ExecutionMode mode;
 
-    private final EngineConfig engineConfig;
+    @Getter private final EngineConfig engineConfig;
 
     private volatile boolean isRunning = true;
 
+    private Map<Address, EvictingQueue<SystemLoadInfo>> workerLoadMap;
+
+    @Setter @Getter
+    private Map<Address, ImmutableTriple<Double, Integer, Integer>> 
workerAssignedSlots;

Review Comment:
   ok,I will currently refactoring



-- 
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-unsubscr...@seatunnel.apache.org

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

Reply via email to