apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.88k stars 4.63k forks source link

[Bug] [dolphinscheduler-api] dependent instance cannot display process、task info #16414

Closed eelnomel closed 3 months ago

eelnomel commented 3 months ago

Search before asking

What happened

iwEdAqNwbmcDAQTRBLMF0QPGBrDt4_fqKjVHIQaWPHQj-90AB9MAAAAAkurehQgACaJpbQoAC9IAAZCW png_720x720q90 iwEcAqNwbmcDAQTRBPgF0QOfBrBMQH-VwPTSXAaWPHQj-90BB9MAAAAAkurehQgACaJpbQoAC9IAAXIG png_720x720q90 version 3.1.9

What you expected to happen

process、task info can be displayed directly

How to reproduce

This situation is not reproducible stably in version 3.1.9, maybe create a few more

Anything else

No response

Version

3.1.x

Are you willing to submit PR?

Code of Conduct

Kinsonx commented 3 months ago

The same issue https://github.com/apache/dolphinscheduler/issues/14865

Kinsonx commented 3 months ago

The same issue #14865

fixed by https://github.com/apache/dolphinscheduler/pull/14868

eelnomel commented 3 months ago

I change the code in version 3.1.9, but still has the bug, i use maven package the ui jar, and change dolphinscheduler-ui-3.1.9.jar, restart api-server

eelnomel commented 3 months ago

同样的问题 #14865

由 #14868 修复

我改了代码,重新打包还是一样的问题,然后在生产环境替换了dolphinscheduler-ui-3.1.9.jar,还是没有解决

Kinsonx commented 3 months ago

I change the code in version 3.1.9, but still has the bug, i use maven package the ui jar, and change dolphinscheduler-ui-3.1.9.jar, restart api-server

replacing dolphinscheduler-ui-3.1.9.jar is useless, repackage dolphinscheduler-ui module, then replace ./api-server/ui with dolphinscheduler-ui/dist

Kinsonx commented 3 months ago

修改代码,mvn clean package ui 模块, 在 dolphinscheduler-ui 下得到 dist 目录,重命名成ui,替换部署目录 api-server 下的 ui 目录即可(无需重启api-server)

同样的问题 #14865

由 #14868 修复

我改了代码,重新打包还是一样的问题,然后在生产环境替换了dolphinscheduler-ui-3.1.9.jar,还是没有解决

SbloodyS commented 3 months ago

Please using english to describe. Closing this issue for now.