-
Notifications
You must be signed in to change notification settings - Fork 155
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
Cannot stop gateway #328
Comments
It seems LeoFS's gateway failed to stop own process. You can check whether the process still alive or not with the $ ps aux | grep leo_gateway We'll check LeoFS gateway's stop command. |
Yes, sure. Process is still alive. Don't see in logs info about this problem, maybe it will be able to help you. |
Googling Here are the useful results.
In short, As with the Riak, @yosukehara do we apply the same method with Riak? ( fork bear and modify bear.app.src to add dependencies to kernel, stdlib) or PR to boundary? |
So this could happend on leo_(gateway|storage|manager). We will go forward with the Riak way for now. |
We've fixed this issue and change the depending library as follows, which will be included in LeoFS v1.2.8. |
I started local cluster on Ubuntu 14.04 with managers, 1 storage and 1 gateway. When I tried to stop gateway I have stucked command(can be interrrupted only with ctrl-c):
And status after
ctrl-c
:I tried to start gateway again, but have this error:
Node is already running!
.The text was updated successfully, but these errors were encountered: