Actions
Bug #36815
closedRedis cache can result in silent nil cache reads
Difficulty:
Triaged:
No
Description
Sometimes Redis can throw an error due to Puma being a forking process:
"Tried to use a connection from a child process without reconnecting. You need to reconnect to Redis after forking or set :inherit_socket to true."
See also Gitlab hitting this issue for reference:
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Eric Helms
- Pull request https://github.com/theforeman/foreman/pull/9857 added
Updated by Eric Helms about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|2ae0516b1f62092de4b988350653e91e4b3c8c75.
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/9867 added
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/9886 added
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/9889 added
Actions