Issue 8673 - Need duration logging for sync ops
Summary: Need duration logging for sync ops
Status: UNCONFIRMED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: 2.4.45
Hardware: All All
: --- enhancement
Target Milestone: 2.7.0
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-08 18:58 UTC by Quanah Gibson-Mount
Modified: 2021-07-13 16:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Quanah Gibson-Mount 2017-06-08 18:58:02 UTC
Full_Name: Quanah Gibson-Mount
Version: 2.4.45
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (47.208.148.239)


We log the duration of an operation at stats level which allows being able to
see how long a write OP took on a master.  However we do not have any duration
logging at the sync log level and therefore cannot determine how long a write op
takes on a replica for the same modification.  This is problematic when
attempting to debug issues related to replication.