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

Adjust compute session status values based on server version compatibility #3427

Open
fregataa opened this issue Jan 11, 2025 — with Lablup-Issue-Syncer · 0 comments
Assignees

Comments

@fregataa
Copy link
Member

fregataa commented Jan 11, 2025

Description  

When using a client version 24.12 or higher with a server version 24.09 or lower, the client requests a compute session list and encounters states like PREPARED that are not defined on the server. This leads to inconsistencies in session state representation.

Proposed solution

Implement a mechanism in the client to detect the server version or API version and adjust the session status values accordingly. This could involve mapping new status to existing ones or omitting unsupported status.

@fregataa fregataa self-assigned this Jan 11, 2025
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

No branches or pull requests

1 participant