ndimiduk commented on pull request #3445:
URL: https://github.com/apache/hadoop/pull/3445#issuecomment-964407226


   That's great progress, @ArkenKiran ! You got there before I could. On the 
read path, any block cache miss will go to the hdfs client for a read (can 
still be local via short-circuit read). On the write path, we should see hdfs 
interaction via WAL writes and by MemStore flushes. WAL writes are inline with 
the client activity, MemStore flushes happen in the background.


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

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to