Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] [Fwd: Re: [Subclipse-users] infinite loop during disconnect with mylyn]


Thanks Scott. I forward your response Mylyn mailing list. So, it seem like your issue is not related to Subclipse and look like an issue in Mylyn. I thought this been mentioned in Mylyn FAQ [1], but can't find it now. However there are several bug reports in Mylyn that look similar to yours, though some of them seem like duplicates. So, you can cc yourself, vote and comment on one of those, or create new issue, since your case is related to version control.

197942: [performance] refresh worspace with active task hogs CPU
https://bugs.eclipse.org/bugs/show_bug.cgi?id=197942

220941: [performance] UI hangs when adding things to context and Package Explorer is filtering a large source folder
https://bugs.eclipse.org/bugs/show_bug.cgi?id=220941

195229: [performance] slowness in org.eclipse.mylyn.resources.ResourcesUiBridgePlugin.getInterestingResources(IInteractionContext)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=195229

213101: [performance] refreshing projects with many changed files stalls workbench
https://bugs.eclipse.org/bugs/show_bug.cgi?id=213101

222773: [performance] [context] loading a large context appears to cause hang on startup
https://bugs.eclipse.org/bugs/show_bug.cgi?id=222773

 regards,
 Eugene

[1] http://wiki.eclipse.org/Mylyn_FAQ


-------- Original Message --------
Subject: 	Re: [Subclipse-users] infinite loop during disconnect with mylyn
Date: 	Mon, 07 Jul 2008 10:59:58 -0400
From: 	Scott Cytacki <scytacki@xxxxxxxxxxx>
To: 	users@xxxxxxxxxxxxxxxxxxxx



This probably won't get through to mylar-dev since I'm not subscribed.

I'm using mylyn 3.0. I did have an active task. With no active task the original project disconnects quickly.
With a small project and an active task it disconnects fine.

So it looks like it is the known issue you referred to.

Thanks, I'll just make sure I don't have active tasks when disconnecting projects.

I'd like to file a bug so this is recorded and maybe fixed one day. Should I file a bug in mylyn or sublclipse?

If anyone wants to see this behavior, the project I was disconnecting is on sourceforge so you can try it yourself:
https://mozswing.svn.sourceforge.net/svnroot/mozswing/workspace-mozswing/org.mozilla.browser

It has a very large number of files, because it has 4 versions of the entire xulrunner (which is most of firefox) source checked in.

Thanks again,
Scott

Mark Phippard wrote:
On Mon, Jul 7, 2008 at 10:16 AM, Eugene Kuleshov <eu@xxxxxxxx> wrote:
 Can you please clarify if Mylyn task is active while you disconnecting the
project? Is it also goes into that state when there is no active Mylyn task?
Does it also never ends if you disconnect very small project? Also, what
Mylyn version you are using?

 I think it is a known issue that Mylyn resource monitor slows down things a
lot when it comes to massive resource changes, such as project creation,
deletion or version control system operations, but Mylyn developers may have
more comments on that. So I've CC'ed mylar-dev mailing list.




Back to the top