Bug 248514 - 3.5M2, command line IU installation: extremely bad performance, multiple exceptions
Summary: 3.5M2, command line IU installation: extremely bad performance, multiple exce...
Status: RESOLVED DUPLICATE of bug 235923
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 3.5   Edit
Hardware: PC Linux-GTK
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-Update-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-24 20:19 EDT by Sergey CLA
Modified: 2008-09-25 13:44 EDT (History)
2 users (show)

See Also:


Attachments
consolelog (51.83 KB, text/plain)
2008-09-24 21:12 EDT, Sergey CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey CLA 2008-09-24 20:19:23 EDT
eclipse SDK 3.5M2.

Try install IU (installable unit) using p2 director application (org.eclipse.equinox.p2.director.app.application) from command line with -consolelog: mupliple exceptions + extremely bad performance (but finally IU installed successfully). 

Consolelog attached (java -jar /home/builder/kafka/build/eclipse/plugins/org.eclipse.equinox.launcher_1.0.200.v20080825-1800.jar -application org.eclipse.equinox.p2.director.app.application -metadataRepository http://download.eclipse.org/modeling/mdt/updates/interim/ -artifactRepository http://download.eclipse.org/modeling/mdt/updates/interim/ -installIU org.eclipse.uml2.sdk.feature.group -version 2.2.100.v200808270930 -nosplash -consolelog)
Comment 1 Sergey CLA 2008-09-24 21:12:28 EDT
Created attachment 113428 [details]
consolelog
Comment 2 Remy Suen CLA 2008-09-25 03:36:11 EDT
For the proxy NPEs, you can look at bug 246065. I don't know if that's the cause behind the "bad performance" or not though.
Comment 3 Sergey CLA 2008-09-25 08:51:57 EDT
Not just "bad performance" but p2 director application update command in 3.5M2 simply hangs. And this is milestone???

severity: normal -> critical.

It seems patch attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=246065 fixes the problem.
Comment 4 John Arthorne CLA 2008-09-25 11:18:26 EDT
Note the bad performance is caused by:

http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg02781.html
Comment 5 Sergey CLA 2008-09-25 13:07:10 EDT
(In reply to comment #4)
> Note the bad performance is caused by:
> http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg02781.html

In scenario above, all IUs installed from LOCAL update site. Are there any reasons to traverse remote URLs supplied in feature manifests or any other remote URLs? Maybe it's good idea to supply some update manager option (don't access remote hosts on install from local or archived update site, or don't access remote host again if first attempt failed)?
Comment 6 John Arthorne CLA 2008-09-25 13:44:08 EDT

*** This bug has been marked as a duplicate of bug 235923 ***