[
https://issues.apache.org/jira/browse/AMBARI-14744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15109367#comment-15109367
]
Hadoop QA commented on AMBARI-14744:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12783368/AMBARI-14744.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The test build failed in ambari-server
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/4995//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/4995//console
This message is automatically generated.
> Ldap: unnecessary logging during sync
> -------------------------------------
>
> Key: AMBARI-14744
> URL: https://issues.apache.org/jira/browse/AMBARI-14744
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.2.0
> Reporter: Olivér Szabó
> Assignee: Olivér Szabó
> Fix For: 2.4.0
>
> Attachments: AMBARI-14744.patch
>
>
> During ambari sync-ldap (it can take long time) user see this log for every
> ldap query
> {code:java}
> 19 Jan 2016 00:02:54,825 INFO [pool-8-thread-1] LdapTemplate:1262 - The
> returnObjFlag of supplied SearchControls is not set but a ContextMapper is
> used - setting flag to true
> 19 Jan 2016 00:02:54,951 INFO [pool-8-thread-1] LdapTemplate:1262 - The
> returnObjFlag of supplied SearchControls is not set but a ContextMapper is
> used - setting flag to true
> 19 Jan 2016 00:02:55,076 INFO [pool-8-thread-1] LdapTemplate:1262 - The
> returnObjFlag of supplied SearchControls is not set but a ContextMapper is
> used - setting flag to true
> 19 Jan 2016 00:02:55,200 INFO [pool-8-thread-1] LdapTemplate:1262 - The
> returnObjFlag of supplied SearchControls is not set but a ContextMapper is
> used - setting flag to true
> ...
> {code}
> That is because one of the property is not set in SearchControls, and it
> tries to use the default one. For hide this log: add this property to
> SearchControls
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)