You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/05/28 07:17:12 UTC

[GitHub] [incubator-dolphinscheduler] Eights-Li opened a new issue #2835: [BUG] Table 't_ds_worker_group' doesn't exist when init ds-1.3.0 db metadata

Eights-Li opened a new issue #2835:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2835


   **Describe the bug**
   dev-1.3.0
   exec CreateDolphinScheduler to init db metadata will report the error: 
   Table 'dolphinscheduler.t_ds_worker_group' doesn't exist
   
   
   **To Reproduce**
   the error : 
   12:51:03.091 [main] ERROR org.apache.dolphinscheduler.dao.upgrade.WorkerGroupDao - 
   com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'dolphinscheduler.t_ds_worker_group' doesn't exist
   	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
   	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   	at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
   	at com.mysql.jdbc.Util.getInstance(Util.java:360)
   	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978)
   	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
   	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
   	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
   	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
   	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2530)
   	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1907)
   	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2030)
   	at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)
   	at org.apache.dolphinscheduler.dao.upgrade.WorkerGroupDao.queryAllOldWorkerGroup(WorkerGroupDao.java:48)
   	at org.apache.dolphinscheduler.dao.upgrade.UpgradeDao.updateProcessDefinitionJsonWorkerGroup(UpgradeDao.java:275)
   	at org.apache.dolphinscheduler.dao.upgrade.UpgradeDao.upgradeDolphinScheduler(UpgradeDao.java:262)
   	at org.apache.dolphinscheduler.dao.upgrade.DolphinSchedulerManager.upgradeDolphinScheduler(DolphinSchedulerManager.java:119)
   	at org.apache.dolphinscheduler.dao.upgrade.shell.CreateDolphinScheduler.main(CreateDolphinScheduler.java:40)
   
   **Which version of Dolphin Scheduler:**
    -[dev-1.3.0]
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Eights-Li commented on issue #2835: [BUG] Table 't_ds_worker_group' doesn't exist when init ds-1.3.0 db metadata

Posted by GitBox <gi...@apache.org>.
Eights-Li commented on issue #2835:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2835#issuecomment-636043727


   fixed


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Eights-Li closed issue #2835: [BUG] Table 't_ds_worker_group' doesn't exist when init ds-1.3.0 db metadata

Posted by GitBox <gi...@apache.org>.
Eights-Li closed issue #2835:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2835


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Eights-Li commented on issue #2835: [BUG] Table 't_ds_worker_group' doesn't exist when init ds-1.3.0 db metadata

Posted by GitBox <gi...@apache.org>.
Eights-Li commented on issue #2835:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2835#issuecomment-635156969


   i will fix it 


----------------------------------------------------------------
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:
users@infra.apache.org