-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Mutagen stuck when stopping environment #235
Comments
Yeah, me too. I started experiencing this after updating to Docker Desktop 2.3.0.5 from |
happened same thing to me, you'll have to downgrade Docker Desktop from 2.3.0.5 to 2.3.04 (as @Lex50 said) here's the 2.3.0.4 download page |
Got it - confirming that downgrading to Docker Desktop |
I'm wondering if this known-issue, added to known-issues 2 days ago, might be the culprit. If Mutagen were getting incorrect timing data, it would stand to reason it could be endlessly scanning looking for changed files within the container. Seems like it affects Docker Desktop on stable and edge across Win and Mac. |
@loganstellway May I ask some questions... |
Sorry that I didn't catch this earlier. This was probably the same underlying issue as in mutagen-io/mutagen#223. I've just back-ported the fix to v0.11.8, so hopefully that fixes the problem, but please let me know if not. |
…tibility with Docker Desktop 2.3.0.5 and later Relates to #235
@havoc-io Thanks for jumping over here to let us know. This resolved the issue in my testing with Docker Desktop 2.4.0.0 as well, and I'm assuming it does the same for 2.3.0.5 where the issue initially cropped up. One note here for others coming across this is: In order for Mutagen to start back up following my upgrade from 0.11.7 to 0.11.8, I had to first kill off the The error encountered post-mutagen-upgrade
Resolution allowing me to start the daemon and sync sessions:
As can be seen in commit 44e13f3, the upcoming Warden 0.10.0 release will require Mutagen 0.11.8 or later when starting sync sessions to ensure users upgrade to avoid the failure. |
Environment
Description
When executing
warden env stop
, the command is halted by themutagen sync
call.I believe the issue may be with Mutagen as calling
mutagen sync terminate
ormutagen sync pause
directly results in the same experience.Currently, I am forcefully shutting down the docker containers when I am done working on my project.
Here are a few things I tried:
warden
andmutagen
and updated to the latest versions.~/.mutagen
directoryI came across mutagen-io/mutagen/issues/174 while searching for answers. I thought I would post the issue here since Warden relies on the tool for MacOS users - has anyone else experienced this? Any ideas?
Thank you
The text was updated successfully, but these errors were encountered: