-
Notifications
You must be signed in to change notification settings - Fork 1
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
Erroneous changed on disk notification #98
Comments
After the v.1.1.1 PR, this has been observed in the staging environment as well. The error can be reproduced only when using the keyboard shortcut for saving a file if no digest cycle has been triggered for the |
Upon further investigation the digest cycles do not actually effect the correct execution of the display logic. The issue it turns out is that Watchdog only fires two events on certain filesystems though. This has been observed thus far on tmp and and network filesystems, but cannot be reproduced on a normal home directory. |
Nope. Watchdog is performing as expected. Turns out that the |
* Normalize watcher path prior to lookup. * Disabling the keyboard shortcut for now. SandstoneHPC/sandstonehpc-project#98.
On the sandstone dev vagrant box, if a file in
/tmp/
is modified and saved in the code editor, an erroneous file changed on disk notification appears. This does not happen in/home/
, nor in the staging environment.The text was updated successfully, but these errors were encountered: