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/01/11 14:59:16 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on issue #7865: [Bug] [MasterServer] memory map use id as key does not match value when task retry

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


   > what is `value.getId`, the value of `taskInstanceRetryCheckList` map is Integer
   
   `taskInstanceRetryCheckList` is a map<taskInstanceId, taskInstance>, so `value.getId` means `taskInstance.getId`, and it should be equal to the key.
   But in some case like retry, it may be incorrect.


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