Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse/Kepler Retrospective"

(Community)
 
(4 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
== Community ==
 
== Community ==
  
* Patch review days were good. Increase in contributions, some community feedback on  
+
* Patch review days were good. Increase in contributions, some community feedback on improved patch acceptable from platform
improved patch acceptable from platform
+
* Patch reviews depends on team, some have low patch volume and can review as they come in others have high patch volume and patch review days work well.
* Patch reviews depends on team, some have low patch volume and can review as they come in
+
others have high patch volume and patch review days work well.
+
 
* Platform UI team did 2 days at start of each milestone, with additional follow-up as required to iterate patches
 
* Platform UI team did 2 days at start of each milestone, with additional follow-up as required to iterate patches
 
* Gerrit is great for managing patches, rebasing easily to keep them up to date rather than getting stale in bugzilla
 
* Gerrit is great for managing patches, rebasing easily to keep them up to date rather than getting stale in bugzilla
 
* Gerrit tempts you to merge directly from web UI, but this is a dangerous practice because you're not pushing what you tested (or worse, you didn't test)  
 
* Gerrit tempts you to merge directly from web UI, but this is a dangerous practice because you're not pushing what you tested (or worse, you didn't test)  
* CBI was a net loss for us so far. It was a very large volume of work just to get our build back to its old state. There is benefit for others in the community to make it easier for them to run builds independently. For committers it hasn't delivered value yet.
+
* CBI was a net loss for us so far. It was a very large volume of work just to get our build back to its old state. There is benefit for others in the community to make it easier for them to run builds independently. For Platform committers it hasn't delivered value yet, but introduced new maintenance cost due to Maven deficiencies ({{bug|410966}}, {{bug|387802}}, {{bug|386114}}).
* Still lots of rough edges in our build that we need to address. For example we can't currently diff JARs reliably between builds.
+
* Still lots of rough edges in our build that we need to address. For example we can't currently diff JARs reliably between repositories/distributions.
  
 
== Performance ==
 
== Performance ==
Line 28: Line 26:
 
* Consider dropping 32-bit for Mac, AIX, Solaris, HP-UX
 
* Consider dropping 32-bit for Mac, AIX, Solaris, HP-UX
 
* JDK matrix - consider only having Java 7 reference platforms for next release (and possibly Java 8)
 
* JDK matrix - consider only having Java 7 reference platforms for next release (and possibly Java 8)
 +
** That doesn't mean all projects need to set their BREE to JavaSE-1.7
 +
** However, since org.eclipse.osgi is already at JavaSE-1.6, compatibility with older EEs like 1.5, 1.4, or CDC/Foundation is not important any more
  
  
 
[[Category:Eclipse Project]]
 
[[Category:Eclipse Project]]

Latest revision as of 10:43, 28 June 2013

This page contains notes from a retrospective discussion held during the Eclipse project weekly architecture call.

Community

  • Patch review days were good. Increase in contributions, some community feedback on improved patch acceptable from platform
  • Patch reviews depends on team, some have low patch volume and can review as they come in others have high patch volume and patch review days work well.
  • Platform UI team did 2 days at start of each milestone, with additional follow-up as required to iterate patches
  • Gerrit is great for managing patches, rebasing easily to keep them up to date rather than getting stale in bugzilla
  • Gerrit tempts you to merge directly from web UI, but this is a dangerous practice because you're not pushing what you tested (or worse, you didn't test)
  • CBI was a net loss for us so far. It was a very large volume of work just to get our build back to its old state. There is benefit for others in the community to make it easier for them to run builds independently. For Platform committers it hasn't delivered value yet, but introduced new maintenance cost due to Maven deficiencies (bug 410966, bug 387802, bug 386114).
  • Still lots of rough edges in our build that we need to address. For example we can't currently diff JARs reliably between repositories/distributions.

Performance

  • Performance testing was non-existent. We need to get those back in place.
  • Get them running, and then get useful ongoing data out of them.
  • Performance pass during M6 - dedicated time built into plan to work on performance.
  • Consider doing performance test pass in earlier milestone such as M3
  • Do further automated analysis on performance data to get more useful signals out of data

Planning

  • Planning happened very late. We need to get the plan in place much earlier.
  • Add topics to call in advance so we have time to think about it
  • Far too many platforms to test, not enough people/time to test them.
  • Consider dropping 32-bit for Mac, AIX, Solaris, HP-UX
  • JDK matrix - consider only having Java 7 reference platforms for next release (and possibly Java 8)
    • That doesn't mean all projects need to set their BREE to JavaSE-1.7
    • However, since org.eclipse.osgi is already at JavaSE-1.6, compatibility with older EEs like 1.5, 1.4, or CDC/Foundation is not important any more

Back to the top