You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2022/08/15 14:40:58 UTC

[nutch] branch master updated (82f9530dc -> a5a630055)

This is an automated email from the ASF dual-hosted git repository.

snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


    from 82f9530dc Merge pull request #697 from sebastian-nagel/NUTCH-2896-okhttp-connection-pool
     new c862d2409 NUTCH-2947 Fetcher: keep state of empty but stateful fetch queues unless queue feeder is finished in order to ensure politeness - next fetch time not yet reached - non-zero exception counter and queue feeder still   adding new fetch items to queues Only if the the queue feeder is finished and no more new fetch items are added, these queues can finally removed.
     new 8cfa53f7d NUTCH-2947 Fetcher: keep state of empty but stateful fetch queues - also keep state if `fetcher.exceptions.per.queue.delay` > 0.0
     new a5a630055 Merge pull request #729 from sebastian-nagel/NUTCH-2947-keep-stateful-fetch-queues

The 3306 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/nutch/fetcher/FetchItemQueues.java     | 19 +++++++++++++++++--
 src/java/org/apache/nutch/fetcher/QueueFeeder.java    |  4 +++-
 2 files changed, 20 insertions(+), 3 deletions(-)