You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2016/08/12 04:00:23 UTC

[jira] [Created] (GUACAMOLE-76) Retrieval of connection group tree too slow

Michael Jumper created GUACAMOLE-76:
---------------------------------------

             Summary: Retrieval of connection group tree too slow
                 Key: GUACAMOLE-76
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-76
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole, guacamole-auth-jdbc
            Reporter: Michael Jumper
            Priority: Blocker


With the addition of sharing profiles to the connection group tree query, requests to retrieve the tree take far too long. The connection group tree REST resource is supposed to make an efficient breadth-first search of the tree space, with a very limited number of queries, but this is clearly not happening.

(Screenshot pending)

It may be that the retrieval algorithm of the tree resource is simply incorrect and needs adjusting, but something is odd.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)