-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54666/
-----------------------------------------------------------
Review request for Ambari, Jonathan Hurley and Nate Cole.
Bugs: AMBARI-19175
https://issues.apache.org/jira/browse/AMBARI-19175
Repository: ambari
Description
-------
DB configs consistency check failed after disable kerberos.
Services start successful and service check passed.
{noformat}Checking database
DB configs consistency check failed. Run "ambari-server start
--skip-database-check" to skip.
You may try --auto-fix-database flag to attempt to fix issues automatically.
If you use this "--skip-database-check" option, do not make any changes to your
cluster topology or perform a cluster upgrade until you correct the database
consistency issues.
See "/var/log/ambari-server/ambari-server-check-database.log" for more details
on the consistency issues.
Ambari Server 'check-database' completed{noformat}
=========
Also seen after Ambari upgrade. Below entry in ambari-server-check-database.log
might be the issue:
{code}
2016-12-12 15:49:03,973 ERROR - Found configs that are not mapped to any
service!
{code}
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/checks/DatabaseConsistencyCheckHelper.java
d40dfd2124
Diff: https://reviews.apache.org/r/54666/diff/
Testing
-------
mvn clean test
Thanks,
Dmitro Lisnichenko