You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issues and found no similar issues.
DSS Component
dss-orchestrator
What happened + What you expected to happen
System error occured because the releaseTaskId is String type (uuid) while the parameter of get method is the Long type.
The releaseTaskId is set by OrchestratorPluginServiceImpl.convertOrchestration , with codes like :
job.setId(String.valueOf(UUID.randomUUID()));
While FlowRestfulApi.getReleaseStatus has the parameter of Long releaseTaskId, so it produces fail warnings but the project is published to schedulis actually.
Relevent platform
DSS: 1.1.2
Linkis: 1.4.0
Schedulis: 0.8.0
Reproduction script
no scripts is needed
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
DSS Component
dss-orchestrator
What happened + What you expected to happen
System error occured because the releaseTaskId is String type (uuid) while the parameter of get method is the Long type.
The releaseTaskId is set by
OrchestratorPluginServiceImpl.convertOrchestration
, with codes like :While
FlowRestfulApi.getReleaseStatus
has the parameter ofLong releaseTaskId
, so it produces fail warnings but the project is published to schedulis actually.Relevent platform
DSS: 1.1.2
Linkis: 1.4.0
Schedulis: 0.8.0
Reproduction script
no scripts is needed
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: