Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-478

Add function for stopping FetherThread gracefully

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 0.9.0
    • None
    • fetcher
    • None

    Description

      Now the fetch process will be stopped only when time out occurred during the fetch:
      "System.currentTimeMillis() - lastRequestStart.get()) > timeout "

      We don't have method to let fetch process to stop.Some times we may have strict time requirement for fetch process, for example from 11pm to 7am.I want to shutdown fetch process at 7am every day even there still have pages remained unfeched in the segments generated.

      A possible solution to implement this might be:
      1. User create a file named "FetchStop" in nutch home.
      2. Check the existence of the file every minute in the main thread,and set the boolean variable like "stopFetch" to true;
      3. FetchThread will check the status of "stopFetch" before fetching next URL. If changed to true, FetcherThread will stop right now,also the value of activeThreads will be reduced.
      4. Finally, the main thread will end if activeThreads=0

      Attachments

        Activity

          People

            Unassigned Unassigned
            cheewu chee.wu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: