-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53340/
-----------------------------------------------------------
Review request for Ambari, Jonathan Hurley, Matt, Nate Cole, and Robert
Nettleton.
Bugs: AMBARI-18725
https://issues.apache.org/jira/browse/AMBARI-18725
Repository: ambari
Description
-------
Built Ambari from branch-2.4, branch-2.5 and trunk. All the builds have the
same issue when the start command is run.
```
> ambari-server start
Using python /usr/bin/python
Starting ambari-server
Ambari Server running with administrator privileges.
Organizing resource files at /var/lib/ambari-server/resources...
Ambari database consistency check started...
No errors were found.
ERROR: Exiting with exit code 1.
REASON: Database check failed to complete. Please check
/var/log/ambari-server/ambari-server.log and
/var/log/ambari-server/ambari-server-check-database.log for more
information.{code}
The database.log says {code}Error preallocating sequence numbers
```
Nothing suspicious on ambari-server.log.
Log file ambari-server-check-database.log attached with this JIRA for reference.
*Update*
Reverting
https://github.com/apache/ambari/commit/b632b33bc35afc5a01354e8916fdcdf698e49e19
on a local copy of branch-2.4 fixed the issue on branch-2.4 build
Reverting
https://github.com/apache/ambari/commit/49f58e8402b543875c61f8d74a052bd6cd45a788
on a local copy of branch-2.5 fixed the issue on branch-2.5 build
Diffs
-----
ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql dd0cce6
ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
5b9315f
Diff: https://reviews.apache.org/r/53340/diff/
Testing
-------
Manually tested.
Thanks,
Robert Levas