[
https://issues.apache.org/jira/browse/AMBARI-21843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146309#comment-16146309
]
Hudson commented on AMBARI-21843:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #81 (See
[https://builds.apache.org/job/Ambari-branch-2.6/81/])
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=43432ae30355765fbf982553d7360aa00d7534e1])
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/checks/DatabaseConsistencyCheckHelperTest.java
* (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)