jun-he opened a new pull request #790: Improve getWriter in BaseRewriteManifests
URL: https://github.com/apache/incubator-iceberg/pull/790
 
 
   Here, the `writers` object is not volatile and the double checked locking 
might not be thread safe.
   Instead, use concurrent map's atomic computeIfAbsent method to improve it.
   
   Related issue: https://github.com/apache/incubator-iceberg/issues/726.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to