-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23045/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-6288
https://issues.apache.org/jira/browse/AMBARI-6288
Repository: ambari
Description
-------
Format string for our command line for starting java process is outdated and
it writes java process exit code to pid file. In most cases our code overrides
PID file generated by this command line with a real pid later, but in some
cases (e.g. when current dir is not available or maybe when we have no
permissions to chdir to it, or maybe in other cases) it fails to do so.
Diffs
-----
ambari-server/src/main/python/ambari-server.py 7987b95
ambari-server/src/main/python/setupAgent.py 1fad46a
Diff: https://reviews.apache.org/r/23045/diff/
Testing
-------
----------------------------------------------------------------------
Ran 215 tests in 2.169s
OK
----------------------------------------------------------------------
Total run:570
Total errors:0
Total failures:0
OK
Thanks,
Dmitro Lisnichenko