[
https://issues.apache.org/jira/browse/AMBARI-20908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993847#comment-15993847
]
Hadoop QA commented on AMBARI-20908:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12866011/AMBARI-20908.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 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/11569//console
This message is automatically generated.
> Kafka advertised.listeners replaced in Kerberos Mode
> ----------------------------------------------------
>
> Key: AMBARI-20908
> URL: https://issues.apache.org/jira/browse/AMBARI-20908
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Bharat Viswanadham
> Assignee: Bharat Viswanadham
> Fix For: trunk
>
> Attachments: AMBARI-20908.PATCH
>
>
> Install ambari with Kafka.
> 1. Add advertised.listeners to Kafka Config.
> 2. Restart Kafka.
> 3. Enable Kerberos.
> 4. After that advertised.listeners get replaced with listeners.
> This is happening, because of the code in common services in kafka.py. Even
> if advertised.listeners is not set, it automatically add's
> advertised.listeners to kafka config, which has same values as
> if params.security_enabled and params.kafka_kerberos_enabled:
> Logger.info("Kafka kerberos security is enabled.")
> kafka_server_config['advertised.listeners'] = listeners
> Logger.info(format("Kafka advertised listeners: {listeners}"))
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)