You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/12/15 12:23:05 UTC

[jira] Created: (SMX4KNL-165) Initial provisioning using features is very slow especially when using snapshots

Initial provisioning using features is very slow especially when using snapshots
--------------------------------------------------------------------------------

                 Key: SMX4KNL-165
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-165
             Project: ServiceMix Kernel
          Issue Type: Bug
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet
             Fix For: 1.1.0


When the features service install features using snapshots the first time it starts, this can be very slow because even if the snapshots are present in the system folder, the pax url handler checks all remote repositories for existing snapshots.  This leads to lots of HTTP requests which are useless.

The solution is to enhance pax url mvn handler to add a list of default repositories to check before standard repos.
This will allow forcing the use of the system folder, and will consequently re-enable the use of the local repo discovered from the maven settings.xml config file.

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


[jira] Updated: (SMX4KNL-165) Initial provisioning using features is very slow especially when using snapshots

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMX4KNL-165:
------------------------------------

    Attachment: SMX4KNL-165.patch

> Initial provisioning using features is very slow especially when using snapshots
> --------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-165
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-165
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>         Attachments: SMX4KNL-165.patch
>
>
> When the features service install features using snapshots the first time it starts, this can be very slow because even if the snapshots are present in the system folder, the pax url handler checks all remote repositories for existing snapshots.  This leads to lots of HTTP requests which are useless.
> The solution is to enhance pax url mvn handler to add a list of default repositories to check before standard repos.
> This will allow forcing the use of the system folder, and will consequently re-enable the use of the local repo discovered from the maven settings.xml config file.

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


[jira] Work started: (SMX4KNL-165) Initial provisioning using features is very slow especially when using snapshots

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4KNL-165 started by Guillaume Nodet.

> Initial provisioning using features is very slow especially when using snapshots
> --------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-165
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-165
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>         Attachments: SMX4KNL-165.patch
>
>
> When the features service install features using snapshots the first time it starts, this can be very slow because even if the snapshots are present in the system folder, the pax url handler checks all remote repositories for existing snapshots.  This leads to lots of HTTP requests which are useless.
> The solution is to enhance pax url mvn handler to add a list of default repositories to check before standard repos.
> This will allow forcing the use of the system folder, and will consequently re-enable the use of the local repo discovered from the maven settings.xml config file.

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


[jira] Resolved: (SMX4KNL-165) Initial provisioning using features is very slow especially when using snapshots

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4KNL-165.
-------------------------------------

    Resolution: Fixed

Sending        assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg
Sending        gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/etc/org.ops4j.pax.url.mvn.cfg
Sending        pom.xml
Transmitting file data ...
Committed revision 733035.

> Initial provisioning using features is very slow especially when using snapshots
> --------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-165
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-165
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>         Attachments: SMX4KNL-165.patch
>
>
> When the features service install features using snapshots the first time it starts, this can be very slow because even if the snapshots are present in the system folder, the pax url handler checks all remote repositories for existing snapshots.  This leads to lots of HTTP requests which are useless.
> The solution is to enhance pax url mvn handler to add a list of default repositories to check before standard repos.
> This will allow forcing the use of the system folder, and will consequently re-enable the use of the local repo discovered from the maven settings.xml config file.

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


[jira] Commented: (SMX4KNL-165) Initial provisioning using features is very slow especially when using snapshots

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48179#action_48179 ] 

Guillaume Nodet commented on SMX4KNL-165:
-----------------------------------------

Fixed as part of http://issues.ops4j.org/browse/PAXURL-26

> Initial provisioning using features is very slow especially when using snapshots
> --------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-165
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-165
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>
> When the features service install features using snapshots the first time it starts, this can be very slow because even if the snapshots are present in the system folder, the pax url handler checks all remote repositories for existing snapshots.  This leads to lots of HTTP requests which are useless.
> The solution is to enhance pax url mvn handler to add a list of default repositories to check before standard repos.
> This will allow forcing the use of the system folder, and will consequently re-enable the use of the local repo discovered from the maven settings.xml config file.

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


[jira] Commented: (SMX4KNL-165) Initial provisioning using features is very slow especially when using snapshots

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48180#action_48180 ] 

Guillaume Nodet commented on SMX4KNL-165:
-----------------------------------------

We need to upgrade to pax-url-mvn 3.3 when released

> Initial provisioning using features is very slow especially when using snapshots
> --------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-165
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-165
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>
> When the features service install features using snapshots the first time it starts, this can be very slow because even if the snapshots are present in the system folder, the pax url handler checks all remote repositories for existing snapshots.  This leads to lots of HTTP requests which are useless.
> The solution is to enhance pax url mvn handler to add a list of default repositories to check before standard repos.
> This will allow forcing the use of the system folder, and will consequently re-enable the use of the local repo discovered from the maven settings.xml config file.

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