BoYiZhang opened a new issue #4187: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4187
Today we found that the log file has more than 100 g File name: 'dolphin scheduler masterserver- xxxx.out ' After opening the log, it is unable to locate the exception location. Stack information needs to be added to the log The output log is as follows: ` [ERROR] 2020-12-09 09:41:50.777 - [taskAppId=TASK-1919-34759-100696]:[156] - wait task quit failed, instance id:34759, task id:100696 [ERROR] 2020-12-09 09:41:50.781 - [taskAppId=TASK-1917-7841-18206]:[154] - exception java.lang.NullPointerException: null [ERROR] 2020-12-09 09:41:50.781 - [taskAppId=TASK-1917-7841-18206]:[156] - wait task quit failed, instance id:7841, task id:18206 [ERROR] 2020-12-09 09:41:50.786 - [taskAppId=TASK-1919-34759-100696]:[154] - exception java.lang.NullPointerException: null [ERROR] 2020-12-09 09:41:50.786 - [taskAppId=TASK-1919-34759-100696]:[156] - wait task quit failed, instance id:34759, task id:100696 [ERROR] 2020-12-09 09:41:50.788 - [taskAppId=TASK-1919-33805-97659]:[154] - exception java.lang.NullPointerException: null [ERROR] 2020-12-09 09:41:50.788 - [taskAppId=TASK-1917-7841-18206]:[154] - exception java.lang.NullPointerException: null [ERROR] 2020-12-09 09:41:50.788 - [taskAppId=TASK-1919-33805-97659]:[156] - wait task quit failed, instance id:33805, task id:97659 [ERROR] 2020-12-09 09:41:50.788 - [taskAppId=TASK-1917-7841-18206]:[156] - wait task quit failed, instance id:7841, task id:18206 [ERROR] 2020-12-09 09:41:50.795 - [taskAppId=TASK-1917-7841-18206]:[154] - exception java.lang.NullPointerException: null [ERROR] 2020-12-09 09:41:50.795 - [taskAppId=TASK-1917-7841-18206]:[156] - wait task quit failed, instance id:7841, task id:18206 [ERROR] 2020-12-09 09:41:50.798 - [taskAppId=TASK-1919-34759-100696]:[154] - exception java.lang.NullPointerException: null ` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
