From c61e4cfd7873840c5b66f7db976fb73ee69a813c Mon Sep 17 00:00:00 2001 From: orbiter Date: Fri, 30 Sep 2011 10:27:14 +0000 Subject: [PATCH] - fix for incomplete clear() in balancer - renamed Parser Errors to Rejected URLs git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7984 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/IndexCreateParserErrors_p.html | 2 +- htroot/env/templates/submenuCrawlMonitor.template | 2 +- locales/de.lng | 2 +- source/de/anomic/crawler/Balancer.java | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/htroot/IndexCreateParserErrors_p.html b/htroot/IndexCreateParserErrors_p.html index 4ce6710d0..9c69e11ed 100644 --- a/htroot/IndexCreateParserErrors_p.html +++ b/htroot/IndexCreateParserErrors_p.html @@ -7,7 +7,7 @@ #%env/templates/header.template%# #%env/templates/submenuCrawlMonitor.template%# -

Parser Errors

+

Rejected URLs

#(rejected)# :: diff --git a/htroot/env/templates/submenuCrawlMonitor.template b/htroot/env/templates/submenuCrawlMonitor.template index 26570eef4..542d1d6c7 100644 --- a/htroot/env/templates/submenuCrawlMonitor.template +++ b/htroot/env/templates/submenuCrawlMonitor.template @@ -7,7 +7,7 @@ diff --git a/locales/de.lng b/locales/de.lng index 60d82e8bb..8c0b2ecc2 100644 --- a/locales/de.lng +++ b/locales/de.lng @@ -3397,7 +3397,7 @@ Outgoing Cookies==Ausgehende Cookies Processing Monitor==Prozess Monitor Crawler Queues==Crawler Puffer Loader<==Lade Puffer< -Parser Errors==Parser Fehler +Rejected URLs==Abgelehnte URLs >Queues<==>Warteschlangen< Local<==Lokal< #Global==Global diff --git a/source/de/anomic/crawler/Balancer.java b/source/de/anomic/crawler/Balancer.java index a8b5a6c92..1a0714cb9 100644 --- a/source/de/anomic/crawler/Balancer.java +++ b/source/de/anomic/crawler/Balancer.java @@ -147,6 +147,8 @@ public class Balancer { synchronized (this.delayed) { this.delayed.clear(); } + this.double_push_check.clear(); + this.ddc.clear(); } public Request get(final byte[] urlhash) throws IOException {