yzang commented on issue #913: Refactor FileInfo locking and refcounting out IndexPersistenceMgr URL: https://github.com/apache/bookkeeper/pull/913#issuecomment-354164262 @ivankelly If the fence and release is the only race condition issue here, why not fix the fence logic directly? For example, when we call release and decide to close the file, we also check if we need to flush the header or not. Or can we flush the fence bit header right in the setFence function?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
