[
https://issues.apache.org/jira/browse/AMBARI-21573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16101042#comment-16101042
]
Hudson commented on AMBARI-21573:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #1744 (See
[https://builds.apache.org/job/Ambari-branch-2.5/1744/])
AMBARI-21573. Kafka service failed to start during regenerate keytab
(afernandez:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ab05c5fec861bce64234400ea6bb665dc42b7c87])
* (edit)
ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml
* (edit)
ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml
* (edit)
ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml
* (edit)
ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml
> Kafka service failed to start during regenerate keytab after upgrade from
> Biginsights 4.2.5,4.2.0 to HDP 2.6.2
> --------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-21573
> URL: https://issues.apache.org/jira/browse/AMBARI-21573
> Project: Ambari
> Issue Type: Bug
> Components: express-upgrade
> Affects Versions: 2.5.2
> Reporter: Alejandro Fernandez
> Assignee: Alejandro Fernandez
> Priority: Blocker
> Labels: AMBARI-21348
> Fix For: 2.5.2
>
> Attachments: AMBARI-21573.patch
>
>
> *Steps to Reproduce*
> # Install IOP 4.2.5 with Kafka
> # Kerberize the cluster
> # Upgrade Ambari to 2.5.2
> # Register HDP 2.6
> # Remove iop-select
> # Install HDP 2.6.
> # Express Upgrade from BigInsights to HDP
> # Regenerate Keytab
> After regenerate keytab, Kafka will go down.
> The problem is that kafka-broker config type has
> {noformat}
> listeners: "SASL_PLAINTEXT://localhost:6667"
> security.inter.broker.protocol: "SASL_PLAINTEXT"
> {noformat}
> and it needs to replace "SASL_PLAINTEXT" with "PLAINTEXTSASL"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)