errose28 opened a new pull request #1351:
URL: https://github.com/apache/hadoop-ozone/pull/1351


   ## What changes were proposed in this pull request?
   
   Create an implementation to the existing 
OmMetadataMangerImpl#getExpiredOpenKeys method stub as the first step towards 
completing parent Jira HDDS-4120. This method returns a list of key information 
for all keys in the OM open key table whose creation time is older than a time 
interval configurable with the existing ozone.open.key.expire.threshold 
setting. The existing default value for this setting (one day) was not changed.
   
   ## What is the link to the Apache JIRA
   
   HDDS-4121
   
   ## How was this patch tested?
   
   The unit test TestOmMetadataManager#testGetExpiredOpenKeys was added, which 
creates a mixture of expired and unexpired open keys, and tests whether the 
expired open keys are read correctly. Functionality was added to 
TestOMRequestUtils to allow setting customized creation times for keys to 
simulate expiration.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to