You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Monika Gupta (JIRA)" <ji...@apache.org> on 2017/01/09 15:24:58 UTC

[jira] [Comment Edited] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

    [ https://issues.apache.org/jira/browse/NUTCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15812029#comment-15812029 ] 

Monika Gupta edited comment on NUTCH-2345 at 1/9/17 3:24 PM:
-------------------------------------------------------------

Furkan, Thank you very much for the response. We discovered this bug as part of our research project in which we applied our automated anomaly detection approach on Nutch (one of our experimental data set).  


was (Author: mgupta):
Furkan, Thank you very much for the response. We discovered this bug as part of our research project in which we applied our automated anomaly detection approach on Nutch (one of our experimental data set).  

> FetchItemQueue logs are logged with wrong class name
> ----------------------------------------------------
>
>                 Key: NUTCH-2345
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2345
>             Project: Nutch
>          Issue Type: Bug
>          Components: fetcher
>    Affects Versions: 1.11, 1.12
>         Environment: Any
>            Reporter: Monika Gupta
>            Assignee: Furkan KAMACI
>            Priority: Minor
>             Fix For: 1.13
>
>
> I ran bin/nutch fetch and notice that the log statements of class FetchItemQueue.java are logged in logs/hadoop.log with wrong file name as FetchItemQueues.java
> Refer the execution log:
> 2017-01-06 15:31:25,562 INFO  fetcher.FetchItemQueues -   maxThreads    = 1
> 2017-01-06 15:31:28,565 INFO  fetcher.FetchItemQueues -   inProgress    = 0
> Issue is in the logger for class FetchItemQueue.java. 
> Currently it is-
> private static final Logger LOG = LoggerFactory.getLogger(FetchItemQueues.class);
> Correction: It should be-
> private static final Logger LOG = LoggerFactory.getLogger(FetchItemQueue.class);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)