Bug #6457
closedIf you upload content to a repository repeatedly within 5 minutes, only 1 item gets created
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1115089
Description of problem:
If you upload 2+ puppet modules within 5 minutes and then do a content search, it'll only show 1 of the total number uploaded. The problem is that ElasticSearch is only pulling in a single item of the last 5 minutes. A workaround is to reindex. The content is stored properly in Pulp, it's just not indexed.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Create a puppet repo
2. Upload 2+ puppet modules
3. Click on the number of puppet modules on the same page to go to the content search.
Actual results:
You only see 1 puppet module.
Expected results:
You should see 2+ puppet modules.
Additional info: