-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42296/
-----------------------------------------------------------
Review request for Ambari and Myroslav Papirkovskyy.
Bugs: AMBARI-14660
https://issues.apache.org/jira/browse/AMBARI-14660
Repository: ambari
Description
-------
**Issue: Upgrading History Server timed out**
* On investigation, it was noticed that we do some curl operations over
WebHDFS on /app-logs HDFS folder.
* Since the /app-logs folder was too large the script was taking too long
(>1200 secs).
* Retry of the upgrade step succeeded.
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/providers/hdfs_resource.py
59a04ece
Diff: https://reviews.apache.org/r/42296/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk