Bug 1145280
Summary: | EAP Patch Upload / EAP Bundle Delete Causing Disk Memory Leak | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Matt Mahoney <mmahoney> | ||||
Component: | Plugin -- Other | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Matt Mahoney <mmahoney> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | JON 3.3.0 | CC: | lkrejci | ||||
Target Milestone: | ER04 | ||||||
Target Release: | JON 3.3.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-09-26 13:54:53 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1069547 | ||||||
Attachments: |
|
Description
Matt Mahoney
2014-09-22 17:57:31 UTC
Created attachment 940108 [details]
server.log
From JON perspective, things seem to work OK in my testing. When a bundle version is deleted, all associated data is deleted from the database. This might be an issue with Postgres. If you're able to reproduce this, could you point me to your server so that I can investigate the environment there? Upon discussing this with other devs, this is not considered an issue because it is default (and correct) behavior of Postgres. The data files are not shrunk by default even during vacuum, only during vacuum full. The argument against running vacuum full during our nightly vacuum job is the fact that shrinking the files will gradually fragment them on the disk leading to (potentially great) performance degradation. For reference: http://www.postgresql.org/docs/8.3/interactive/routine-vacuuming.html#VACUUM-FOR-SPACE-RECOVERY I am closing this BZ as NOTABUG. |