Describe the bug
Consider the following two scenarios where the same workshop name exists in both clusters and both clusters are ideal with no active workshop sessions:
Equal Capacity
- Cluster A -
portal.sessions.maximum: 30
- Cluster B -
portal.sessions.maximum: 30
When requesting sessions from lookup service it continually will hand out sessions from the same cluster as opposed to load balancing between them.
Different capacity
- Cluster A -
portal.sessions.maximum: 60
- Cluster B -
portal.sessions.maximum: 30
When requesting sessions from lookup service it continually will hand out sessions from Cluster A instead of load balancing.
Additional information
No response
Describe the bug
Consider the following two scenarios where the same workshop name exists in both clusters and both clusters are ideal with no active workshop sessions:
Equal Capacity
portal.sessions.maximum: 30portal.sessions.maximum: 30When requesting sessions from lookup service it continually will hand out sessions from the same cluster as opposed to load balancing between them.
Different capacity
portal.sessions.maximum: 60portal.sessions.maximum: 30When requesting sessions from lookup service it continually will hand out sessions from Cluster A instead of load balancing.
Additional information
No response