@ -359,7 +359,7 @@ public class IndexCollection implements Index {
// write a log
if(System.currentTimeMillis()-lastlog>30000){
Log.logFine("COLLECTION INDEX STARTUP","created "+count+" RWI index entries. "+(((System.currentTimeMillis()-start)*(array.size()+array.free()-count)/count)/60000)+" minutes remaining for this array");
Log.logInfo("COLLECTION INDEX STARTUP","created "+count+" RWI index entries. "+(((System.currentTimeMillis()-start)*(array.size()+array.free()-count)/count)/60000)+" minutes remaining for this array");
lastlog=System.currentTimeMillis();
}
}
@ -410,6 +410,7 @@ public class IndexCollection implements Index {
finalString[]list=path.list();
FixedWidthArrayarray;
System.out.println("COLLECTION INDEX REFERENCE COLLECTION startup");
System.out.println("COLLECTION INDEX REFERENCE COLLECTION opened partition "+partitionNumber+", starting reference scanning");
finallongstart=System.currentTimeMillis();
longlastlog=start;
longlastlog=start-27000;
intcount=0;
while(ei.hasNext()){
arrayrow=ei.next();
@ -441,12 +444,13 @@ public class IndexCollection implements Index {
count++;
// write a log
if(System.currentTimeMillis()-lastlog>30000){
Log.logFine("COLLECTION INDEX REFERENCE COLLECTION","scanned "+count+" RWI index entries. "+(((System.currentTimeMillis()-start)*(array.size()+array.free()-count)/count)/60000)+" minutes remaining for this array");
System.out.println("COLLECTION INDEX REFERENCE COLLECTION scanned "+count+" RWI index entries. "+(((System.currentTimeMillis()-start)*(array.size()+array.free()-count)/count)/60000)+" minutes remaining for this array");
//Log.logInfo("COLLECTION INDEX REFERENCE COLLECTION", "scanned " + count + " RWI index entries. " + (((System.currentTimeMillis() - start) * (array.size() + array.free() - count) / count) / 60000) + " minutes remaining for this array");
lastlog=System.currentTimeMillis();
}
}
}
System.out.println("COLLECTION INDEX REFERENCE COLLECTION finished with reference collection");