szetszwo commented on PR #6413: URL: https://github.com/apache/ozone/pull/6413#issuecomment-2035121193
If the outer write APIs are de-synchronized, the inner data structures must be thread safe. synchronized. Curretly, `BufferPool` is not thread safe. We probably need to synchronize it. Not sure if there are other data structures need to be synchronized. -- 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]
