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

[Core][Migration] Support waiting request and multiple requests migration #36

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

s5u13b
Copy link
Contributor

@s5u13b s5u13b commented Sep 13, 2024

Previously, Llumnix only support migrate running request and migrate one request once at most. In this PR, we support migrate waiting request and migrate multiple requests one by one.
Besides,

  1. Add 'FCW' and 'FCWSR' request migration policy, the detailed explanation of policy can be found in arg_utils.py.
  2. Add explanations of policy arguments in arguments' help option.
  3. Rename request migration policy to make them more clear.
  4. Slightly refine some migration implementation.

Copy link
Collaborator

@zhypku zhypku left a comment

Choose a reason for hiding this comment

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

The design in this PR looks non-trivial to me. I'd like to request for a simple design document of this feature.

@s5u13b s5u13b changed the title [WIP] Support waiting request migration [WIP] Support waiting request and multiple requests migration Sep 14, 2024
@s5u13b s5u13b changed the title [WIP] Support waiting request and multiple requests migration [WIP][Core] Support waiting request and multiple requests migration Sep 14, 2024
@s5u13b s5u13b changed the title [WIP][Core] Support waiting request and multiple requests migration [Core] Support waiting request and multiple requests migration Sep 14, 2024
@s5u13b s5u13b changed the title [Core] Support waiting request and multiple requests migration [Migration] Support waiting request and multiple requests migration Sep 14, 2024
@s5u13b s5u13b changed the title [Migration] Support waiting request and multiple requests migration [Core][Migration] Support waiting request and multiple requests migration Sep 14, 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.

2 participants