Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 10:04
· 28 commits to master since this release
36a28bc

This release, along with several bugfixes, contains new functionality:

It contains one potentially dangerous behaviour change, in b02ab58: FileWriter.Close now will correctly propagate errors in the situation where the namenode has not yet received all acks from the datanodes. Close returns a specific error in that case, ErrReplicating, which the client can either ignore or use in a retry loop. See also IsErrReplicating, for checking this case.