[
https://issues.apache.org/jira/browse/AMBARI-23417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423196#comment-16423196
]
Hudson commented on AMBARI-23417:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #667 (See
[https://builds.apache.org/job/Ambari-branch-2.6/667/])
[AMBARI-23417] Upgrade Requires a Pre-Upgrade Configuration Validation (github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=2d0ae58d4806a193f6c3179be244283cf016781b])
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/upgrade-2.6.xml
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml
* (add)
ambari-server/src/main/java/org/apache/ambari/server/checks/KafkaPropertiesCheck.java
* (add)
ambari-server/src/test/java/org/apache/ambari/server/checks/KafkaPropertiesCheckTest.java
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.6.xml
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/nonrolling-upgrade-2.6.xml
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/checks/AbstractCheckDescriptor.java
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/checks/HostsRepositoryVersionCheck.java
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/checks/CheckDescription.java
> Upgrade Requires a Pre-Upgrade Configuration Validation Check for Kafka
> -----------------------------------------------------------------------
>
> Key: AMBARI-23417
> URL: https://issues.apache.org/jira/browse/AMBARI-23417
> Project: Ambari
> Issue Type: Task
> Affects Versions: 2.6.2
> Reporter: Dmytro Grinenko
> Assignee: Dmytro Grinenko
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 2.6.2
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> kafka-broker have two new properties:
> - inter.broker.protocol.version
> - log.message.format.version
> These configurations must exist and have a value before proceeding with
> upgrade (the value for both should be aligned with the Kafka version on the
> current stack). We need validation at minimum to check for the existence of
> these parameters . Additional validation includes the following
> For inter.broker.protocol.version :
> value is not empty
> value is set to current Kafka version in the stack (e.g. for HDP 2.6.x value
> should be 0.10.1, HDP 2.5.x should be 0.10.0, HDP 2.3x - 2.4x should be 0.9.0)
> For log.message.format.version:
> value is not empty (version can vary from current stack version)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)