yihua commented on issue #9289: URL: https://github.com/apache/hudi/issues/9289#issuecomment-1722748580
@zaza do you have the logs before the exception happens? That helps understand if the file index is refreshed while concurrently being read. @nxlouie concurrent reads and writes on the file index may cause the issue, not just `sizeInBytes`. Concurrent reads are fine. We need to trace down where the concurrent reads and writes are triggered. @xzti we'll try out best to find the root cause and provide a fix. -- 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]
