[Nutch-dev] [jira] Commented: (NUTCH-532) CrawlDbMerger: wrong computation of last fetch time

2007-08-06 Thread JIRA
[ https://issues.apache.org/jira/browse/NUTCH-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517843 ] Doğacan Güney commented on NUTCH-532: - Emmanuel, your patch breaks backward compatibilty since old crawl datum's

[Nutch-dev] [jira] Commented: (NUTCH-532) CrawlDbMerger: wrong computation of last fetch time

2007-08-06 Thread JIRA
[ https://issues.apache.org/jira/browse/NUTCH-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517882 ] Doğacan Güney commented on NUTCH-532: - Thanks for the quick update! Perhaps javadocs could be a bit more clearer

[Nutch-dev] [jira] Commented: (NUTCH-532) CrawlDbMerger: wrong computation of last fetch time

2007-08-06 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517913 ] Andrzej Bialecki commented on NUTCH-532: - The compatibility code in CrawlDatum is misplaced, I think - in

[Nutch-dev] [jira] Commented: (NUTCH-532) CrawlDbMerger: wrong computation of last fetch time

2007-08-02 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517402 ] Andrzej Bialecki commented on NUTCH-532: - Float values were originally intended to express fractions of a

[Nutch-dev] [jira] Commented: (NUTCH-532) CrawlDbMerger: wrong computation of last fetch time

2007-07-31 Thread JIRA
[ https://issues.apache.org/jira/browse/NUTCH-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516623 ] Doğacan Güney commented on NUTCH-532: - res.getFetchTime() - Math.round(res.getFetchInterval() * 1000d); always

[Nutch-dev] [jira] Commented: (NUTCH-532) CrawlDbMerger: wrong computation of last fetch time

2007-07-30 Thread JIRA
[ https://issues.apache.org/jira/browse/NUTCH-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516364 ] Doğacan Güney commented on NUTCH-532: - Does this calculation: res.getFetchTime() -

[Nutch-dev] [jira] Commented: (NUTCH-532) CrawlDbMerger: wrong computation of last fetch time

2007-07-30 Thread Emmanuel Joke (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516618 ] Emmanuel Joke commented on NUTCH-532: - res.getFetchTime() - Math.round(res.getFetchInterval() * 1000d); always