- fixed a display bug for the performance graph
- fixed deadlock when initialization of awt happens simultanously
- removed some debugging output
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5245 6c8d7289-2bf4-0310-a012-ef5d649a1542
// see if we need new space or if we can overwrite the old space
@ -761,7 +777,8 @@ public class kelondroCollectionIndex {
// the index appears to be corrupted
this.indexErrors++;
if(this.indexErrors==errorLimit)deleteIndexOnExit();// delete index on exit for rebuild
thrownewkelondroException(arrayFile(this.path,this.filenameStub,this.loadfactor,chunksize,clusteridx,serialnumber).toString(),"array does not contain expected row (error #"+indexErrors+")");
serverLog.logWarning("kelondroCollectionIndex","array "+arrayFile(this.path,this.filenameStub,this.loadfactor,chunksize,clusteridx,serialnumber).toString()+" does not contain expected row (error #"+indexErrors+")");
returnnewkelondroRowSet(this.payloadrow,0);
}
// read the row and define a collection
@ -838,7 +855,7 @@ public class kelondroCollectionIndex {
ymageChartchart=newymageChart(width,height,"FFFFFF","000000","AAAAAA",leftborder,rightborder,topborder,bottomborder,"YACY PEER PERFORMANCE: MAIN MEMORY, WORD CACHE AND PAGES/MINUTE (PPM)",subline);