-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21373/
-----------------------------------------------------------
Review request for Ambari, Andrew Onischuk and Jeff Sposetti.
Bugs: AMBARI-5745
https://issues.apache.org/jira/browse/AMBARI-5745
Repository: ambari
Description
-------
During auto agent bootstrap, in cases where you have a slow connection (or slow
ssh), you can go over the current HOST_BOOTSTRAP_TIMEOUT=300 second timeout.
The resulting message is currently: "Bootstrap timed out"
Let's provide more detail, including what the timeout is:
1) New message:
Automatic Agent registration timed out (timeout =
{0}
seconds). Check your network connectivity and retry registration, or use manual
agent registration.
2) We have to also insert timing to the log/info shown to user. For example,
insert timing beginning/end AND/OR begin/end of each "=====" section.
==========================
Copying common functions script...
==========================
Warning: Permanently added 'c6401.ambari.apache.org,192.168.64.101' (RSA) to the
list of known hosts.
scp /usr/lib/python2.6/site-packages/common_functions
host=c6401.ambari.apache.org, exitcode=0
==========================
Copying OS type check script...
==========================
Diffs
-----
ambari-server/src/main/python/bootstrap.py ac2ad66
Diff: https://reviews.apache.org/r/21373/diff/
Testing
-------
Thanks,
Dmytro Sen