Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Nov 8, 2024
1 parent 7b0cbc3 commit 207237d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llumnix/llumlet/llumlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ async def migrate_out(self, dst_instance_name: str, num_requests: int) -> List[s
migrate_out_request = self.migration_scheduler.get_migrate_out_request()
if migrate_out_request is None:
break

migrate_out_request.migrating = True
logger.info("{}->{} begin migrate out {}".format(self.instance_id, dst_instance_id, migrate_out_request.request_id))
status = await self.migration_coordinator.migrate_out_multistage(migrate_in_ray_actor, migrate_out_request)

Expand Down

0 comments on commit 207237d

Please sign in to comment.