Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #17128: review index for LDAP #2249

Conversation

ncharles
Copy link
Member

@ncharles ncharles requested a review from fanf April 24, 2020 06:24
@@ -61,6 +61,9 @@ maxsize 107374182400

# Indices to maintain
index objectClass eq
index cn eq
index softwareVersion eq
index directiveId eq

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because this subject is hard to check but in the long run, I propose to add in comments why/how each elements were tested (and especially if the were not). Ex:

# from https://issues.rudder.io/issues/17128
index	cn		eq
index	softwareVersion	eq
index	directiveId	eq
# this one leads to an error, not explored yet: https://issues.rudder.io/issues/17128#note-8
# index nodeGroupId eq #extremelly frequent!
# appear in candidate but not tested yet, sorted by number, more in top:
# index nodeId eq 
# index osName eq
# index agentName eq
# index isDynamic eq
# index isSystem eq
# index policyServerId eq
# index software eq

@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit ef60cf1 into Normation:branches/rudder/6.1 Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants