Project

General

Profile

Actions

Bug #19461

closed

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

Added by Tomer Brisker over 7 years ago. Updated over 6 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
Actions #1

Updated by The Foreman Bot over 7 years ago

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

Updated by Klaas D over 7 years ago

you can apply it manually to 3.3.1 ( /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.3.1.1/lib/katello/plugin.rb ) to avoid the memory leaks :)

Actions #3

Updated by Justin Sherrill over 7 years ago

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

Updated by Shimon Shtein over 7 years ago

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

Updated by The Foreman Bot over 7 years ago

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

Updated by Justin Sherrill over 7 years ago

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

Updated by Ivan Necas over 7 years ago

  • Target version set to 1.13.1
Actions

Also available in: Atom PDF