[ https://issues.apache.org/jira/browse/NUTCH-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Doğacan Güney updated NUTCH-652: -------------------------------- Attachment: schedule.patch Patch for the problem. Also changes SYNC_DELTA_RATE to double. So that Math.round operation returns long In (In java, Math.round(double) -> long, Math.round(float) -> int). I think this may help with over/under flow problems. > AdaptiveFetchSchedule#setFetchSchedule doesn't calculate fetch interval > correctly > --------------------------------------------------------------------------------- > > Key: NUTCH-652 > URL: https://issues.apache.org/jira/browse/NUTCH-652 > Project: Nutch > Issue Type: Bug > Reporter: Doğacan Güney > Attachments: schedule.patch > > > Fetch interval is stored in seconds, but in > AdaptiveFetchSchedule#setFetchSchedule it is treated as if in milliseconds. > Also, fetch interval bound checking is done after interval value is stored in > CrawlDatum, thus, has no effect. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.