[
https://issues.apache.org/jira/browse/AMBARI-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15423396#comment-15423396
]
Jayush Luniya commented on AMBARI-18167:
----------------------------------------
Trunk
commit 43457696137486daa338f39cef5e899554f025b3
Author: Jayush Luniya <[email protected]>
Date: Tue Aug 16 14:18:13 2016 -0700
AMBARI-18167: RU: Kafka brokers restart was stopped during downgrade
cluster (Mugdha Varadkar via jluniya)
Branch-2.4
commit 473733c4e73a5328f75798936e8bdf89096d03db
Author: Jayush Luniya <[email protected]>
Date: Tue Aug 16 14:18:13 2016 -0700
AMBARI-18167: RU: Kafka brokers restart was stopped during downgrade
cluster (Mugdha Varadkar via jluniya)
> 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)