Hi there,
We will release 2.5.4 within 24 hours. However, if you are
starting a new test now, there is one working set size related bug that
you may want to fix first. The patch against 2.5.3 is attached below.
The bug led to WSS not being properly frozen for one large class of
objects, decreasing HR in PolyMix workloads.
Alex.
Index: src/runtime/httpHdrs.cc
===================================================================
RCS file: /usr/local/CVS/polygraph/src/runtime/httpHdrs.cc,v
retrieving revision 1.3.2.11
retrieving revision 1.3.2.13
diff -u -r1.3.2.11 -r1.3.2.13
--- src/runtime/httpHdrs.cc 2000/07/13 06:40:02 1.3.2.11
+++ src/runtime/httpHdrs.cc 2000/07/24 03:18:42 1.3.2.13
@@ -441,7 +448,7 @@
bool RepHdr::parseXSrvSets(const char *buf, const char *) {
const char *p = 0;
if (isInt(buf, theSecOid, &p) && *p == ':' &&
- isInt(buf, theSrvWss, &p) && *p == '.') {
+ isInt(p+1, theSrvWss, &p) && *p == '.') {
theHotSetPos = xatoi(p+1);
return true;
}
This archive was generated by hypermail 2b29 : Tue Jul 10 2001 - 12:00:14 MDT