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

fixbug:解决复制flow后发布到调度平台失败的问题 #1115

Merged

Conversation

shinobi6xp
Copy link
Contributor

What is the purpose of the change

目前存在bug,复制flow后,发布复制的新的flow,然后报发布失败。在复制流程中增加了与下层平台交互,并持久化关联信息的逻辑

Brief change log

  • 在OrchestratorCopyJob中的run方法中增加了逻辑
  • 在OrchestratorService接口中增加了copyOrchestrator方法并在OrchestratorServiceImpl中实现了它
  • 将OrchestratorFrameworkServiceImpl中的tryOrchestrationOperation从private变成public

Verifying this change

代码经过了以上流程的测试

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • Anything that affects deployment: no
  • The Core framework, i.e., AppConn, Orchestrator, ApiService.: no

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

Copy link

@lancer-xia lancer-xia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is ok

Copy link
Contributor

@zqburde zqburde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTB

@zqburde zqburde merged commit d32bbd9 into WeBankFinTech:master Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants