-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45857/
-----------------------------------------------------------
Review request for Ambari, Dmytro Grinenko, Dmitro Lisnichenko, Jonathan
Hurley, and Nate Cole.
Bugs: AMBARI-15751
https://issues.apache.org/jira/browse/AMBARI-15751
Repository: ambari
Description
-------
Ambari used to have a PreCheck to ensure that certain client retries were
enabled.
This check should be required in all RU/EUs
hdfs-site: "dfs.client.retry.policy.enabled" must be false
hive-site: "hive.metastore.failure.retries"must be greater than 0
oozie-env: "-Doozie.connection.retry.count" must be present in the "content"
param
Right now, this check is disabled and there hdfs-site property is not checked.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/checks/CheckDescription.java
79be901
ambari-server/src/main/java/org/apache/ambari/server/checks/ClientRetryPropertyCheck.java
257d575
ambari-server/src/test/java/org/apache/ambari/server/checks/ClientRetryPropertyCheckTest.java
7b8239c
Diff: https://reviews.apache.org/r/45857/diff/
Testing
-------
Ran unit test ClientRetryPropertyCheckTest
Thanks,
Alejandro Fernandez