Document versions of XrdCeph that are built
XRootD 5.5.1-2
RAL build of Core XRootD packages:
Based on the tagged official release version of 5.5.1 (fc3de63365ae644d8dcd0b8d8352da5fa456a2fb
)
Same additional updates as described in 5.5.0-2
XRootD 5.5.0-4 (for testing only)
fadc25276ce63e727ba70baae461530663142dbd
As 5.5.0-3, but with a change to help test LHCb vector read problems:
Code Block |
---|
diff --git a/src/XProtocol/XProtocol.hh b/src/XProtocol/XProtocol.hh
index eb9af2c..da75f8a 100644
--- a/src/XProtocol/XProtocol.hh
+++ b/src/XProtocol/XProtocol.hh
@@ -683,7 +683,7 @@ struct read_list {
};
static const int rlItemLen = sizeof(read_list);
static const int maxRvecln = 16384;
-static const int maxRvecsz = maxRvecln/rlItemLen;
+static const int maxRvecsz = 16;
}
|
XRootD 5.5.0-3
As 5.5.0-2, but with workaround for SegV with -S (multi stream xrdcp) flag
(35fed472e84963281e2cbe3a76679d058fc6f209)
XRootD 5.5.0-2
RAL build of Core XRootD packages
Based on the tagged official release version of 5.5.0
Adds (server side) fix from Jyotish for 5.4.3 client protection in Paged Reads
https://github.com/xrootd/xrootd/issues/1740
...