JinyLeeChina commented on PR #10541: URL: https://github.com/apache/dolphinscheduler/pull/10541#issuecomment-1842738325
> > > The old task instance logs are still in the same place as the new task instance. I can successfully reproduce it in version 2.0.8-release. > > > > > > i just run a test shell node which sleep 61s and set timeout = 1min, the number of retry times is 3, and the retry interval is 1 min and there are logs of each time > > as you can see, only the first retry, it works because first retry was executed by the same executor, the second and third lose the history because the retry task was send to other executor and the retry failed immdiately, no retry was made actually @SbloodyS It will be happened when the retry task appear in another task -- 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]
