-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35298/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-11838
https://issues.apache.org/jira/browse/AMBARI-11838
Repository: ambari
Description
-------
As a result of this random bug a lot service starts and service checks have a
small chance of failing if the machine is the heavily loaded.
I already found the reason for this, seems like sometimes curl returns empty
output.
Diffs
-----
ambari-agent/src/test/python/resource_management/TestExecuteResource.py
59d7e4c
ambari-agent/src/test/python/resource_management/TestGroupResource.py 65d8499
ambari-agent/src/test/python/resource_management/TestUserResource.py 5c8b6df
ambari-common/src/main/python/resource_management/core/exceptions.py a8b2a63
ambari-common/src/main/python/resource_management/core/providers/system.py
3a1b218
ambari-common/src/main/python/resource_management/core/resources/system.py
1f00da1
ambari-common/src/main/python/resource_management/core/shell.py 2e5a1b0
ambari-common/src/main/python/resource_management/core/sudo.py f864d64
ambari-common/src/main/python/resource_management/libraries/providers/hdfs_resource.py
f9c512f
ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py
46ec0e7
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/namenode.py
3494ac9
ambari-server/src/test/python/custom_actions/TestInstallPackages.py ecac6d4
Diff: https://reviews.apache.org/r/35298/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk