fengjian1129 commented on PR #11668: URL: https://github.com/apache/dolphinscheduler/pull/11668#issuecomment-1235164335
@rickchengx @ruanwenjun 1.At present, an error "null point" is reported when the dev branch stops the task <img width="1399" alt="image" src="https://user-images.githubusercontent.com/35831367/188079546-1805b6ad-d840-4fa7-bc96-fa88c6ad1d76.png"> Because appIds in taskExecutionContext class is null, it is SQL type , processId =0 as shown below: <img width="1413" alt="image" src="https://user-images.githubusercontent.com/35831367/188080020-f804a340-838d-4872-bb1c-68f8868883c7.png"> <img width="762" alt="image" src="https://user-images.githubusercontent.com/35831367/188080470-2686d4e2-6927-49bf-a369-9907fb44181e.png"> <img width="1103" alt="image" src="https://user-images.githubusercontent.com/35831367/188080727-0a6d0840-b40e-48ba-9c89-0f85d2bd726b.png"> 2.After I fixed the bug, there was no such problem,Because I need to stop the process or yarn, get appid and ProcessId, and then judge whether there are appids and ProcessId = 0, as shown below: <img width="1419" alt="image" src="https://user-images.githubusercontent.com/35831367/188081665-e1a7bdc2-1c4c-4232-9299-6544a374d23a.png"> <img width="1039" alt="image" src="https://user-images.githubusercontent.com/35831367/188082409-9ea1b003-da6b-4112-ac39-e56a3107a9ba.png"> <img width="477" alt="image" src="https://user-images.githubusercontent.com/35831367/188082489-8124e466-496e-4356-9834-7e556a4d5f83.png"> -- 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]
