LinkSe7en opened a new issue #2624: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2624
ds will write all yarn app_ids at table **t_ds_task_instance**, **app_link** column. If is over 255 charters(limit of this varchar column) , mysql driver will throw com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'app_link' at row 1 And treat this task instance as a failure   ---------------------------------------------------------------- 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]
