-
Notifications
You must be signed in to change notification settings - Fork 156
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 connect to the Docker daemon #1041
Comments
Seems to be happening in coala too coala/coala-bears#152 (comment) |
@AbdealiJK it looks like this has nothing to do with the use of a custom image. The Docker daemon on Rultor seems to be down, I'm on it. |
@yegor256 Docker is down on the Rultor server, please restart the daemon as soon as you can. |
@original-brownbear restarted. would be great to create a mechanism of automatic restarting... |
@yegor256 agreed, I'm on it. |
@alex-palevsky this is a bug. |
@alex-palevsky assign me please. |
@yegor256 made a restarter, but on second thought, maybe we can do this in a significantly more stable way ...
inside of |
@original-brownbear tag "bug" added |
@abdealijk since there is no milestone yet I set it to "2.0" |
@original-brownbear the task is yours, please proceed |
@original-brownbear yes, we can add that line there. but imagine a situation where a new EC2 instance is created. it won't have that line. and we will have this issue again. we need some check to be built-in into rultor, which will, for example, fail the build if that line is absent. in that case, we will discover the problem right after we start a new EC2 machine. |
@yegor256 I agree that Rultor should handle setting up and checking the health of the EC2 instance, I think talking about the next EC2 instance we actually have two better options: Even if you find an issue with option two, isn't option one a far superior approach compared with having Rultor check, if the manual setup of that EC2 went correctly? |
@yegor256 any input on the above ? Otherwise I'd just go with a workaround that checks if the process is running properly and then runs |
@original-brownbear rultor must not assume anything about the EC2 (or any other) host it's running on. rultor must simply check whether Docker daemon is up and running or not. if not, it must crash with an exception. that's enough. I think we should run that check every few minutes, by connecting to the server and checking Docker status. we need a "super agent" for that. |
@yegor256 ok perfect thanks :) |
@alex-palevsky PR here #1051 :) |
@AbdealiJK fixed evidently and measures to stabilize this overall are in the making :) |
@alex-palevsky more time please. |
@abdealijk once |
|
@original-brownbear no problem, thanks for letting me know |
@alex-palevsky this got closed in time afterall, please close it in my agenda too :) |
@original-brownbear it is closed already as far as I can see |
@original-brownbear 30 mins added to your account (payment number |
@abdealijk the last puzzle |
@AbdealiJK the puzzle #1375 is still not solved. |
I'm trying to run rultor on a new repo I created. I was using it fine a while back some bare bones settings. I then added a custom docker container (The one we use for coala) and I keep getting an error.
I seem to be getting the following error continuously:
You can see the full log at http://www.rultor.com/t/7510-192608320
The PR with the issue AbdealiLoKo/pycolorname#15
We're using nearly the same configs for coala. I'm unable to figure out the issue.
1041-7f83dd26
/DockerHealthCheck.java:47-50: Add DockerHealthCheck to the running... #1057 (by )The text was updated successfully, but these errors were encountered: