Project

General

Custom queries

Profile

Actions

Bug #19461

closed

[regression] host search by organization never finishes but causes mem.leak in foreman process

Added by Tomer Brisker about 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
Hosts
Target version:
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1447958

Description of problem:
Searching for hosts by organization (and optionally specifying more filters for the search) does not terminate. Rather "Passenger RackApp: /usr/share/foreman" process consumes more and more memory until OOM-killed.

This is a regression between 6.2.8 (search works fine) and 6.2.9 (search doesnt work).

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

How reproducible:
100%

Steps to Reproduce:
1.
curl -u admin:redhat "https://$(hostname -f)/api/v2/hosts?organization_id=1&page=1&search=&sort_by=name&sort_order=ASC"

(or in WebUI, goto Hosts -> All hosts and use filter "organization = Organization_Name")

(you can try more complex query as well that shall fail the same way, like:

curl -u admin:redhat "https://$(hostname -f)/api/v2/hosts?organization_id=1&page=1&search=subscription_status+%3D+invalid&sort_by=name&sort_order=ASC"

)

2. Wait a minute

3. Monitor RSS usage of "Passenger RackApp: /usr/share/foreman" process.

Actual results:
The query never finishes.
RSS usage of the foreman process grows forever.

Expected results:
The query to finish in reasonable time.
No huge RSS increase.

Additional info:
per tbrisker, the regression is suspected due to https://bugzilla.redhat.com/show_bug.cgi?id=1419667


Related issues 1 (0 open1 closed)

Has duplicate Katello - Bug #18883: Passenger RackApp out of memoryDuplicate03/13/2017Actions
#1

Updated by The Foreman Bot about 8 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/6774 added
#3

Updated by Justin Sherrill about 8 years ago

  • Category set to Hosts
  • Translation missing: en.field_release set to 226
  • Difficulty set to easy
#4

Updated by Shimon Shtein about 8 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
#5

Updated by The Foreman Bot almost 8 years ago

  • Pull request https://github.com/Katello/katello/pull/6782 added
#6

Updated by Justin Sherrill almost 8 years ago

  • Has duplicate Bug #18883: Passenger RackApp out of memory added
#7

Updated by Ivan Necas almost 8 years ago

  • Target version set to 1.13.1
Actions

Also available in: Atom PDF