通helm upgrade之后,pod是可以启动到running状态的,但是日志一直少张表,但是我看workflow的charts里面并没有进行initdb的操作,只有initconfig,所以这个表是哪里来的?
Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ‘workflow_service.act_ru_timer_job’ doesn’t exist
org.apache.ibatis.exceptions.PersistenceException:
Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ‘workflow_service.act_ru_timer_job’ doesn’t exist
The error may exist in org/activiti/db/mapping/entity/TimerJob.xml
The error may involve org.activiti.engine.impl.persistence.entity.TimerJobEntityImpl.selectTimerJobsToExecute-Inline
The error occurred while setting parameters
SQL: select RES.* from ACT_RU_TIMER_JOB RES where DUEDATE_ <= ? and LOCK_OWNER_ is null LIMIT ? OFFSET ?
Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ‘workflow_service.act_ru_timer_job’ doesn’t exist