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 2141969 - Add --cont-clock feature for libuuid and uuidd [rhel-8]
Summary: Add --cont-clock feature for libuuid and uuidd [rhel-8]
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: util-linux
Version: 8.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Karel Zak
QA Contact: Radka Brychtova
URL:
Whiteboard:
Depends On:
Blocks: 2143252 2143253
TreeView+ depends on / blocked
 
Reported: 2022-11-11 09:44 UTC by Vratislav Bendel
Modified: 2023-05-26 00:30 UTC (History)
5 users (show)

Fixed In Version: util-linux-2.32.1-39.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2143252 2143253 (view as bug list)
Environment:
Last Closed: 2023-05-16 09:12:29 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELBU-2071 0 None None None 2022-11-15 08:25:51 UTC
Red Hat Issue Tracker RHELPLAN-139147 0 None None None 2022-11-11 10:04:24 UTC
Red Hat Product Errata RHBA-2023:3054 0 None None None 2023-05-16 09:12:40 UTC

Description Vratislav 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 10 Kevin P. Fleming 2022-11-14 14:16:18 UTC
Setting flags to trigger proper policy exception template.

Comment 25 errata-xmlrpc 2023-05-16 09:12:29 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 (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


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