You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start a session using a resource class with a quota
hibernate the session
go to the admin panel and remove the quota
resume the session (it will not start)
This is because when we resume we do not check for the priority class assignment that comes from the quota.
In broader terms also I am not sure if we check whether the resource class that the session was started with still exists or not. And if the resource class does not exist then we should allow users to edit it / choose a different one.
The text was updated successfully, but these errors were encountered:
To replicate:
This is because when we resume we do not check for the priority class assignment that comes from the quota.
In broader terms also I am not sure if we check whether the resource class that the session was started with still exists or not. And if the resource class does not exist then we should allow users to edit it / choose a different one.
The text was updated successfully, but these errors were encountered: