[jira] [Commented] (ARIES-1357) BasicSubsystem can be used by the subsystem install process a factor 6 times faster

2015-08-25 Thread John Ross (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14712376#comment-14712376 ] John Ross commented on ARIES-1357: -- I'm still not sure if you measured performance based

Release Aries JMX sometime soon?

2015-08-25 Thread David Bosschaert
Hi all, Joel Richard has provided a patch with an important performance improvement for use with Aries JMX: ARIES-1365 I would like to start releasing Aries JMX soon, is there anything that I should wait for? Cheers, David

[jira] [Commented] (ARIES-1356) getInstance method on the core Activator shows up on jvisualvm sampling during performance analysis

2015-08-25 Thread John Ross (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14711215#comment-14711215 ] John Ross commented on ARIES-1356: -- Double-check requires that the variable be volatile.

[jira] [Updated] (ARIES-1365) ServiceState attribute notifications slow down startup/shutdown time considerably

2015-08-25 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Bosschaert updated ARIES-1365: Fix Version/s: jmx-core-1.1.4 > ServiceState attribute notifications slow down startup/shutd

[jira] [Resolved] (ARIES-1365) ServiceState attribute notifications slow down startup/shutdown time considerably

2015-08-25 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Bosschaert resolved ARIES-1365. - Resolution: Fixed Thanks [~joelrich]! I've committed your patch in svn.apache.org/viewvc?

[jira] [Commented] (ARIES-1356) getInstance method on the core Activator shows up on jvisualvm sampling during performance analysis

2015-08-25 Thread Bas (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14711141#comment-14711141 ] Bas commented on ARIES-1356: Hi, I'll give it a try. But probably it will stay of the radar o

[jira] [Commented] (ARIES-1359) Performance improvement on the findProviders method in the SystemRepository class

2015-08-25 Thread Bas (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14711101#comment-14711101 ] Bas commented on ARIES-1359: Definitely agree on the optimization of the system repository. It

Why does jmx-core-whiteboard embed jmx-core?

2015-08-25 Thread Joel Richard
Hi, While implementing the patch for ARIES-1365 I run into a problem because jmx-core-whiteboard embeds jmx-core and uses some classes from there which I didn’t expect to be used outside of the jmx-core bundle. To fix this problem, I would have to register a service in the jmx-core-whiteboard

[jira] [Updated] (ARIES-1357) BasicSubsystem can be used by the subsystem install process a factor 6 times faster

2015-08-25 Thread Bas (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bas updated ARIES-1357: --- Attachment: patch-basicsubsystem.patch Fixed a bug that causes aries to crash on restart of the osgi container > Basi

[jira] [Commented] (ARIES-1357) BasicSubsystem can be used by the subsystem install process a factor 6 times faster

2015-08-25 Thread Bas (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14711033#comment-14711033 ] Bas commented on ARIES-1357: The resolve process is using the methods that we now improved per

[jira] [Commented] (ARIES-1365) ServiceState attribute notifications slow down startup/shutdown time considerably

2015-08-25 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710805#comment-14710805 ] David Bosschaert commented on ARIES-1365: - Hi [~joelrich] yes, it might be an inte

[jira] [Updated] (ARIES-1365) ServiceState attribute notifications slow down startup/shutdown time considerably

2015-08-25 Thread Joel Richard (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Richard updated ARIES-1365: Attachment: 0001-ARIES-1365-ServiceState-attribute-notifications-slow_0.3.patch > ServiceState attr

[jira] [Commented] (ARIES-1365) ServiceState attribute notifications slow down startup/shutdown time considerably

2015-08-25 Thread Joel Richard (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710774#comment-14710774 ] Joel Richard commented on ARIES-1365: - [~bosschaert], I have had a look at jmx-core-wh