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

fluentd container restart everytime #531

Closed
zachelnet opened this issue May 24, 2023 · 9 comments
Closed

fluentd container restart everytime #531

zachelnet opened this issue May 24, 2023 · 9 comments
Labels
bug Something isn't working

Comments

@zachelnet
Copy link

zachelnet commented May 24, 2023

in the yoga contain for fluentd restart always.

in the log we found following message:

"/opt/td-agent/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:83:in `require': cannot load such file -- fluent/log-ext (LoadError)
"

for this exist a bug report
https://bugs.launchpad.net/kolla/+bug/2019557
please update the container

@berendt
Copy link
Member

berendt commented May 25, 2023

We rebuild the container images for Yoga/Zed every night. Simply pull newer images with the rolling tag to get a newer version.

@berendt berendt added the bug Something isn't working label May 25, 2023
@zachelnet
Copy link
Author

zachelnet commented May 25, 2023

@berendt
I pull/upgrade the container yesterday and today

@artificial-intelligence

@zach-b1

can you double check that you have 'fluent-plugin-elasticsearch:"<5.3.0"' in your container?

see: https://review.opendev.org/c/openstack/kolla/+/883358/2/docker/fluentd/Dockerfile.j2#49

@zachelnet
Copy link
Author

@artificial-intelligence
Hi

yes, i have check my container:

docker run -it  ac.hub.msg.team/quay/osism/fluentd:yoga td-agent-gem list fluent

*** LOCAL GEMS ***

fluent-config-regexp-type (1.0.0)
fluent-diagtool (1.0.1)
fluent-logger (0.9.0)
fluent-plugin-calyptia-monitoring (0.1.3)
fluent-plugin-elasticsearch (5.3.0, 5.2.5)
fluent-plugin-flowcounter-simple (0.1.0)
fluent-plugin-grok-parser (2.6.2)
fluent-plugin-kafka (0.19.0)
fluent-plugin-metrics-cmetrics (0.1.2)
fluent-plugin-opensearch (1.1.0)
fluent-plugin-prometheus (2.0.3)
fluent-plugin-prometheus_pushgateway (0.1.0)
fluent-plugin-record-modifier (2.1.1)
fluent-plugin-rewrite-tag-filter (2.4.0)
fluent-plugin-s3 (1.7.2)
fluent-plugin-sd-dns (0.1.0)
fluent-plugin-systemd (1.0.5)
fluent-plugin-td (1.2.0)
fluent-plugin-utmpx (0.5.0)
fluent-plugin-webhdfs (1.5.0)
fluentd (1.16.1, 0.12.43)

@zachelnet
Copy link
Author

The last tag was worked is 4.4.2.20230125

@artificial-intelligence

your list does show both 5.3.0 and 5.2.5 being installed?

the requirements clearly state that a version below 5.3.0 should be used.

I'm also not sure if these gems are parallel installable at all.

It seems you are running into this same error, as per the upstream bugreport:

https://bugs.launchpad.net/kolla/+bug/2019557/comments/11

investigating upstream, will report back.

@artificial-intelligence

should be fixed once https://review.opendev.org/c/openstack/kolla/+/884856 is merged

@artificial-intelligence

this should be fixed now upstream. this fix should be included in the next container rebuild, so probably tomorrow.

It would be very kind if you could check if this issue is fixed for you @zach-b1 tomorrow , thanks!

@berendt
Copy link
Member

berendt commented Jun 14, 2023

Because we still have the problem with RabbitMQ/Erlang there are no new images available yet. They will be available later today.

@berendt berendt closed this as completed Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants