RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1994254 - remove pcp-zeroconf logging configurations from the base pcp-5.2.5 package
Summary: remove pcp-zeroconf logging configurations from the base pcp-5.2.5 package
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: pcp
Version: 8.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.5
Assignee: Nathan Scott
QA Contact: Jan Kurik
Apurva Bhide
URL:
Whiteboard:
Depends On:
Blocks: 1995501
TreeView+ depends on / blocked
 
Reported: 2021-08-17 07:15 UTC by ttuffin
Modified: 2021-11-09 21:10 UTC (History)
4 users (show)

Fixed In Version: pcp-5.3.1-2.el8
Doc Type: No Doc Update
Doc Text:
Clone Of:
: 1995501 (view as bug list)
Environment:
Last Closed: 2021-11-09 17:50:37 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-93754 0 None None None 2021-08-17 07:17:09 UTC
Red Hat Product Errata RHBA-2021:4171 0 None None None 2021-11-09 17:50:49 UTC

Description ttuffin 2021-08-17 07:15:49 UTC
Description of problem:
In pcp-5.2.5 we have seen the introduction of zeroconf metrics in the base package, which has resulted in a substantial increase in pmlogger log file size. For example:

# grep logged pmlogger.log
} logged once: 4752 bytes
} logged every 60 sec: 51768 bytes or 71.09 Mbytes/day
} logged every 300 sec: 7032 bytes or 1.93 Mbytes/day
} logged every 30 sec: 168956 bytes or 464.05 Mbytes/day
} logged every 600 sec: 1924 bytes or 0.26 Mbytes/day

The 'logged every 30 sec' output is the result of the zeroconf metrics.

Version-Release number of selected component (if applicable):
pcp-5.2.5-4.el8.x86_64

How reproducible:
Always


Steps to Reproduce:
1. Install pcp: dnf install -y pcp-5.2.5-4.el8.x86_64
2. Start the pmlogger service: systemctl start pmlogger
3. Check pmlogger estimated output: grep logged /var/log/pcp/pmlogger/$(hostname)/pmlogger.log
4. Remove zeroconf metrics: rm -rf /var/lib/pcp/config/pmlogconf/zeroconf/
5. Restart pmlogger service: systemctl restart pmlogger
6. Check pmlogger estimated output (should now be much less): grep logged /var/log/pcp/pmlogger/$(hostname)/pmlogger.log

Actual results:
With the zeroconf metrics included in the base pcp package the pmlogger output size is substantially bigger.

Expected results:
The zeroconf metrics should not be included in the base pcp package.

Additional info:

Comment 12 errata-xmlrpc 2021-11-09 17:50:37 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (pcp bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:4171


Note You need to log in before you can comment on or make changes to this bug.