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

gracefully exit daemonserver before registry exit #539

Merged
merged 3 commits into from Jul 14, 2021

Conversation

dulek
Copy link
Contributor

@dulek dulek commented Jul 14, 2021

If the registry manager is stopped while daemon server is still
processing requests, the pending requests fail and result in resource
leaks in ovs.

With this change, we wait for DaemonServer to finish processing before
shutting down the registry manager.

Closes-bug: 1856109
Change-Id: I37498ae7bf6a8b4b14afe53d1af3fb8823d589cf
Signed-off-by: Yash Gupta y.gupta@samsung.com
Co-Authored-By: Michał Dulko mdulko@redhat.com

Yash Gupta and others added 3 commits July 7, 2021 09:45
If the registry manager is stopped while daemon server is still
processing requests, the pending requests fail and result in resource
leaks in ovs.

With this change, we wait for DaemonServer to finish processing before
shutting down the registry manager.

Closes-bug: 1856109
Change-Id: I37498ae7bf6a8b4b14afe53d1af3fb8823d589cf
Signed-off-by: Yash Gupta <y.gupta@samsung.com>
Co-Authored-By: Michał Dulko <mdulko@redhat.com>
Change-Id: Iee5db357dd334a42d5b07177e463a56e75a6c700
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 14, 2021
Copy link
Member

@gryf gryf left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 14, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 14, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dulek, gryf

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 1bd3feb into openshift:master Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants