You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I unfortunately don't have a good reproduction for this, but after one of the recent eclipse.core updates I started noticing that listing references for a symbol occassionally stops working.
The logs then show errors like:
.metadata/.plugins/org.eclipse.jdt.core/744288969.index (No such file or directory)
Java Index broken - will be automatically deleted to repair:
Setting maxConcurrentBuilds = 1, seems to resolve the problem
I'd suspect there's some missing locking and synchronization issues. Due to that I haven't found a better reproduction other than "use it for some time with maxConcurrentBuilds = 8".
The text was updated successfully, but these errors were encountered:
Actually, this was probably a false alarm. There appears to be a race condition in the client that causes more than 1 client/server to be started - where both try to operate on the same workdir.
I unfortunately don't have a good reproduction for this, but after one of the recent eclipse.core updates I started noticing that listing references for a symbol occassionally stops working.
The logs then show errors like:
And I'm also seeing errors like:
Setting
maxConcurrentBuilds = 1,
seems to resolve the problemI'd suspect there's some missing locking and synchronization issues. Due to that I haven't found a better reproduction other than "use it for some time with maxConcurrentBuilds = 8".
The text was updated successfully, but these errors were encountered: