sanjana2505006 commented on code in PR #18038:
URL:
https://github.com/apache/dolphinscheduler/pull/18038#discussion_r3026433781
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/task/statemachine/AbstractTaskStateAction.java:
##########
@@ -196,7 +196,6 @@ private void persistentTaskInstanceKilledEventToDB(final
ITaskExecutionRunnable
taskInstance.setState(TaskExecutionStatus.KILL);
taskInstance.setEndTime(taskKilledEvent.getEndTime());
taskInstanceDao.updateById(taskInstance);
-
Review Comment:
Thank you for the feedback!
I've reverted the unnecessary formatting change by adding back the empty line
--
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]