Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] What happened to Cruisecontrol?

Nothing ... It's still there ...

http://build.eclipse.org:7777/cruisecontrol/index.jsp?sort=project

but, I disabled the dashboard (that's the fancy, colorful ajax-app with lots of moving parts).

We've been running into trouble lately, where Cruisecontrol uses (or leaks?) threads and handles until it crashes.
For several weeks .. it hasn't been that big of a deal, I'd just restart it every few days or weeks.

But, lately, they leak so quickly, we can't get through even one of our 4 to 5 hour builds!

I think the reason the problem might be happening right now, is that more people are "watching" our build pages as we approach a milestone,
hence, the problem is multiplied by the number of clients interacting with the server.

But, we need a build, so I turned off the dashboard and went back to the trusty JSP pages.
So far holding steady at only 64 threads (with the dashboard, we'd get a new thread every 10 seconds or so ... soon adding up to 3000 or so, which is about the limit for the way our system is set up.

I've discovered there are known CC bugs in this area ... see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257814#c4

We'll live with the JSP version until after M6 ... maybe even forever. It might be easier for us to customize since suspect we know more about JSP that Spring and Ajax (plus, I've heard Ajax is notoriously a memory and thread hog, even without bugs).

Just wanted to let you all know now what was up ... we'll look for improved solutions in the months ahead.

Thanks,





Back to the top