Connecting fluentd timeout causes openstack project startup problems
I encountered one such bug.I use k8s to deploy my application,and send the log to fluentd.However, when fluentd's pod dies, fluentd's service is still normal.At this time, my openstack application will not start up and will keep trying to connect fluentd's service. Is there anyone who can help me?
I'm not entirely sure what you're asking. You have a synchronous logger that tries to connect to non-existing server endpoint and you're confused why your application does not progress? What would be an expected behavior? Have you tried using AsyncSender? Have you collected any application-side logs?
Generally-speaking this is not the forum to post generalized "my application doesn't run" questions. If you have a specific bug/issue with fluent python logger to report, you're welcome post them.