We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Saw a weird error when starting ftl dev without --recreate, and then ftl seemed to busy loop trying to allocate ports:
ftl dev
--recreate
ftl
error:time:localScaling: Runner failed: failed to remove old deployment: unlinkat /Users/alec/Library/Caches/ftl-runner/runner2/deployments/time/dpl-time-r4mrnsiwffhbs0t/ftl/temp.txt: permission denied: failed to remove old deployment: unlinkat /Users/alec/Library/Caches/ftl-runner/runner2/deployments/time/dpl-time-r4mrnsiwffhbs0t/ftl/temp.txt: permission denied
No idea what temp.txt is or why it couldn't be removed.
temp.txt
Attached profile here.
Screenshot of profile:
Must be some MacOS thing creating the temp.txt files, perhaps to do with GCing the cache directory.
🐚 ~/dev/ftl $ ls -l /Users/alec/Library/Caches/ftl-runner/runner2/deployments/time/dpl-time-r4mrnsiwffhbs0t/ftl/temp.txt -rw-r--r-- 1 root staff 0 26 Jul 14:49 /Users/alec/Library/Caches/ftl-runner/runner2/deployments/time/dpl-time-r4mrnsiwffhbs0t/ftl/temp.txt
But FTL still shouldn't go into a busy loop if this happens :. It seems to happen after suspend/resume.
The text was updated successfully, but these errors were encountered:
fix: prevent possible busy loop
c6450c1
Failure to remove old deployments should not be a fatal error. fixes: #2885
eeae030
43cd92e
fix: prevent possible busy loop (#2920)
24e2d87
Successfully merging a pull request may close this issue.
Saw a weird error when starting
ftl dev
without--recreate
, and thenftl
seemed to busy loop trying to allocate ports:No idea what
temp.txt
is or why it couldn't be removed.Attached profile here.
Screenshot of profile:
Must be some MacOS thing creating the temp.txt files, perhaps to do with GCing the cache directory.
But FTL still shouldn't go into a busy loop if this happens :. It seems to happen after suspend/resume.
The text was updated successfully, but these errors were encountered: