Actions
Bug #9150
closedRemoved Distributions are not removed in elastic search
Description
If for some reason a new distribution gets synced down to a repo (that already had one), pulp may remove the old distribution and replace it with the new one. However we do not handle this in our elasticsearch indexing.
This can cause a content view to fail to publish because it thinks there are two distributions in the same repo with the same version and arch.
The following will reindex the distributions:
User.current = User.first Tire.index(Katello::Distribution.index).delete Katello::Distribution.index_all
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 66
- Pull request https://github.com/Katello/katello/pull/5026 added
- Pull request deleted (
)
Updated by Justin Sherrill almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|88656d5db114e953ac983f76771fc77c3e825bc0.
Actions