You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Nayanish Hinge <na...@gmail.com> on 2010/09/05 18:55:03 UTC

ProtocolStatus.RETRY does not retry immediately

Hi,
I am referring to Nutch 1.1
>From the code it looks like this does not retry immediately though the
comment says so.
Any idea?

Fetcher.java:
-------------------
              case ProtocolStatus.RETRY:          // retry
              case ProtocolStatus.BLOCKED:
                output(fit.url, fit.datum, null, status,
CrawlDatum.STATUS_FETCH_RETRY);
                break;


ProtocolStatus.java:
-----------------------------
  /** Temporary failure. Application may retry immediately. */
  public static final int RETRY                = 15;


Thanks
-- 
Nayanish
Hyderabad