Skip to content

Releases: UW-Madison-HEP/xrootd-hdfs

Minor bugfixes from initial v2.0 deploys

08 Mar 16:58
c6d8ce0
Compare
Choose a tag to compare

This bugfix release corrects directory creation logic which was noticed when testing v2.0 at Caltech.

Mostly minor, but everyone will appreciate it! Enjoy!

Xrootd-HDFS Improved Write Support

07 Mar 20:01
0ced570
Compare
Choose a tag to compare

Historically, Xrootd-HDFS has been used as a mechanism to provide data access -- that is, reading data remotely from sites.

However, as Xrootd grows in its capabilities (particularly, integrity checking and HTTP/WebDAV support), we've been getting requests to fill in the missing pieces of the API for writing.

With this release, one can:

  • Make directories.
  • Remove files and directories.
  • Write files larger than 2GB.
  • Perform chmod against a remote server.

Overall, this brings xrootd-hdfs closer to exposing the full set of underlying filesystem capabilities.

Enjoy!

Minor bugfix in listing directories

31 Jul 20:48
Compare
Choose a tag to compare

This release fixes a minor bug for reporting error codes when listing directories fails. Previously, it was possible for the error state to leak between calls to libhdfs.

Performance Improvements

22 Jul 16:33
Compare
Choose a tag to compare

This bugfix release tweaks the runtime environment to allow HDFS to load its native libraries.

The native libraries contain heavily-optimized code for performance critical sections (such as checksum calculations); without them, the libhdfs library will fall back to the slower Java equivalents when used from xrootd-hdfs.

EL7 bugfix release

21 Jan 02:24
Compare
Choose a tag to compare

This bugfix release features minor fixes for compilation on the EL7 platform (as well as accompanying packaging fixes from OSG).