-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Deleting a large quantity of files makes the UI unresponsive #11431
Comments
I was not able to reproduce the problem on Windows; here's what I did:
|
@AlexandraBuzila is your scenario different? |
Hi @tsmaeder, |
I ran into a problem where the delete would fail with an unrelated error
probably due to this: |
I remove Firefox from my system and now I'm getting
after getting around 50 correct The gist here is this seems to be a nsfw problem. I'll be away for a week and pick this up again then. |
The error case occurs when more than one "MOVED_FROM" event is in the buffer delivered to |
Methinks I have a fix: Axosoft/nsfw#171. Now waiting for feedback from nsfw folks. |
@tsmaeder I see this error message with a significant portion of the CI failures we have in this repo [1]. It would be awesome if your fix helped. [1]: e.g.: https://github.com/eclipse-theia/theia/actions/runs/3524336163/jobs/5909603214#step:7:4339 |
PR has been merged. Waiting for a new release of nsfw. |
Contributed on behalf of ST Microelectronics Signed-off-by: Thomas Mäder <[email protected]>
We have a new release: https://github.com/Axosoft/nsfw/releases/tag/v2.2.4 |
Fixes #11431. Contributed on behalf of ST Microelectronics. Signed-off-by: Thomas Mäder <[email protected]>
Bug Description:
Steps to Reproduce:
Depending on the nature of the files delete, an error notification might be shown in the UI:
Unable to watch for file changes in this large workspace. The information you see may not include recent file changes.
Sometimes an error is also thrown by NSFW here. The error is:
Service shutdown: root path changed (renamed or deleted)
This is probably misleading because the root path (the Theia workspace) has not been renamed or deleted.
Additional Information
The text was updated successfully, but these errors were encountered: