[
https://issues.apache.org/jira/browse/NUTCH-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex McLintock updated NUTCH-278:
---------------------------------
Attachment: PATCH.NUTCH-278
Trivial change to Fetcher.java
Can we clear some of the old jira issues?
> Fetcher-status might need clarification: kbit/s instead of kb/s shown
> ---------------------------------------------------------------------
>
> Key: NUTCH-278
> URL: https://issues.apache.org/jira/browse/NUTCH-278
> Project: Nutch
> Issue Type: Improvement
> Components: fetcher
> Affects Versions: 0.8
> Reporter: Stefan Neufeind
> Priority: Trivial
> Attachments: PATCH.NUTCH-278
>
>
> In Fetcher.java, method reportStatus() there is
> + Math.round(((((float)bytes)*8)/1024)/elapsed)+" kb/s, ";
> Is that a bit misleading, since the user reading the status might guess it's
> "kilobytes" (kb) whereas "kbit/s" would be more clear in this case?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.