[ 
https://issues.apache.org/jira/browse/BROOKLYN-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15670856#comment-15670856
 ] 

ASF GitHub Bot commented on BROOKLYN-382:
-----------------------------------------

Github user aledsage commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/423#discussion_r88269005
  
    --- Diff: 
core/src/test/java/org/apache/brooklyn/location/ssh/SshMachineLocationPerformanceTest.java
 ---
    @@ -79,7 +78,7 @@ public void testConsecutiveSmallCommands() throws 
Exception {
         }
     
         // Mimics SshSensorAdapter's polling
    -    @Test(groups = {"Integration"})
    +    @Test(groups={"Integration", "Performance"})
    --- End diff --
    
    This does get run if you do `mvn test 
-Dtest=SshMachineLocationPerformanceTest -PPerformance`, and gets excluded if 
you do `-PIntegration`. This is because "Integration" is not excluded from the 
"Performance" profile, but "Performance" *is* excluded from the "Integration" 
profile.
    
    I'll comment more on that against your comment in `parent/pom.xml`.


> Catalog takes long time to load in web-console
> ----------------------------------------------
>
>                 Key: BROOKLYN-382
>                 URL: https://issues.apache.org/jira/browse/BROOKLYN-382
>             Project: Brooklyn
>          Issue Type: Improvement
>    Affects Versions: 0.9.0
>            Reporter: Aled Sage
>
> Using Brooklyn 0.10.0-SNAPSHOT (but also reproducible with 0.9.0)...
> When there are many (yaml) catalog items, the Brooklyn web-console is very 
> slow to show the "add application" dialog, or to show a list of the catalog 
> items in the catalog view.
> Looking at the REST api timings, the bulk of the time is spent calling 
> {{/catalog/entities}} and/or {{/catalog/applications}}.
> A customer with approximately 100 (large) things in their catalog reported 
> that it took 15 seconds to show the "add application" dialog. In my testing 
> with approx 100 small catalog items, it took approx 5 seconds.



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

Reply via email to