Bug 750666

Summary: Optimize validation of replicated data
Product: [Retired] 389 Reporter: Nathan Kinder <nkinder>
Component: Directory ServerAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Chandrasekar Kannan <ckannan>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.2.9CC: benl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 389-ds-base-1.2.11-0.1.a1.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-04 23:17:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 743970    

Description Nathan Kinder 2011-11-01 22:45:40 UTC
There are some optimizations we can make around validation of replicated data.  In particular, we could skip syntax checking for replicated operations since the syntax checking of the new values should have been performed on the master that initially received the operation from a client.  This optimization should help improve performance of replicated operations.

We should add the ability to configure if syntax checking should be skipped for replicated operations to allow flexibility for different deployments.  We also may want to think if there are other things we could skip around replicated operations, such as schema checking.

Comment 1 Martin Kosek 2012-01-04 13:17:53 UTC
Upstream ticket:
https://fedorahosted.org/389/ticket/17

Comment 2 Rich Megginson 2012-01-10 17:38:25 UTC
marking as screened because it has been cloned upstream

Comment 3 Nathan Kinder 2013-03-04 23:17:32 UTC
This was fixed in 389-ds-base-1.2.11-0.1.a1.fc17.  Closing.