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

get rid of the StatusChecker component #3448

Closed
ndr-brt opened this issue Sep 13, 2023 · 0 comments · Fixed by #3480
Closed

get rid of the StatusChecker component #3448

ndr-brt opened this issue Sep 13, 2023 · 0 comments · Fixed by #3480
Assignees
Labels
enhancement New feature or request refactoring Cleaning up code and dependencies
Milestone

Comments

@ndr-brt
Copy link
Member

ndr-brt commented Sep 13, 2023

Feature Request

StatusChecker was a component that took care of checking the transfer completion in the TransferProcess state machine.
It's completely useless now because:

  • in a "provider push" scenario the data-plane already takes care of notifying the control-plane when a transfer has been completed
  • in a "consumer pull"/"streaming" scenario, the upcoming policy monitor will take care of evaluating the policy and eventually complete the transfer.

So the StatusChecker can be removed as a whole, and free some state machine cycles.

Which Areas Would Be Affected?

transfer process

Why Is the Feature Desired?

cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring Cleaning up code and dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants