[
https://issues.apache.org/jira/browse/AMBARI-19199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748434#comment-15748434
]
Hudson commented on AMBARI-19199:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #526 (See
[https://builds.apache.org/job/Ambari-branch-2.5/526/])
AMBARI-19199 AMS config types created by upgrade were never marked as (dsen:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=18ed887263cc66cd3c6063425109ad1e2c504e93])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java
> AMS config types created by upgrade were never marked as selected
> -----------------------------------------------------------------
>
> Key: AMBARI-19199
> URL: https://issues.apache.org/jira/browse/AMBARI-19199
> Project: Ambari
> Issue Type: Bug
> Components: ambari-upgrade
> Affects Versions: 2.4.2
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-19199.patch
>
>
> Query to identify the problem:
> {noformat}
> ambari=> select type_name, sum(selected),
> MAX(to_timestamp(create_timestamp/1000)) from clusterconfigmapping group by
> type_name order by sum;
> type_name | sum | max
> -------------------------------------+-----+------------------------
> ams-hbase-policy | 0 | 2015-11-05 15:57:28+00
> ams-hbase-security-site | 0 | 2016-05-02 18:09:34+00
> ams-log4j | 0 | 2015-11-05 15:57:28+00
> ams-hbase-log4j | 0 | 2015-11-05 15:57:28+00
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)