-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
dinky plugin should be added specific version
I recently used dolphin scheduler with dinky v0.7.3, but failed. log below:
[LOG-PATH]: /opt/dolphinscheduler/logs/20230720/10280823947712_10-53-59.log, [HOST]: Host{address='dolphinscheduler-worker-0.dolphinscheduler-worker-headless:1234', ip='dolphinscheduler-worker-0.dolphinscheduler-worker-headless', port=1234}
...
[INFO] 2023-07-20 14:48:59.012 +0800 - access url: http://172.16.97.197:8888/openapi/getJobInstance?id=null
[INFO] 2023-07-20 14:48:59.018 +0800 - dinky task succeed with results: {"datas":null,"code":1,"msg":"Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: \"null\"","time":"2023-07-20 14:48:59"}
...
I found dinky has changed its api uri
curl http://127.0.0.1:8888/openapi/getJobInstanceByTaskId?id=5
uri be changed from /openapi/getJobInstance to /openapi/getJobInstanceByTaskId
Documentation Links
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable