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

fix: apisix-debian-dev image failed to run #537

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

AlinsRan
Copy link
Contributor

@AlinsRan AlinsRan commented Jan 12, 2024

Contains two fixes:

1. Fix apisix-runtime dependency

apisix is already dependent on the specified version of apisix-runtime.

2. fix worker_events.sock address already.

$ bin/apisix start
/usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua start
nginx: [emerg] bind() to unix:/home/bzp/code/apisix/conf/worker_events.sock failed (98: Address already in use)
nginx: [emerg] bind() to unix:/home/bzp/code/apisix/conf/worker_events.sock failed (98: Address already in use)

ref: apache/apisix#10732

The files worker_events.sock being exposed by container mounts and not being cleaned up on abnormal exits resulting in failure to start next time

@AlinsRan AlinsRan marked this pull request as ready for review January 12, 2024 08:42
@AlinsRan AlinsRan merged commit b078233 into apache:master Jan 15, 2024
9 checks passed
@darkSheep404
Copy link

But when the several containers logs folder is mounted to a same folder/configMap , does deleting this file affect the other containers ?
For example, when using a rolling deployment

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

Successfully merging this pull request may close these issues.

4 participants