audit_log plugin contention on libc TZ conversion
Bug #1612650 reported by
Laurynas Biveinis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Won't Fix
|
Wishlist
|
Unassigned | |||
5.6 |
Triaged
|
Wishlist
|
Unassigned | |||
5.7 |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
PMP on a server with audit_log enabled shows the following aggregated stacktrace:
113 __lll_lock_
This is caused by UTC timestamp printing in make_timestamp function, the sequence of libc calls time(NULL) -> gmtime_r -> strftime.
tags: | added: audit performance |
To post a comment you must log in.
Related glibc bug report: /sourceware. org/bugzilla/ show_bug. cgi?id= 16145
https:/