Actions
Bug #26350
closedproduction.log filled with too many no route errors for rhsm/consumer URLs for accessible_content calls
Status:
Closed
Priority:
High
Assignee:
Category:
Subscriptions
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1595924
Description of problem:
production.log filled with too many no route errors for rhsm/consumer URLs for accessible_content calls
How reproducible:
Always
Steps to Reproduce:
Recently while analyzing a customer log, I saw a lot of Routing errors for the accessible_content api call similar to:
2018-06-20 03:37:05 81f8d85c [app] [F]
ActionController::RoutingError (No route matches [GET] "/rhsm/consumers/cfe19c3a-3250-4fec-98fe-785ed71eb6c5/accessible_content"): |
lib/middleware/tagged_logging.rb:18:in `call' |
- cat production.log | grep RoutingError | wc -l
35954
Actual results:
Flooding of errors, about 36k in the production.log for one day.
Expected results:
No Route errors
Additional info:
When I randomly reviewed few content hosts, they were all rhel 7.1, 7.3 but note that I reviewed about 15 vs. 36k
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Brad Buckingham
- Pull request https://github.com/Katello/katello/pull/8015 added
Updated by Brad Buckingham over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|5be88e31fa846d19b43f5ba0783737697fa73444.
Updated by Jonathon Turel over 5 years ago
- Subject changed from production.log filled with too many no route errors for rhsm/consumer URLs for accessible_content calls to production.log filled with too many no route errors for rhsm/consumer URLs for accessible_content calls
- Target version set to Katello 3.12.0
- Triaged changed from No to Yes
Actions