Skip to content
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

Plugin slows down Eclipse to a crawl #112

Closed
dragos opened this issue Feb 18, 2016 · 1 comment
Closed

Plugin slows down Eclipse to a crawl #112

dragos opened this issue Feb 18, 2016 · 1 comment

Comments

@dragos
Copy link
Member

dragos commented Feb 18, 2016

It seems it calls Lucene checkIndex way too often. I see my Eclipse using around 100% of one core constantly when I have this plugin installed. It's a showstopper.

@dragos
Copy link
Member Author

dragos commented Feb 19, 2016

It looks like the job wakes up every 5s for each project, and does a checkIndex, then decides there's nothing to do and goes back to sleep. I think it should only do stuff when a file change event is received.

dragos added a commit to dragos/scala-search that referenced this issue Feb 26, 2016
Move index checking on project open. If an index becomes corrupt, it needs a project re-open to clean and restart.

Modified tests accordingly.

Fix scala-ide#112.
dragos added a commit to dragos/scala-search that referenced this issue Feb 26, 2016
Move index checking on project open. If an index becomes corrupt, it needs a project re-open to clean and restart.

Modified tests accordingly.

Fix scala-ide#112.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant