-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53684/
-----------------------------------------------------------

(Updated Nov. 15, 2016, 6:28 p.m.)


Review request for Ambari, Sumit Mohanty and Swapan Shridhar.


Changes
-------

Added a small change to the StackAdvisorHelperTest.java in order to set a value 
for recommendations.artifacts.rollovermax and avoid Arithmetic exception at 
Test time.


Bugs: AMBARI-18866
    https://issues.apache.org/jira/browse/AMBARI-18866


Repository: ambari


Description
-------

Applied logic for rolling over during creation of recommendations artifacts 
greater than a certain set limit.


Diffs (updated)
-----

  
ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/StackAdvisorHelper.java
 e175c69 
  
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
 6cc4120 
  
ambari-server/src/test/java/org/apache/ambari/server/api/services/stackadvisor/StackAdvisorHelperTest.java
 5190dea 

Diff: https://reviews.apache.org/r/53684/diff/


Testing
-------

1. Set the recommendations.artifacts.rollovermax = 5
Expected : Calls to stack advisor > 5 roll over starting from 0 again. Hence at 
any point of time there will be upto 5 folders only in 
/var/run/ambari-server/stack-recommendations
2. Do not set this value
Expected : Defaults to 100
3. Set the recommendations.artifacts.rollovermax = 0
Expected : Defaults to 100

On ambari-server restart, the ids are reset as before.


Thanks,

Madhuvanthi Radhakrishnan

Reply via email to