[
https://issues.apache.org/jira/browse/AMBARI-21843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146376#comment-16146376
]
Hudson commented on AMBARI-21843:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #7959 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7959/])
AMBARI-21843. Database consistency check fails after upgrade to ambari
(vbrodetskyi:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1c506ff7da1dc1763bc24a7665077cf920b4a2bc])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/checks/DatabaseConsistencyCheckHelper.java
> Database consistency check fails after upgrade to ambari 2.6.0
> --------------------------------------------------------------
>
> Key: AMBARI-21843
> URL: https://issues.apache.org/jira/browse/AMBARI-21843
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.6.0
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Critical
> Fix For: 2.6.0
>
> Attachments: AMBARI-21843.patch
>
>
> Here we need to fix two issues:
> 1) Table "clusterconfigmapping" was removed in ambari-2.6.0 (dropping it
> during upgrade). But db consistency check still using this table to get some
> data. After upgrade it fails because "clusterconfigmapping" doesn't exist.
> Need to reimplement checks which are using this table.
> 2) Db consistency check doesn't show any information for user about errors,
> in casse when table doesn't exist. You can check that with
> "clusterconfigmapping"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)