rakeshadr commented on PR #3379:
URL: https://github.com/apache/ozone/pull/3379#issuecomment-1118719460

   > How can we ignore cache? from the point 1, entries can present only in 
cache but not in DB Table right. So, if we ignore cache, then From where we can 
include x/y/z/b1024?
   
   Yes, latest entry "x/y/z/b1024" won't be included in the final list. 
TableCache is transaction cache and in normal case the cached entries will be 
flushed to DB and will be cleaned up. In an ideal situation flushing will 
happen in millis or even in nanos. IMHO, its OK to not include recent entries 
rather than inducing errors in the system. Listing keys can be eventually 
consistent for the newly added entries.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to