Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=31 ------------------------------------------------------------------------------ Ticket | 31 Created By | schulz@math.uni-goettingen.de Summary | loadbalancing broken; there is only one ssh-connection | (with the firstserver) Queue | x2goclient-qt Version | 3.0.1.17 Type | Bug State | Unconfirmed Priority | 3. High Operating System | 1 Owners | ------------------------------------------------------------------------------ schulz@math.uni-goettingen.de (2011-02-03 20:45) wrote: After upgrading to 3.0.1.17 i realized, that loadbalancing between several servers doesn't happen anymore. Then i tried to debug and fix the problem: There is only one mastersshconnection to the firstserver it seems, and for example listing of the sessions per server is done all the way on the same server resulting in duplicate entries for example for resuming a session. Also there is always only the firstserver selected as server to connect to, due to the same reason. Unfornately i wasn't able to fix it today, because i didn't understood well enough how your ssh-connections work. Prioity is high, because it brokes a setup with multiple servers
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=31 ------------------------------------------------------------------------------ Ticket | 31 Updated By | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Summary | loadbalancing broken; there is only one ssh-connection | (with the firstserver) Queue | x2goclient-qt Version | 3.0.1.17 Type | Bug State | Unconfirmed Priority | 3. High Operating System | 1 -Owners | +Owners | Oleksandr Shneyder ------------------------------------------------------------------------------
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=31 ------------------------------------------------------------------------------ Ticket | 31 Updated By | schulz@math.uni-goettingen.de Summary | loadbalancing broken; there is only one ssh-connection | (with the firstserver) Queue | x2goclient-qt Version | 3.0.1.17 Type | Bug State | Unconfirmed Priority | 3. High Operating System | 1 Owners | Oleksandr Shneyder ------------------------------------------------------------------------------ schulz@math.uni-goettingen.de (2011-02-09 16:58) wrote: to be more precise: in the function ONMainWindow::slotGetServers there is a for-loop which goes over x2goServers to call "x2golistsessions" but the ssh-connection never changes. It thus repeatedly calls "x2golistsessions" on the firstserver.