[
https://issues.apache.org/jira/browse/AMBARI-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15423611#comment-15423611
]
Hudson commented on AMBARI-18167:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #5536 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5536/])
AMBARI-18167: RU: Kafka brokers restart was stopped during downgrade (jluniya:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=43457696137486daa338f39cef5e899554f025b3])
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.5.xml
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.5.xml
> RU: Kafka brokers restart was stopped during downgrade cluster
> --------------------------------------------------------------
>
> Key: AMBARI-18167
> URL: https://issues.apache.org/jira/browse/AMBARI-18167
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Mugdha Varadkar
> Assignee: Mugdha Varadkar
> Priority: Blocker
> Labels: 240RMApproved
> Fix For: 2.4.0
>
> Attachments: AMBARI-18167.patch
>
>
> Kafka broker restart failed due to below error:
> {noformat}
> raise Fail("Configuration parameter '" + self.name + "' was not found in
> configurations dictionary!")
> resource_management.core.exceptions.Fail: Configuration parameter
> 'xasecure.audit.destination.db' was not found in configurations dictionary!
> {noformat}
> Solution:
> During RU downgrade, <pre-upgrade/> runs on downgrade as well, which deleted
> {{xasecure.audit.destination.db}} config property.
> {noformat}
> <pre-upgrade>
> <task xsi:type="configure"
> id="hdp_2_5_0_0_remove_ranger_kafka_audit_db" />
> </pre-upgrade>
> {noformat}
> Need to override it with a blank <pre-downgrade/> element.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)