You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/02/16 09:38:46 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on issue #8367: [Bug] [server] execute COMPLEMENT_DATA command always missing some ack event

caishunfeng commented on issue #8367:
URL: https://github.com/apache/dolphinscheduler/issues/8367#issuecomment-1041295237


   I found that workflowExecuteThread use same processInstance java object to run serial complement, which will dismatch the key and value in global processInstanceMap. So when check `processInstanceMap.contain(processInstance.id)`, it will get the error result you don't want, and skip doing something.


-- 
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-unsubscribe@dolphinscheduler.apache.org

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