gaoyu2016 opened a new issue #4874: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4874
org.springframework.dao.DataIntegrityViolationException: ### Error updating database. Cause: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'history_cmd' at row 1 ### The error may exist in org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.java (best guess) ### The error may involve org.apache.dolphinscheduler.dao.mapper.ProcessInstanceMapper.updateById-Inline ### The error occurred while setting parameters ### SQL: UPDATE t_ds_process_instance SET process_instance_json=?, command_type=?, warning_group_id=?, recovery=?, timeout=?, history_cmd=?, connects=?, command_start_time=?, failure_strategy=?, host=?, start_time=?, worker_group=?, state=?, process_instance_priority=?, process_definition_id=?, warning_type=?, executor_id=?, task_depend_type=?, is_sub_process=?, max_try_times=?, tenant_id=?, name=?, locations=?, command_param=?, run_times=? WHERE id=? ### Cause: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for colu mn 'history_cmd' at row 1 ; Data truncation: Data too long for column 'history_cmd' at row 1; nested exception is com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'history_cmd' at row 1 -- ---------------------------------------------------------------- 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]
