log.logFine("Selected hash "+startPointHash+" as start point for index distribution, distance = "+yacyDHTAction.dhtDistance(yacyCore.seedDB.mySeed.hash,startPointHash));
this.log.logFine("Selected hash "+startPointHash+" as start point for index distribution, distance = "+yacyDHTAction.dhtDistance(yacyCore.seedDB.mySeed.hash,startPointHash));
@ -245,8 +252,7 @@ public final class plasmaWordIndexDistribution {
}
if(hc0<peerCount){
log.logWarning("found not enough ("+hc0+") peers for distribution");
closeTransferIndexes(indexContainers);
this.log.logWarning("found not enough ("+hc0+") peers for distribution");
return-1;// failed
}
@ -256,8 +262,8 @@ public final class plasmaWordIndexDistribution {
longstart;
inthc1=0;
for(inti=0;i<hc0;i++){
if(closed){
log.logSevere("Index distribution interrupted by close, nothing deleted locally.");
if(this.isClosed()){
this.log.logSevere("Index distribution interrupted by close, nothing deleted locally.");
return-1;// interrupted
}
start=System.currentTimeMillis();
@ -268,12 +274,12 @@ public final class plasmaWordIndexDistribution {
this.gzipBody4Distribution,
this.timeout4Distribution);
if(error==null){
log.logInfo("Index transfer of "+indexCount+" words ["+indexContainers[0].wordHash()+" .. "+indexContainers[indexContainers.length-1].wordHash()+"] to peer "+seeds[i].getName()+":"+seeds[i].hash+" in "+((System.currentTimeMillis()-start)/1000)
this.log.logInfo("Index transfer of "+indexCount+" words ["+indexContainers[0].wordHash()+" .. "+indexContainers[indexContainers.length-1].wordHash()+"] to peer "+seeds[i].getName()+":"+seeds[i].hash+" in "+((System.currentTimeMillis()-start)/1000)