WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

[jira] Created: (QPID-2749) [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (QPID-2749) [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]

by Qpid Developers mailing list :: Rate this Message:

| View Threaded | Show Only this Message

[Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]
-----------------------------------------------------------------------

                 Key: QPID-2749
                 URL: https://issues.apache.org/jira/browse/QPID-2749
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Rob Godfrey


Currently JAVA_GC is set as following in qpid-server

JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"

In the case where an explicit GC is called this can cause significant delay.  In order to avoid this the following option should also be supplied

 -XX:+ExplicitGCInvokesConcurrent

In the case where RMI connections are being made to the JVM, Explicit GCs may be being called periodically (by default every hour) causing significant pauses in processing without this setting.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@...


[jira] Updated: (QPID-2749) [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]

by Qpid Developers mailing list :: Rate this Message:

| View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/QPID-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell updated QPID-2749:
---------------------------------

             Assignee: Robbie Gemmell
        Fix Version/s: 0.7
    Affects Version/s: 0.6
                       0.5
                       M4
                       M3
                       M2.1

> [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]
> -----------------------------------------------------------------------
>
>                 Key: QPID-2749
>                 URL: https://issues.apache.org/jira/browse/QPID-2749
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2.1, M3, M4, 0.5, 0.6
>            Reporter: Rob Godfrey
>            Assignee: Robbie Gemmell
>             Fix For: 0.7
>
>
> Currently JAVA_GC is set as following in qpid-server
> JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"
> In the case where an explicit GC is called this can cause significant delay.  In order to avoid this the following option should also be supplied
>  -XX:+ExplicitGCInvokesConcurrent
> In the case where RMI connections are being made to the JVM, Explicit GCs may be being called periodically (by default every hour) causing significant pauses in processing without this setting.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@...


[jira] Updated: (QPID-2749) [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]

by Qpid Developers mailing list :: Rate this Message:

| View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/QPID-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell updated QPID-2749:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]
> -----------------------------------------------------------------------
>
>                 Key: QPID-2749
>                 URL: https://issues.apache.org/jira/browse/QPID-2749
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2.1, M3, M4, 0.5, 0.6
>            Reporter: Rob Godfrey
>            Assignee: Robbie Gemmell
>             Fix For: 0.7
>
>
> Currently JAVA_GC is set as following in qpid-server
> JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"
> In the case where an explicit GC is called this can cause significant delay.  In order to avoid this the following option should also be supplied
>  -XX:+ExplicitGCInvokesConcurrent
> In the case where RMI connections are being made to the JVM, Explicit GCs may be being called periodically (by default every hour) causing significant pauses in processing without this setting.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@...


[jira] Assigned: (QPID-2749) [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]

by Qpid Developers mailing list :: Rate this Message:

| View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/QPID-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell reassigned QPID-2749:
------------------------------------

    Assignee: Andrew Kennedy  (was: Robbie Gemmell)

Andrew can you review this change please?

> [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]
> -----------------------------------------------------------------------
>
>                 Key: QPID-2749
>                 URL: https://issues.apache.org/jira/browse/QPID-2749
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2.1, M3, M4, 0.5, 0.6
>            Reporter: Rob Godfrey
>            Assignee: Andrew Kennedy
>             Fix For: 0.7
>
>
> Currently JAVA_GC is set as following in qpid-server
> JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"
> In the case where an explicit GC is called this can cause significant delay.  In order to avoid this the following option should also be supplied
>  -XX:+ExplicitGCInvokesConcurrent
> In the case where RMI connections are being made to the JVM, Explicit GCs may be being called periodically (by default every hour) causing significant pauses in processing without this setting.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@...


[jira] Resolved: (QPID-2749) [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]

by Qpid Developers mailing list :: Rate this Message:

| View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/QPID-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack resolved QPID-2749.
------------------------------------

    Resolution: Fixed

Correctly set for bat/bash script

> [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]
> -----------------------------------------------------------------------
>
>                 Key: QPID-2749
>                 URL: https://issues.apache.org/jira/browse/QPID-2749
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2.1, M3, M4, 0.5, 0.6
>            Reporter: Rob Godfrey
>            Assignee: Andrew Kennedy
>             Fix For: 0.7
>
>
> Currently JAVA_GC is set as following in qpid-server
> JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"
> In the case where an explicit GC is called this can cause significant delay.  In order to avoid this the following option should also be supplied
>  -XX:+ExplicitGCInvokesConcurrent
> In the case where RMI connections are being made to the JVM, Explicit GCs may be being called periodically (by default every hour) causing significant pauses in processing without this setting.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@...