caishunfeng commented on a change in pull request #8242:
URL: https://github.com/apache/dolphinscheduler/pull/8242#discussion_r803262012
##########
File path:
dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/processor/DBTaskAckProcessor.java
##########
@@ -46,8 +46,10 @@ public void process(Channel channel, Command command) {
command.getBody(), DBTaskAckCommand.class);
if (taskAckCommand == null){
+ logger.error("dBTask ACK request command is null");
Review comment:
Can you add some identity here? such as processInstanceId or
taskInstanceId, or name.
--
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]