Replies: 2 comments
-
When there is an error during writing, which means some data is already lost, it can't recover the lost data so the error should not be cleared. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Considing this scenario, a long runing process that attempts to write to a log file but encounters a no space left error should succeed after the disk has enough space. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I notice
fileWriter.Write
returnfileWriter.err
andfileWriter.err
never clear after it be assigned a errror value.Beta Was this translation helpful? Give feedback.
All reactions