this.log.logInfo("enqueueContainers: selected "+targets.size()+" targets for primary target key "+primaryTarget+"/"+vertical+" with "+containers[vertical].size()+" index containers.");
this.log.logInfo("enqueueContainers: selected "+targets.size()+" targets for primary target key "+newString(primaryTarget)+"/"+vertical+" with "+containers[vertical].size()+" index containers.");
this.log.logInfo("STORE: Chunk "+chunk.primaryTarget()+" has FINISHED all transmissions!");
this.log.logInfo("STORE: Chunk "+newString(chunk.primaryTarget())+" has FINISHED all transmissions!");
returnchunk;
}
this.log.logInfo("STORE: Chunk "+chunk.primaryTarget()+" has failed to transmit index; marked peer as busy");
this.log.logInfo("STORE: Chunk "+newString(chunk.primaryTarget())+" has failed to transmit index; marked peer as busy");
if(chunk.canFinish()){
try{
@ -368,7 +369,7 @@ public class Dispatcher {
}
returnchunk;
}else{
this.log.logInfo("STORE: Chunk "+chunk.primaryTarget()+" has not enough targets left. This transmission has failed, putting back index to backend");
this.log.logInfo("STORE: Chunk "+newString(chunk.primaryTarget())+" has not enough targets left. This transmission has failed, putting back index to backend");
yacyCore.log.logInfo("yacyClient.publishMySeed thread '"+Thread.currentThread().getName()+"' contacted peer at "+address+", received "+((content==null)?"null":content.length)+" bytes, time = "+(System.currentTimeMillis()-start)+" milliseconds");
result=FileUtils.table(content,"UTF-8");
break;
@ -134,7 +134,7 @@ public final class yacyClient {