-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"RefreshWorkspace" progress running constantly #15
Comments
I tried in latest Eclipse in Ubuntu, as well in Windows 7 (both with completly fresh Eclipse installations) |
I am experiencing the same issue. Eclipse is rendered completely useless in a matter of 15 seconds by the Refresh threads. I've attached a time lapse of thread dumps and it appears the plugin is spinning multiple concurrent refresh threads that are in contention. It also looks like threads are never actually terminated and just go into a wait state resulting in an ever increasing number of threads. I've see it get up to over 300. Eclipse becomes so useless waiting for the threads to complete that after 2.5 hours, I finally killed the Eclipse Windows process rather than waiting for these threads to stop. ThreadDump1-10_30_44_AM.txt |
Thanks for providing the thread dumps @duanewaninger |
@mkurz and @duanewaninger, Thanks for reporting the issue. What exact steps did you perform using Azure Toolkit for Eclipse which caused “RefreshWorkspace” issue ? @mkurz, Could you also provide thread dumps ? It will help us to debug the issue. |
@pednekarprajakta Thanks for the response. You could try to reproduce like this:
After you imported the project the bug should appear. Let me know if you could reproduce the problem. |
@pednekarprajakta Can you reproduce the problem? |
The issue starts the moment you install the plugin. I happen to be working with Dynamic Web Project, Maven Projects and Spring Maven Project, but it really doesn't seem to make a difference. The number of threads spun off by the plugin begins increasing as you move around Eclipse perform common tasks like compiling code, changing project properties, etc; basically anything that would cause Eclipse to trigger a Workspace Refresh. I too had to uninstall the Plugin in order to move on with work. But the problem is easily reproducible. |
I should add that I'm currently using the following Eclipse version on Windows: Eclipse Java EE IDE for Web Developers. But, I've also tried Eclipse Kepler and Luna versions and Rational Application Developer 9.1 with the same result. |
I tested on Windows 7 and Ubuntu 12.04 with Eclipse Mars. Also on both systems the problem occured immediately. Hard to believe someone is actually using this plugin... |
@mkurz I am not able to reproduce the issue using the provided sample dummy project. I did exactly same steps which you mentioned. I tested on Windows 8. |
@pednekarprajakta FYI, I'm getting the same issue that makes Eclipse just unusable. My workspace contains a lot of projects: Java, J2EE, Android, RoboVM... all maven enabled The initialization never ends as it constantly refreshes the workspace. This happens right after installing 2.9.0 on Mars 4.5.2, Windows 64 bits. I already tried it twice with the same outcome. |
Any updates from the Microsoft team on resolving this issue? |
we're still looking for a way to reproduce this issue as none of us are able to see this problem (Linux, Mac, Windows). I'm using Mars 4.5.2 with the Toolkit installed and a number of Maven projects, on Win 10 - no issues... So the main challenge right now is to figure out what is different about your environments. |
@martinsawicki if you still cannot reproduce it, I can share my screen with you or give you access to the machine |
we provided at attempt to fix this issue (though not being able to repro) -- fix shipped in the latest toolkit updates -- see if it helps. |
@martinsawicki thanks a lot for fix, it seems that the issue disappeared with 2.9.5. I'll watch it in the next few weeks to validate this conclusion. |
thank you, if there is a specific new issue to file, please log as a new issue with repro steps. thanks for the feedback! |
Azure Toolkit for Eclipse
When having projects in Eclipse which are not Dynamic Web applications but just normal projects my eclipse is getting crazy. There are
RefreshWorkspace
tasks running all the time and which occupies a processor all the time.When I remove the non dynamic web application projects everyhing is normal again.
I had to remove the Azure Toolkit for Eclipse everything is back to normal again.
The text was updated successfully, but these errors were encountered: