-
Notifications
You must be signed in to change notification settings - Fork 432
Upstreaming fixes to RabbitMQ #18
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
Comments
For the first issue, that patch looks awesome; so much love ❤️. I'd so love to stop For the second issue, I'm not sure there's going to be a good solution upstream -- |
If you've got any advice on #6, help or thoughts there (and anywhere/everywhere else) would be appreciated also. 👍 |
Yeah, gosu seems perfect here. I was confident su(1) didn't fork a process but I was wrong... I'm going to remove that I will take a look at #6 in a week; I will be away for a few days. Thanks for getting back to me so quickly! |
Thanks for caring about your docker users 😻. |
Yeah absolutely; we love it when upstream actually gets involved. 👍 ❤️ |
No problem, that's my pleasure! When you have issues with RabbitMQ, please don't hesitate to report them either on our mailing-list or on GitHub. |
Hi guys! I merged the two branches I had related to Docker (log to stdout, no need to "exec" before "su"). Do you see anything else we should fix? FYI, we plan to release RabbitMQ 3.5.2 next week. |
Thanks! I don't know of anything else, but I am not actively using it. Maybe one of our users like @vovimayhem would know something else that should be fixed? |
If this lets us get SASL logs to stdout too, that's going to be a massive
improvement by itself. Doing so without the hacky "sed" we're doing now is
even more sugar on top! ❤️
(When we tried pushing SASL to stdout too previously, everything crashed
and burned.)
|
@yosifkit Not that I'm aware of... I stopped trying to persist the mnesia files in a mounted volume. I'm happy now (it was of no use on a second thought). The TSL/SSL issue I found was fixed a couple of releases ago. ❤️ |
Great, thank you all for your feedback! |
Hi!
I'm working on RabbitMQ to fix the issues you encounter with RabbitMQ in a Docker image and I would like to discuss how I can help you (the corresponding issue on our side is rabbitmq/rabbitmq-server#113). I am very new to Docker so I apologize for any mistakes or non-sense :)
By looking at the
Dockerfile
, I see at least two problems you work around:RABBITMQ_LOGS=-
andRABBITMQ_SASL_LOGS=-
to send everything to stdout. Is this ok with you?rabbitmq-server
script directly. Ironically, I made this change because a Docker user reported a problem with the lack of exec to start the server. I admit I didn't tested the fix in Docker by lack of knowledge/time and trusted him.Is there anything else to ease the integration of RabbitMQ in Docker?
The text was updated successfully, but these errors were encountered: