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

BUG: Fix issue with supervisor not clearing information after worker exit #1231

Merged
merged 8 commits into from
Apr 8, 2024

Conversation

hainaweiben
Copy link
Contributor

The problem arose in a distributed environment where upon the unexpected or manual exit (such as CTRL-C) of a worker, the supervisor failed to clear corresponding information. This resulted in the subsequent startup of the same model generating IDs with random strings.

@XprobeBot XprobeBot added the bug Something isn't working label Apr 2, 2024
@XprobeBot XprobeBot added this to the v0.10.1 milestone Apr 2, 2024
xinference/core/supervisor.py Outdated Show resolved Hide resolved
xinference/core/supervisor.py Outdated Show resolved Hide resolved
xinference/core/supervisor.py Outdated Show resolved Hide resolved
xinference/core/supervisor.py Outdated Show resolved Hide resolved
@ChengjieLi28 ChengjieLi28 merged commit 4be5bf2 into xorbitsai:main Apr 8, 2024
11 of 12 checks passed
@hainaweiben hainaweiben deleted the fix/info-cleanup branch April 9, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants