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

Run updateMarker job with lock on specific resource only #98

Merged
merged 1 commit into from
Mar 21, 2022

Conversation

sebthom
Copy link
Member

@sebthom sebthom commented Mar 19, 2022

ResourcesPlugin.getWorkspace().run(runnable, new NullProgressMonitor()); executes the job with a resource lock on the whole workspace which can result in interruption of auto build jobs of non-related projects at https://git.eclipse.org/c/platform/eclipse.platform.resources.git/tree/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java#n2262

@mickaelistria mickaelistria merged commit 3bec923 into eclipse-lsp4e:master Mar 21, 2022
@mickaelistria
Copy link
Contributor

Thanks!

@sebthom sebthom deleted the patch-1 branch July 1, 2022 11:43
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

Successfully merging this pull request may close these issues.

2 participants