Project

Profile

Help

Issue #970

closed

Pulp freezes during association processing

Added by jluza almost 9 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Master
Platform Release:
2.7.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix, Pulp 2
Sprint:
Quarter:

Description

During tests of pulp-2.5 we often met situation when pulp froze in association process for even few minutes on one package. Solution was add sort index "_id" to _associated_units_by_type_cursor method, so pulp return always sorted data by one index. Patch applicable on master branch is included in files.


Files

sort_id_in_assoc_query.patch (961 Bytes) sort_id_in_assoc_query.patch jluza, 05/11/2015 01:25 PM
Actions #1

Updated by bmbouter almost 9 years ago

  • Subject changed from [RFE] fixed sort index in _associated_units_by_type_cursor to Pulp freezes during association processing

This looks like a bug report so I'm removing the [RFE] from the front. We don't use that syntax anymore. I also rewrote it some to match my understanding of the issue.

Actions #2

Updated by jortel@redhat.com almost 9 years ago

  • Priority changed from Normal to High
  • Triaged changed from No to Yes
Actions #3

Updated by bcourt almost 9 years ago

jluza, can you provide samples of the command line or rest API calls that you are making when you hit this issue? There are a lot of code paths that can hit this particular code. Thanks!

Actions #4

Updated by rbarlow almost 9 years ago

  • Status changed from NEW to POST
  • Assignee set to jluza
  • Platform Release set to 2.7.1
  • OS deleted (RHEL 6)
  • Tags Easy Fix added

Added by jluza almost 9 years ago

Revision b54816cf | View on GitHub

sort with _id in every unit association query (prevents mongo from freeze)

This commit changes the unit association query's default sort to use the _id field instead of the unit key as it did before. Since the default sort is arbitrary, this improves performance while maintaining API compatibility.

https://pulp.plan.io/issues/970

fixes #970

Added by jluza almost 9 years ago

Revision b54816cf | View on GitHub

sort with _id in every unit association query (prevents mongo from freeze)

This commit changes the unit association query's default sort to use the _id field instead of the unit key as it did before. Since the default sort is arbitrary, this improves performance while maintaining API compatibility.

https://pulp.plan.io/issues/970

fixes #970

Actions #5

Updated by jluza over 8 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #6

Updated by amacdona@redhat.com over 8 years ago

  • Platform Release changed from 2.7.1 to 2.7.2
Actions #7

Updated by dkliban@redhat.com about 8 years ago

  • Status changed from MODIFIED to 5
Actions #8

Updated by semyers almost 8 years ago

  • Status changed from 5 to CLOSED - CURRENTRELEASE
  • Platform Release changed from 2.7.2 to 2.7.0
Actions #9

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF