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 2021/12/06 06:28:28 UTC

[GitHub] [dolphinscheduler] lordk911 opened a new issue #7202: [Bug] update from 1.3.8 to 2.0.0 can't show task instance and process instance list

lordk911 opened a new issue #7202:
URL: https://github.com/apache/dolphinscheduler/issues/7202


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   update from 1.3.8 to 2.0.0 can't show task instance and process instance list
   
   ### What you expected to happen
   
   how to find the reason?
   
   ### How to reproduce
   
   update from 1.3.8 to 2.0.0 
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.0
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] caishunfeng commented on issue #7202: [Bug] update from 1.3.8 to 2.0.0 can't show task instance and process instance list

Posted by GitBox <gi...@apache.org>.
caishunfeng commented on issue #7202:
URL: https://github.com/apache/dolphinscheduler/issues/7202#issuecomment-1004668022


   > because when get task instance list it will use table t_ds_task_instance left join the new add table t_ds_task_definition_log, but there is a where statment to filter t_ds_task_definition_log. to make it work , Move the WHERE condition to the JOIN
   
   The effect is the same, which may not be the reason. Can you provide more info and how to reproduce 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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] lordk911 commented on issue #7202: [Bug] update from 1.3.8 to 2.0.0 can't show task instance and process instance list

Posted by GitBox <gi...@apache.org>.
lordk911 commented on issue #7202:
URL: https://github.com/apache/dolphinscheduler/issues/7202#issuecomment-1004711235


   https://stackoverflow.com/questions/2700354/left-join-not-returning-all-rows


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] lenboo commented on issue #7202: [Bug] update from 1.3.8 to 2.0.0 can't show task instance and process instance list

Posted by GitBox <gi...@apache.org>.
lenboo commented on issue #7202:
URL: https://github.com/apache/dolphinscheduler/issues/7202#issuecomment-1004753756


   Since from 1 X to 2 X is a huge change, so the workflow instance cannot support upgrading


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] lordk911 commented on issue #7202: [Bug] update from 1.3.8 to 2.0.0 can't show task instance and process instance list

Posted by GitBox <gi...@apache.org>.
lordk911 commented on issue #7202:
URL: https://github.com/apache/dolphinscheduler/issues/7202#issuecomment-1004695309


   > > because when get task instance list it will use table t_ds_task_instance left join the new add table t_ds_task_definition_log, but there is a where statment to filter t_ds_task_definition_log. to make it work , Move the WHERE condition to the JOIN
   > 
   > The effect is the same, which may not be the reason. Can you provide more info and how to reproduce it?
   
   just upgrade from 1.x to 2.0.0 , the **history** of task instance and process instance list is gone. the newly added instance list will be fine.


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #7202: [Bug] update from 1.3.8 to 2.0.0 can't show task instance and process instance list

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #7202:
URL: https://github.com/apache/dolphinscheduler/issues/7202#issuecomment-986478396


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] lordk911 commented on issue #7202: [Bug] update from 1.3.8 to 2.0.0 can't show task instance and process instance list

Posted by GitBox <gi...@apache.org>.
lordk911 commented on issue #7202:
URL: https://github.com/apache/dolphinscheduler/issues/7202#issuecomment-986610162


   because when get task instance list it will use table t_ds_task_instance left join the new add table t_ds_task_definition_log, but there is a where statment to filter t_ds_task_definition_log. 
   to make it work , Move the WHERE condition to the JOIN


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] lenboo closed issue #7202: [Bug] update from 1.3.8 to 2.0.0 can't show task instance and process instance list

Posted by GitBox <gi...@apache.org>.
lenboo closed issue #7202:
URL: https://github.com/apache/dolphinscheduler/issues/7202


   


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org