Bugs item #978650, was opened at 2004-06-23 17:58
Message generated for change (Comment added) made by cutting
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=491356&aid=978650&group_id=59548

Category: fetcher
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Lars Aronsson (aronsson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bad math in log message

Initial Comment:
In nutch-0.4, file
src/java/net/nutch/tools/FetchListTool.java
lines 155 and 165, the printed unit is entries/second
but the number printed is computed as time/count. That
should be count/time.

During "nutch crawl urls -delay 3 -depth 3", the
following was printed on the output:

040624 004752 Processing
susning.test/segments/20040624004752/fetchlist.unsorted:
Sorted 66 entries in 0.0020 seconds.
040624 004752 Processing
susning.test/segments/20040624004752/fetchlist.unsorted:
Sorted 3.0303030303030302E-5 entries/second

That should be 3e4 entries/second rather than 3e-5.


----------------------------------------------------------------------

>Comment By: Doug Cutting (cutting)
Date: 2004-07-10 13:32

Message:
Logged In: YES 
user_id=21778

This was fixed a while ago, I think.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=491356&aid=978650&group_id=59548


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to