singhpk234 opened a new pull request #4461: URL: https://github.com/apache/iceberg/pull/4461
recently a went in which showed / fixed thread safety concern with S3FileIO. This made me check other FileIO looks like this handling is missing here as well. - https://github.com/apache/iceberg/pull/4454 This change attempts to fix all remaining FileIO as well. > FileIO can be shared by threads in the pool (ManifestGroup.planFiles - ParallelIterable), and those threads likely start at about the same time, race condition could happen. --- cc @jfz @rdblue -- 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]
