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

[vpj] VPJ should not close and release resources on its own #724

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

nisargthakkar
Copy link
Contributor

@nisargthakkar nisargthakkar commented Oct 31, 2023

VPJ should not close and release resources on its own

VPJ with D2 fails to send final push job details to controller because VPJ internally closes the D2 client and the subsequent ControllerClient request fails. The URL based ControllerClient doesn't have this issue because the close method is essentially a no-op.

How was this PR tested?

GH CI

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

@nisargthakkar
Copy link
Contributor Author

Leaving in draft phase till all release blockers are resolved. This is not high priority

@nisargthakkar nisargthakkar marked this pull request as ready for review November 16, 2023 17:53
@nisargthakkar nisargthakkar enabled auto-merge (squash) November 16, 2023 18:08
Copy link
Contributor

@sushantmane sushantmane left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@nisargthakkar nisargthakkar enabled auto-merge (squash) November 16, 2023 22:58
@nisargthakkar nisargthakkar merged commit aed7bfb into linkedin:main Nov 16, 2023
31 checks passed
@nisargthakkar nisargthakkar deleted the vpjD2Close branch November 16, 2023 23:19
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.

2 participants