Project

General

Profile

Actions

Bug #30827

closed

Actions::Katello::Repository::IndexContent is performed in serial order during CV Publish

Added by Mike McCune over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Category:
Content Views
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Content View publishes have a good portion of their task spent on Actions::Katello::Repository::IndexContent which appear to only execute one-at-a-time in order:

...
1105: Actions::Pulp3::Orchestration::Repository::GenerateMetadata (success) [ 0.02s / 0.02s ]
1109: Actions::Pulp3::Orchestration::Repository::GenerateMetadata (success) [ 0.02s / 0.02s ]
1112: Actions::Katello::Repository::IndexContent (success) [ 20.11s / 20.11s ]
1114: Actions::Katello::Repository::IndexContent (success) [ 68.07s / 68.07s ]
1116: Actions::Katello::Repository::IndexContent (success) [ 5.32s / 5.32s ]
1118: Actions::Katello::Repository::IndexContent (success) [ 84.04s / 84.04s ]
1120: Actions::Katello::Repository::IndexContent (success) [ 2.63s / 2.63s ]
1122: Actions::Katello::Repository::IndexContent (success) [ 121.24s / 121.24s ]
1124: Actions::Katello::Repository::IndexContent (success) [ 29.39s / 29.39s ]
1126: Actions::Katello::Repository::IndexContent (success) [ 1.68s / 1.68s ]
1128: Actions::Katello::Repository::IndexContent (success) [ 3.20s / 3.20s ]
1130: Actions::Katello::Repository::IndexContent (success) [ 0.77s / 0.77s ]
1132: Actions::Katello::Repository::IndexContent (success) [ 27.83s / 27.83s ]
1134: Actions::Katello::Repository::IndexContent (success) [ 2.51s / 2.51s ]
1136: Actions::Katello::Repository::IndexContent (success) [ 0.68s / 0.68s ]
1138: Actions::Katello::Repository::IndexContent (success) [ 2.40s / 2.40s ]
1139: Actions::Katello::Repository::IndexContent (running) [ 0.00s / 0.00s ]
1140: Actions::Katello::Repository::IndexContent (pending)
1141: Actions::Katello::Repository::IndexContent (pending)
1142: Actions::Katello::Repository::IndexContent (pending)
1143: Actions::Katello::Repository::IndexContent (pending)
...

we should be able to make these run in parallel to speed up the execution

Actions #1

Updated by The Foreman Bot over 3 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Justin Sherrill
  • Pull request https://github.com/Katello/katello/pull/8943 added
Actions #2

Updated by Justin Sherrill over 3 years ago

  • Category set to Content Views
  • Target version set to Katello 3.16.1
Actions #3

Updated by James Jeffers over 3 years ago

  • Triaged changed from No to Yes
Actions #4

Updated by Ian Ballou over 3 years ago

  • Target version changed from Katello 3.16.1 to Katello 3.16.2
Actions #5

Updated by The Foreman Bot over 3 years ago

  • Fixed in Releases Katello 4.0.0 added
Actions #6

Updated by Justin Sherrill over 3 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF