ivandika3 commented on PR #10748: URL: https://github.com/apache/ozone/pull/10748#issuecomment-4964833211
Thanks @jojochuang > Flush all OMs after bulk writes so metadata is persisted before cross-client reads Why do we need to flush the writes to DB? The OM should be linearizable even if the cache is not, if it's not then something is wrong with linearizability. IMO flushing it is just hiding the linearizable issue. -- 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]
