shwetayakkali opened a new pull request #233: HDDS-1873 Add API to get last 
completed times for every Recon task.
URL: https://github.com/apache/hadoop-ozone/pull/233
 
 
   ## What changes were proposed in this pull request?
   Recon stores the last ozone manager snapshot received timestamp along with 
timestamps of last successful run for each task.
   Added a REST endpoint that returns the contents of this stored data.
   This gives users information about the current data that they are looking at 
in Recon.
   
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-1873
   
   ## How was this patch tested?
   Refactored existing unit test testReInitializeTasks() in 
TestReconTaskControllerImpl to verify if TimeStamp of tasks is updated.
   
   API testing done via unit test testGetTaskTimes() in TestTaskTimeService
   <img width="810" alt="Screen Shot 2019-11-18 at 5 55 22 PM" 
src="https://user-images.githubusercontent.com/17580107/69204059-c0256780-0afa-11ea-852c-c869356330fd.png";>
    and testing in a cluster. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to