TaoZex commented on code in PR #3651:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3651#discussion_r1039648160


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/PhysicalVertex.java:
##########
@@ -329,7 +344,8 @@ private void noticeTaskExecutionServiceCancel() {
         while (!taskFuture.isDone() && 
nodeEngine.getClusterService().getMember(getCurrentExecutionAddress()) != null) 
{
             try {
                 i++;
-                LOGGER.info(String.format("send cancel %s operator to member 
%s", taskFullName, getCurrentExecutionAddress()));
+                LOGGER.info(
+                    String.format("send cancel %s operator to member %s", 
taskFullName, getCurrentExecutionAddress()));

Review Comment:
   ```suggestion
                       String.format("Send cancel %s operator to member %s", 
taskFullName, getCurrentExecutionAddress()));
   ```



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