-
Notifications
You must be signed in to change notification settings - Fork 319
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
IntelliJ 2018.2 constantly re-indexing when Android Support turned on. #2511
Comments
The problem is probably caused by this issue. Could you please try IntelliJ IDEA 2018.2.1 RC where the problem should be fixed? (You may switch to EAP update channel in Preferences | Appearance & Behavior | System Settings | Updates and check for updates). |
@stevemessick for FYI Reopen if you suspect that you are hitting something else. |
@jwren, this issue is severe enough that we may want to consider keeping it open until the fix rolls into the stable version of 2018.2, and / or updating our known issues list on the readme and mentioning something in the release notes. |
OK, I tried out the EAP version, and indeed it appears to be fixed there. Thanks. I'll stick to EAP until it makes it to stable and then switch back to stable. |
I updated the readme to reference this issue (109e9f3); we expect the fix to be in the stable version of 2018.2 ~next week. |
It is worth keeping this issue open so people like me can more find it and find a resolution. It was driving me bonkers :-) |
IntelliJ IDEA 2018.2.1 is out, and this does look fixed. |
Tonight I updated to:
And IntelliJ now continuously indexes (once a second), causing a lot of things to not work, and interrupting interaction with the UI.
It's similar to #1735, but invalidating caches/restarting or even nuking the .idea directory doesn't help.
What does help is disabling the "Android Support" plugin (with the obvious down side. :-)). That seems to fix the problem, but only until I turn it on again.
The log says repeatedly (once per second):
2018-07-30 21:19:54,241 [ 212868] INFO - pl.ProjectRootManagerComponent - project roots have changed
2018-07-30 21:19:54,252 [ 212879] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 4ms; general responsiveness: ok; EDT responsiveness: ok
2018-07-30 21:19:54,285 [ 212912] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 33ms; general responsiveness: ok; EDT responsiveness: ok
Version info
Here's my current log file:
idea.log
The text was updated successfully, but these errors were encountered: