github-actions[bot] commented on issue #13634: URL: https://github.com/apache/dolphinscheduler/issues/13634#issuecomment-1445742182
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description After a node retries, the retry log shows incomplete in the log viewer of the ui. This situation is mainly for **retry behavior** after a node fails, and **worker running on a different machine** will only appear. In fact, after the node retries, the log will be kept on the corresponding worker machine, but when the log viewer pulls the log, it gets the log on the last host. <img width="1220" alt="image" src="https://user-images.githubusercontent.com/20608690/221150601-c1e10afb-f441-4ed9-8992-c4fcf93dc4b7.png"> <img width="1190" alt="image" src="https://user-images.githubusercontent.com/20608690/221150620-fd7dfceb-00e5-41ff-9eed-3755962fc0ab.png"> <img width="1444" alt="image" src="https://user-images.githubusercontent.com/20608690/221150551-61fddab2-f1ac-4857-84e2-da2601bb6bd3.png"> <img width="1258" alt="image" src="https://user-images.githubusercontent.com/20608690/221451987-53dcc670-2cb7-4b7c-8141-3e10514e9d1f.png"> I found two running log records from the ui log viewer, but I couldn't find the other two, so I need to find it on the corresponding worker. <img width="1126" alt="image" src="https://user-images.githubusercontent.com/20608690/221451659-b3afc254-f854-4138-b1a4-e6c19fb8c6ee.png"> <img width="1153" alt="image" src="https://user-images.githubusercontent.com/20608690/221482946-db30bfec-9a35-47be-9cfe-683db0ccd72a.png"> Finally, it is desirable to be able to see the logs of all retries in the log viewer. ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
