Bug 256820 - [fwAdmin] Optimize SimpleConfiguratorManipulators use of BundleState.resolve
Summary: [fwAdmin] Optimize SimpleConfiguratorManipulators use of BundleState.resolve
Status: RESOLVED WONTFIX
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2008-11-27 13:16 EST by Simon Kaegi CLA
Modified: 2020-02-20 05:47 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Kaegi CLA 2008-11-27 13:16:21 EST
We resolve our state a number of times in SimpleConfiguratorManipulator and this call is very expensive. It looks like for the typical case we can optimize what we're resolving when saving to a smaller set of bundles (just those required for resolving the bundles on osgi.bundles)and when updating the manipulator's set of bundles possibly avoiding resolving altogerther.
Comment 1 Pascal Rapicault CLA 2009-01-07 21:59:39 EST
Given all of our efforts around reading and writing fwk admin only once. I will remove this from 3.5. We have more important things to address.
Comment 2 Eclipse Webmaster CLA 2019-09-06 16:12:46 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
Comment 3 Ed Merks CLA 2020-02-20 05:47:09 EST
I assume this issue is stale and/or has already been addressed.