Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After I upgraded from 3.1.8 to 3.2.0, I could not find the workflow instance after creating tasks in the workflow definition and clicking Run. #15494

Closed
2 of 3 tasks
1498658503 opened this issue Jan 16, 2024 · 5 comments
Labels
3.2.0 for 3.2.0 version bug Something isn't working

Comments

@1498658503
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

After I upgraded from 3.1.8 to 3.2.0, I could not find the workflow instance after creating tasks in the workflow definition and clicking "run". I checked the database table, and found that a data was inserted into the t_ds_process_instance table, but the project_code was null. Moreover, the task instance of the task I created in 3.1.8 had the same project_code, which could not be found.
Snipaste_2024-01-16_16-57-14
Snipaste_2024-01-16_16-57-42

What you expected to happen

Clicking Run will show that the foreground is successful, and the background will not report an error. When I upgraded, I executed the upgraded ddl and dml sql scripts, and also tried to rebuild the database, but this situation still exists

How to reproduce

1

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@1498658503 1498658503 added bug Something isn't working Waiting for reply Waiting for reply labels Jan 16, 2024
@1498658503
Copy link
Author

image

@ruanwenjun
Copy link
Member

ruanwenjun commented Jan 17, 2024

Have you execute the upgrade tools? In 3.2.0 we add a new column project_code in t_ds_process_instance.

@ruanwenjun ruanwenjun added 3.2.0 for 3.2.0 version and removed Waiting for reply Waiting for reply labels Jan 17, 2024
@samael0119
Copy link

类似的问题,我用helm安装了全新的3.2.0版本后,运行一个工作流提示成功,但是实例列表没内容
image
image

@1498658503
Copy link
Author

Have you execute the upgrade tools? In 3.2.0 we add a new column project_code in t_ds_process_instance.

t_ds_process_instance already has a project_code field, but there is no new instance data in the table.

@truonglac2603
Copy link

truonglac2603 commented Jan 19, 2024

类似的问题,我用helm安装了全新的3.2.0版本后,运行一个工作流提示成功,但是实例列表没内容 image image

facing the same issue, if you check the log of workers, there may be errors indicate that current cpu load average is overload or available memory is insufficient. Related to this discussion: https://github.com/apache/dolphinscheduler/discussions/15047#discussion-5752268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2.0 for 3.2.0 version bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants