Community
Participate
Working Groups
Cloned to track release into 3.6.x stream. +++ This bug was initially created as a clone of Bug #336967 +++ There have been a couple reports where we have huge systems with several thousand IUs and people are adding several IUs (same ids but multiple versions) via the reconciler and the solution that we get back from SAT4J isn't always the optimal one. As described in Bug 301446 comment 5 this is expected and the solutions are *not* incorrect. We should provide a mechanism to adjust the default timeout value so clients are able to use this in their problem investigations. I recommend a System property (key: eclipse.p2.projector.timeout) which would default to 1000 (current value) if the property doesn't exist or the property value can't be parsed.
Created attachment 207118 [details] Patch for 368963 and 363965 Here is a patch which allows the user to set the default conflict timeout value. It also includes a patch to Bug 363965 for simplified code to fix an unstable plan resolution.
Released. http://git.eclipse.org/c/equinox/rt.equinox.p2.git/commit/?h=R3_6_maintenance&id=4d9e215ef3fb0543f601ebd97cebfdac9dd98910
Created attachment 211493 [details] Replacement 3.6.2 jar with fix
Created attachment 211494 [details] Replacement 3.6.2 jar with fix Previous attachment had wrong bug#