Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1422690 - viewing REX job in web UI is very slow as non-admin user
Summary: viewing REX job in web UI is very slow as non-admin user
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Remote Execution
Version: 6.2.7
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: Unspecified
Assignee: Ivan Necas
QA Contact: Peter Ondrejka
URL:
Whiteboard:
Depends On:
Blocks: sat6-fe-walmart
TreeView+ depends on / blocked
 
Reported: 2017-02-15 22:14 UTC by Chris Duryee
Modified: 2019-09-26 16:16 UTC (History)
7 users (show)

Fixed In Version: rubygem-foreman_remote_execution-0.3.0.16-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1446711 (view as bug list)
Environment:
Last Closed: 2017-06-20 17:22:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
patch to skip authorizer cache in some cases (493 bytes, patch)
2017-02-15 22:16 UTC, Chris Duryee
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 18851 0 None None None 2017-03-09 08:24:11 UTC
Red Hat Product Errata RHBA-2017:1553 0 normal SHIPPED_LIVE Satellite 6.2.10 Async Bug Release 2017-06-20 21:19:07 UTC

Description Chris Duryee 2017-02-15 22:14:49 UTC
Description of problem:

If you have a non-admin user with rights to view REX jobs, it can be very slow to view the task output. For example:

  Rendered /opt/.../app/views/job_invocations/_tab_overview.html.erb (23.2ms)
  Rendered /opt/.../app/views/job_invocations/_host_name_td.html.erb (3065.9ms)
  Rendered /opt/.../app/views/job_invocations/_host_status_td.html.erb (0.5ms)
  Rendered /opt/.../app/views/job_invocations/_host_actions_td.html.erb (3587.1ms)
  Rendered /opt/.../app/views/job_invocations/_host_name_td.html.erb (2876.5ms)
  Rendered /opt/.../app/views/job_invocations/_host_status_td.html.erb (0.5ms)
  Rendered /opt/.../app/views/job_invocations/_host_actions_td.html.erb (2717.4ms)
  Rendered /opt/.../app/views/job_invocations/_host_name_td.html.erb (3664.2ms)
  Rendered /opt/.../app/views/job_invocations/_host_status_td.html.erb (0.4ms)
  Rendered /opt/.../app/views/job_invocations/_host_actions_td.html.erb (2913.4ms)
  Rendered /opt/.../app/views/job_invocations/_host_name_td.html.erb (2749.4ms)
  Rendered /opt/.../app/views/job_invocations/_host_status_td.html.erb (0.5ms)
  Rendered /opt/.../app/views/job_invocations/_host_actions_td.html.erb (3694.2ms)
  Rendered /opt/.../app/views/job_invocations/_host_name_td.html.erb (2884.7ms)
  Rendered /opt/.../app/views/job_invocations/_host_status_td.html.erb (0.5ms)
  Rendered /opt/.../app/views/job_invocations/_host_actions_td.html.erb (2732.3ms)
  Rendered /opt/.../app/views/job_invocations/_host_name_td.html.erb (3653.0ms)
  Rendered /opt/.../app/views/job_invocations/_host_status_td.html.erb (0.5ms)
  Rendered /opt/.../app/views/job_invocations/_host_actions_td.html.erb (2917.3ms)
  Rendered /opt/.../app/views/job_invocations/_tab_hosts.html.erb (37465.4ms)
  Rendered /opt/.../app/views/job_invocations/show.html.erb within layouts/application (37502.5ms)
  Rendered layouts/_application_content.html.erb (0.2ms)
  Rendered home/_submenu.html.erb (1.4ms)
  Rendered home/_user_dropdown.html.erb (2.5ms)
Read fragment views/tabs_and_title_records-21 (0.1ms)
  Rendered home/_topbar.html.erb (6.4ms) 
  Rendered layouts/base.html.erb (7.2ms) 
Completed 200 OK in 37539ms (Views: 37366.9ms | ActiveRecord: 148.5ms)


If you are logged in as admin, this takes less than one second:

Completed 200 OK in 67ms (Views: 47.9ms | ActiveRecord: 6.9ms)


Version-Release number of selected component (if applicable): 6.2.7

Steps to Reproduce:
1. register a large number of hosts to the satellite (perhaps 40K or more)
2. view rex job. The job doesn't have to be on a large number of hosts, the example above was for 7 hosts.

Actual results: page seems to take 3-5 seconds per host


Expected results: page should be about the same speed as for admin user


Additional info: attached patch seems to help significatly

Comment 1 Chris Duryee 2017-02-15 22:16:19 UTC
Created attachment 1250733 [details]
patch to skip authorizer cache in some cases

Comment 2 Chris Duryee 2017-02-15 22:17:48 UTC
3 seconds per host can quickly make things unusable, marking as high severity

Comment 4 Satellite Program 2017-02-17 19:13:13 UTC
Upstream bug assigned to cduryee

Comment 5 Satellite Program 2017-02-17 19:13:16 UTC
Upstream bug assigned to cduryee

Comment 7 Satellite Program 2017-02-21 15:14:27 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/18554 has been resolved.

Comment 10 Chris Duryee 2017-03-07 00:16:13 UTC
The upstream patch was reverted. I marked the attached BZ patch as obsolete, and reset back to untriaged since it no longer has a fix in-hand.

Comment 11 Ivan Necas 2017-03-09 08:24:08 UTC
Created redmine issue http://projects.theforeman.org/issues/18851 from this bug

Comment 12 Satellite Program 2017-03-09 09:13:36 UTC
Upstream bug assigned to inecas

Comment 13 Satellite Program 2017-03-09 09:13:40 UTC
Upstream bug assigned to inecas

Comment 14 Satellite Program 2017-03-09 21:13:38 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/18851 has been resolved.

Comment 16 Peter Ondrejka 2017-05-30 14:42:59 UTC
Verified with 10k hosts on satellite-6.2.10-2.0.el7sat.noarch, no significant delay experienced

Comment 18 errata-xmlrpc 2017-06-20 17:22:17 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:1553


Note You need to log in before you can comment on or make changes to this bug.