You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2008/08/05 14:16:44 UTC

[jira] Created: (QPID-1218) Qpid Broker has slowed dramatically

Qpid Broker has slowed dramatically 
------------------------------------

                 Key: QPID-1218
                 URL: https://issues.apache.org/jira/browse/QPID-1218
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: M3
            Reporter: Aidan Skinner
            Assignee: Aidan Skinner
            Priority: Critical
             Fix For: M3


The refactored broker is showing a degradation in transient performance for most tests:

 TQBT-AA-Qpid-01		23697.68	-60.28344471
 TQBT-NA-Qpid-01		45527.45	-41.92340986
 TQBT-TX-Qpid-01		7989.73	305.1763645
 TTBT-AA-Qpid-01		36732.20	-68.63092121
 TTBT-NA-Qpid-01		83136.59	-51.82278611
 TTBT-TX-Qpid-01		22438.07	-7.265586738

This seems to be related to a number of factors, including becoming I/O bound and somewhat more locky than before.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1218) Java Broker has slowed

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner resolved QPID-1218.
---------------------------------

       Resolution: Fixed
    Fix Version/s: M4

Mostly better

> Java Broker has slowed 
> -----------------------
>
>                 Key: QPID-1218
>                 URL: https://issues.apache.org/jira/browse/QPID-1218
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3, M4
>            Reporter: Aidan Skinner
>            Assignee: Aidan Skinner
>             Fix For: M4
>
>         Attachments: transport-connection.patch
>
>
> The refactored broker is showing a degradation in transient performance for most tests:
>  TQBT-AA-Qpid-01		23697.68	-60.28344471
>  TQBT-NA-Qpid-01		45527.45	-41.92340986
>  TQBT-TX-Qpid-01		7989.73	305.1763645
>  TTBT-AA-Qpid-01		36732.20	-68.63092121
>  TTBT-NA-Qpid-01		83136.59	-51.82278611
>  TTBT-TX-Qpid-01		22438.07	-7.265586738
> This seems to be related to a number of factors, including becoming I/O bound and somewhat more locky than before.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1218) Qpid Broker has slowed dramatically

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-1218:
--------------------------------

    Attachment: transport-connection.patch

The client is the new bottleneck, here's a half finished patch to make it use the shiney IoTransport stuff. Needs love.

> Qpid Broker has slowed dramatically 
> ------------------------------------
>
>                 Key: QPID-1218
>                 URL: https://issues.apache.org/jira/browse/QPID-1218
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Aidan Skinner
>            Priority: Critical
>             Fix For: M3
>
>         Attachments: transport-connection.patch
>
>
> The refactored broker is showing a degradation in transient performance for most tests:
>  TQBT-AA-Qpid-01		23697.68	-60.28344471
>  TQBT-NA-Qpid-01		45527.45	-41.92340986
>  TQBT-TX-Qpid-01		7989.73	305.1763645
>  TTBT-AA-Qpid-01		36732.20	-68.63092121
>  TTBT-NA-Qpid-01		83136.59	-51.82278611
>  TTBT-TX-Qpid-01		22438.07	-7.265586738
> This seems to be related to a number of factors, including becoming I/O bound and somewhat more locky than before.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1218) Qpid Broker has slowed dramatically

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-1218:
--------------------------------

    Priority: Major  (was: Critical)

Performance isn't too shabby now:

Test                                          Rate        % change from M2.1
 TQBT-AA-Qpid-01		59307	-0.6
 TQBT-NA-Qpid-01		67054   -14
 TQBT-TX-Qpid-01		8454      328
 TTBT-AA-Qpid-01		115044  -1.75
 TTBT-NA-Qpid-01		149913  -13

Transient TX in particular is much better.

> Qpid Broker has slowed dramatically 
> ------------------------------------
>
>                 Key: QPID-1218
>                 URL: https://issues.apache.org/jira/browse/QPID-1218
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Aidan Skinner
>             Fix For: M3
>
>         Attachments: transport-connection.patch
>
>
> The refactored broker is showing a degradation in transient performance for most tests:
>  TQBT-AA-Qpid-01		23697.68	-60.28344471
>  TQBT-NA-Qpid-01		45527.45	-41.92340986
>  TQBT-TX-Qpid-01		7989.73	305.1763645
>  TTBT-AA-Qpid-01		36732.20	-68.63092121
>  TTBT-NA-Qpid-01		83136.59	-51.82278611
>  TTBT-TX-Qpid-01		22438.07	-7.265586738
> This seems to be related to a number of factors, including becoming I/O bound and somewhat more locky than before.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1218) Java Broker has slowed

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-1218:
--------------------------------

    Summary: Java Broker has slowed   (was: Qpid Broker has slowed dramatically )

> Java Broker has slowed 
> -----------------------
>
>                 Key: QPID-1218
>                 URL: https://issues.apache.org/jira/browse/QPID-1218
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Aidan Skinner
>             Fix For: M3
>
>         Attachments: transport-connection.patch
>
>
> The refactored broker is showing a degradation in transient performance for most tests:
>  TQBT-AA-Qpid-01		23697.68	-60.28344471
>  TQBT-NA-Qpid-01		45527.45	-41.92340986
>  TQBT-TX-Qpid-01		7989.73	305.1763645
>  TTBT-AA-Qpid-01		36732.20	-68.63092121
>  TTBT-NA-Qpid-01		83136.59	-51.82278611
>  TTBT-TX-Qpid-01		22438.07	-7.265586738
> This seems to be related to a number of factors, including becoming I/O bound and somewhat more locky than before.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1218) Java Broker has slowed

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack updated QPID-1218:
-----------------------------------

        Fix Version/s:     (was: M4)
    Affects Version/s: M4

> Java Broker has slowed 
> -----------------------
>
>                 Key: QPID-1218
>                 URL: https://issues.apache.org/jira/browse/QPID-1218
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3, M4
>            Reporter: Aidan Skinner
>            Assignee: Aidan Skinner
>         Attachments: transport-connection.patch
>
>
> The refactored broker is showing a degradation in transient performance for most tests:
>  TQBT-AA-Qpid-01		23697.68	-60.28344471
>  TQBT-NA-Qpid-01		45527.45	-41.92340986
>  TQBT-TX-Qpid-01		7989.73	305.1763645
>  TTBT-AA-Qpid-01		36732.20	-68.63092121
>  TTBT-NA-Qpid-01		83136.59	-51.82278611
>  TTBT-TX-Qpid-01		22438.07	-7.265586738
> This seems to be related to a number of factors, including becoming I/O bound and somewhat more locky than before.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.