ruby-kafka
ruby-kafka copied to clipboard
Use cimg/ruby:2.5.9
CI sometimes times out due to "log writing failed. deadlock; recursive locking" as follows, and it might be related to https://bugs.ruby-lang.org/issues/15360. If so, using the image "cimg/ruby:2.5.9" resolves the problem.
- https://app.circleci.com/pipelines/github/zendesk/ruby-kafka/233/workflows/b80d0db8-1334-49e2-abf9-9d51580c42bc/jobs/6940
- https://app.circleci.com/pipelines/github/zendesk/ruby-kafka/232/workflows/a612607f-f20d-4bb0-b6b4-47e184a26474/jobs/6921
- https://app.circleci.com/pipelines/github/zendesk/ruby-kafka/231/workflows/03476478-d34a-4ce1-ba6a-be0a118a2734/jobs/6916
By the way, I think https://github.com/zendesk/ruby-kafka/pull/940 is useful to manage Ruby versions and Kafka versions and should be managed.