ashulin commented on code in PR #2559:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2559#discussion_r957972985


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/task/operation/sink/SinkRegisterOperation.java:
##########
@@ -56,7 +56,7 @@ public void run() throws Exception {
         SinkAggregatedCommitterTask<?> task = null;
         for (int i = 0; i < RETRY_TIME; i++) {
             try {
-                task = 
server.getTaskExecutionService().getExecutionContext(committerTaskID.getTaskGroupID())

Review Comment:
   Can the encapsulation of the group-id be improved? Hide details in 
TaskExecutionService, TaskID is unique for a job, task-group-id & pipeline-id 
can be hidden.



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