smengcl opened a new pull request #108: HDDS-1987. Fix listStatus API
URL: https://github.com/apache/hadoop-ozone/pull/108
 
 
   ## What changes were proposed in this pull request?
   
   Fix listStatus API in HA code path.
   
   In HA, we have an in-memory cache, where we put the result to in-memory 
cache and return the response. It will be picked by double buffer thread and 
flushed to disk later. So when user call listStatus, it should use both 
in-memory cache and rocksdb key table to return the correct result.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-1987
   
   ## How was this patch tested?
   
   1. `TestOzoneFileSystem#testListStatus` passed (for correctness under no key 
cache table usage).
   2. New unit test will be posted soon.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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

Reply via email to