-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57339/
-----------------------------------------------------------
Review request for Ambari, Attila Doroszlai, Attila Magyar, Andrew Onischuk,
Dmytro Sen, Laszlo Puskas, Nate Cole, Oliver Szabo, Robert Levas, Sandor
Magyari, and Sebastian Toader.
Bugs: AMBARI-20319
https://issues.apache.org/jira/browse/AMBARI-20319
Repository: ambari
Description
-------
When DB check failed during ambari start up, the script waited some 50 seconds
for the UI before timeout occured, even though the Java process had exited.
This is fixed. Also added an extra pintStackTrace() in cases when unexpected
error occured during startup. This is needed as testing showed that logs are
not always flushed on system exit and importan diagnostic information was lost.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java
9540ca3
ambari-server/src/main/python/ambari_server/utils.py 6408285
ambari-server/src/main/python/ambari_server_main.py 0cd19cc
Diff: https://reviews.apache.org/r/57339/diff/1/
Testing
-------
- Tested manually.
- Run all python unit tests in ambari-server, all passed
Thanks,
Balázs Bence Sári