You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FilePartWriter is a new component added for multipart downloads that uses the FileChannel Java API to write multiple distinct parts of a file concurrently. We have error handling code in place, but if the process were to ungracefully exit then a partially written file can be on disk. We must ensure that this case cannot lead to corruption, and that integration tests exists to verify the functionality.
The text was updated successfully, but these errors were encountered:
FilePartWriter is a new component added for multipart downloads that uses the
FileChannel
Java API to write multiple distinct parts of a file concurrently. We have error handling code in place, but if the process were to ungracefully exit then a partially written file can be on disk. We must ensure that this case cannot lead to corruption, and that integration tests exists to verify the functionality.The text was updated successfully, but these errors were encountered: