Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
DescriptionVratislav Bendel
2022-11-11 09:44:47 UTC
Description of problem:
The customer problem described in XFS bz2136497 is triggered by frequent requests for time-based UUIDs from the uuidd daemon.
The workload (SAP applicaiton) uses the UUIDs for transaction IDs (i.e. as a random generator of unique IDs).
Because libuuid utilizes a file on a hard disk `/var/lib/libuuid.clock.txt` to store last generation timestamps, which create a huge I/O bottleneck for this type of workload.
There is an upstream patch (see below) that omits the file usage when uuidd daemon is awake and running.
Testing from SAP shows tremendous increase in performance, namely throughput on the UUID generation:
~~~
from comment#27 from bz2136497:
"The classic setup, with clock file updates, delivered <430.000 uuid/sec on average
The cont-clock setup delivered >6.800.000 uuid/sec on average"
~~~
Internal tests confirm large performance gains (obviously, as this patch removes IO layer).
This BZ is to backport the cont-clock patch to RHEL8, ideally main and also port to 8.6.z.
RHEL9 BZ will follow :)
The cont-clock patch at https://github.com/util-linux/util-linux.git:
~~~
commit 3cfba7d39b66eff4307218fefd8bb34bb1621f83
Author: Michael Trapp <michael.trapp>
Date: Mon Jun 20 17:10:36 2022 +0200
libuuid: Implement continuous clock handling for time based UUIDs
In a uuidd setup, the daemon is a singleton and can maintain it's own
resources for time based UUID generation. This requires a dedicated
'clock sequence range' but does not need any further lock/update of
the LIBUUID_CLOCK_FILE from uuidd. The range of available clock values
is extended by a continuous handling of the clock updates - instead of
updating the value to the current timestamp, it is incremented by
the number of requested UUIDs.
~~~
Comment 10Kevin P. Fleming
2022-11-14 14:16:18 UTC
Setting flags to trigger proper policy exception template.
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 (util-linux 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-2023:3054