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/07 15:20:33 UTC

[GitHub] [incubator-dolphinscheduler] LinkSe7en opened a new issue #2624: [BUG] allways fail when a task instance submit multiple yarn application

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
   ![image](https://user-images.githubusercontent.com/16174111/81312485-476e9380-90b9-11ea-9aad-ed009db899b1.png)
   ![image](https://user-images.githubusercontent.com/16174111/81312517-4ccbde00-90b9-11ea-8c07-e9bdb878a0c3.png)
   
   


----------------------------------------------------------------
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 #2624: [BUG] allways fail when a task instance submit multiple yarn application

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


   this bug have fix in dev. 
   pr: https://github.com/apache/incubator-dolphinscheduler/commit/91ecc549a1d7cfae2ead6eb16b5e5559d13f54e0


----------------------------------------------------------------
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] LinkSe7en commented on issue #2624: [BUG] allways fail when a task instance submit multiple yarn application

Posted by GitBox <gi...@apache.org>.
LinkSe7en commented on issue #2624:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2624#issuecomment-625325359


   and shell task return code is 0, not -1 in log
   ![image](https://user-images.githubusercontent.com/16174111/81313390-64579680-90ba-11ea-9339-577609282a2d.png)
   
   ![image](https://user-images.githubusercontent.com/16174111/81313322-530e8a00-90ba-11ea-96ef-e144ed952d6f.png)
   


----------------------------------------------------------------
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] itbasketplayer commented on issue #2624: [BUG] allways fail when a task instance submit multiple yarn application

Posted by GitBox <gi...@apache.org>.
itbasketplayer commented on issue #2624:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2624#issuecomment-625336842


   You should alter app_link's type to longtext,then work well


----------------------------------------------------------------
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