yangljun / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

There is no error checking what so ever #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As is, s3fs is inherently unreliable. As a simple example, BIO_write and
BIO_flush can return a short write or error, and s3fs will totally fail to
notice it.

Original issue reported on code.google.com by tommi.vi...@gmail.com on 17 Dec 2007 at 10:51

GoogleCodeExporter commented 9 years ago
A LOT of error checking has been added since this issue was reported and s3fs 
is now running a pretty "tight ship".  An upcoming revision will address these 
two functions specifically.  If any more issues of this type are cause for 
concern, please open a specific issue addressing it. Thanks.

Original comment by dmoore4...@gmail.com on 19 Dec 2010 at 11:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r287.

Original comment by dmoore4...@gmail.com on 20 Dec 2010 at 12:07