Skip to content
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

vanilla docker-compose up fails #22

Closed
tkaymak opened this issue Jun 1, 2016 · 1 comment
Closed

vanilla docker-compose up fails #22

tkaymak opened this issue Jun 1, 2016 · 1 comment

Comments

@tkaymak
Copy link

tkaymak commented Jun 1, 2016

Running on VirtualBox (4GB, 4 Cores) on MacOS:

  • MySQL container is restarted repeatedly
Version: '5.7.12'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
2016-06-01T16:50:31.139441Z 4 [Note] Aborted connection 4 to db: 'airflow' user: 'airflow' host: '172.17.0.4' (Got an error reading communication packets)
2016-06-01T16:50:31.567596Z 3 [Note] Aborted connection 3 to db: 'airflow' user: 'airflow' host: '172.17.0.4' (Got an error reading communication packets)
2016-06-01T16:50:32.419459Z 6 [Note] Aborted connection 6 to db: 'airflow' user: 'airflow' host: '172.17.0.4' (Got an error reading communication packets)
2016-06-01T16:50:32.421728Z 7 [Note] Aborted connection 7 to db: 'airflow' user: 'airflow' host: '172.17.0.4' (Got an error reading communication packets)
2016-06-01T16:50:33.186267Z 10 [Note] Aborted connection 10 to db: 'airflow' user: 'airflow' host: '172.17.0.4' (Got an error reading communication packets)
2016-06-01T16:50:33.224555Z 9 [Note] Aborted connection 9 to db: 'airflow' user: 'airflow' host: '172.17.0.4' (Got an error reading communication packets)
2016-06-01T16:50:33.974580Z 13 [Note] Aborted connection 13 to db: 'airflow' user: 'airflow' host: '172.17.0.4' (Got an error reading communication packets)
2016-06-01T16:50:34.039175Z 12 [Note] Aborted connection 12 to db: 'airflow' user: 'airflow' host: '172.17.0.4' (Got an error reading communication packets)
2016-06-01T16:50:36.152814Z 16 [Note] Aborted connection 16 to db: 'airflow' user: 'airflow' host: '172.17.0.4' (Got an error reading communication packets)
  • There seems to be an error in entrypoint.sh:
scheduler_1  | ./entrypoint.sh: line 15: [: too many arguments
scheduler_1  | ./entrypoint.sh: line 15: [: too many arguments
scheduler_1  | ./entrypoint.sh: line 15: [: too many arguments
scheduler_1  | ./entrypoint.sh: line 15: [: too many arguments
scheduler_1  | ./entrypoint.sh: line 29: [: too many arguments
scheduler_1  | ./entrypoint.sh: line 29: [: too many arguments
scheduler_1  | ./entrypoint.sh: line 29: [: too many arguments

The scheduler seems to be restarted every few seconds, the rest of the services less often

@puckel
Copy link
Owner

puckel commented Jun 2, 2016

PR merged, I'm going to release a new version with fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants