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 74b49e9a6 NUTCH-3086 Consolidate plugin extension names and IDs (#835)
add f5b9ace76 NUTCH-3072 Fetcher to stop QueueFeeder if aborting with
"hung threads" - Fetcher signals QueueFeeder (via FetchItemQueues) to stop
queuing and waits 1.5 seconds for this to happen - QueueFeeder (if still
alive) discards remaining items with QueuingStatus "HIT_BY_TIMEOUT" - add
number of items skipped by QueueFeeder to "FetcherStatus" counters - mark
variables defined in FetchItemQueues but accessed from QueueFeeder thread as
"volatile" - minor code cleanups
add c22616232 NUTCH-3072 Fetcher to stop QueueFeeder if aborting with
"hung threads" - fix typo in counter name
new 3b6d2c6ba Merge pull request #832 from sebastian-nagel/NUTCH-3072
The 1 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 | 30 ++++++++++----
src/java/org/apache/nutch/fetcher/Fetcher.java | 46 +++++++++++++---------
src/java/org/apache/nutch/fetcher/QueueFeeder.java | 27 ++++++++-----
3 files changed, 68 insertions(+), 35 deletions(-)