-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Error message when shutting down ipfs daemon #4055
Comments
This same issue is causing random test failures in CI. Lets figure it out asap |
Still getting this issue. #4123 |
@whyrusleeping Is this still an ongoing problem? I'm having trouble reproducing the error. |
I haven't seen it for a while but I don't know of anything we might have done to fix it (maybe updating the commands lib?). |
@schomatis it was rare, usually daemon takes a sweet time to shut down and this happens only if it shuts down too fast. You can try running |
It's still happening. |
I'll take a look using @Kubuxu's advice. |
I can't reproduce it. I've tried with combinations of the |
I just saw it on a random test on Jenkins. Unfortunately, I can't recall which test. |
It happens quite frequently on Jenkins. |
see: #4055 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
see: #4055 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Using httpServer.Shutdown will: 1. Close the listener (preventing new connections). 2. Close each connection as outstanding requests finish. This prevent us from shutting down before outstanding requests get a chance to respond. fixes #4055 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Version information:
possible bug
Type:
error message without any noticeable error
Severity:
very low
Description:
I ran
ipfs shutdown
on the daemon, which had been started with--writable
, and received the following error message (in the second terminal, not in the daemon's terminal).Daemon shutdown worked nonetheless.
The text was updated successfully, but these errors were encountered: