[
https://issues.apache.org/jira/browse/AMBARI-19199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748412#comment-15748412
]
Hudson commented on AMBARI-19199:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #6228 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6228/])
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=b50546e0cfa1fdb415d10d0e197c72fd7c9a195f])
* (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)