crepererum commented on PR #643: URL: https://github.com/apache/arrow-rs-object-store/pull/643#issuecomment-4097034074
> I don't think we should automatically call fsync on filesystem writes. Users who want that behavior can already call `fsync` when the write returns. They can, but it's a major hassle to do. As written above, just calling fsync on the file isn't enough, so to implement this properly, you also have to walk the directories and figure out which ones you need to fsync (technically only the ones where new files or sub-directories have been created). That to me seems unpractical. Hence I think object-store should implement this, at least as an option. -- 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]
