You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Julien Nioche (JIRA)" <ji...@apache.org> on 2011/07/29 09:50:09 UTC

[jira] [Created] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
---------------------------------------------------------------------------------

                 Key: NUTCH-1073
                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
             Project: Nutch
          Issue Type: Improvement
          Components: fetcher
    Affects Versions: 1.4
            Reporter: Julien Nioche
            Assignee: Julien Nioche
            Priority: Minor
             Fix For: 1.4


The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.

This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma updated NUTCH-1073:
---------------------------------

    Patch Info: [Patch Available]

> Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1073
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.4
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: NUTCH-1073.patch
>
>
> The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.
> This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Posted by "Julien Nioche (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Nioche updated NUTCH-1073:
---------------------------------

    Attachment: NUTCH-1073.patch

Patch implementing the change of parameter names and allows grouping into queues based on domain

> Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1073
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.4
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: NUTCH-1073.patch
>
>
> The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.
> This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Posted by "Julien Nioche (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Nioche resolved NUTCH-1073.
----------------------------------

    Resolution: Fixed

Committed revision 1164064.


> Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1073
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.4
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: NUTCH-1073.patch
>
>
> The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.
> This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095287#comment-13095287 ] 

Markus Jelsma commented on NUTCH-1073:
--------------------------------------

My dear, svn managed to merge this commit with my changes of NUTCH-1067 and NUTCH-1102 !

Thanks.

> Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1073
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.4
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: NUTCH-1073.patch
>
>
> The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.
> This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Posted by "Julien Nioche (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088597#comment-13088597 ] 

Julien Nioche commented on NUTCH-1073:
--------------------------------------

Will commit shortly unless someone has an objection

> Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1073
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.4
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: NUTCH-1073.patch
>
>
> The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.
> This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Posted by "Markus Jelsma (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma closed NUTCH-1073.
--------------------------------


Bulk close of resolved issues of 1.4. bulkclose-1.4-20111220
                
> Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1073
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.4
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: NUTCH-1073.patch
>
>
> The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.
> This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Posted by "Julien Nioche (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088712#comment-13088712 ] 

Julien Nioche commented on NUTCH-1073:
--------------------------------------

Don't think it can be applied as is if NUTCH-1067 is applied but maybe Eclipse can do miracles

> Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1073
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.4
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: NUTCH-1073.patch
>
>
> The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.
> This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088716#comment-13088716 ] 

Markus Jelsma commented on NUTCH-1073:
--------------------------------------

Don't have Eclipse. It's your call on which issue to go in first  ;)

> Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1073
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.4
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: NUTCH-1073.patch
>
>
> The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.
> This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1073) Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088656#comment-13088656 ] 

Markus Jelsma commented on NUTCH-1073:
--------------------------------------

+1

btw: is this patch mergable with my NUTCH-1067? Would be a pity to manually reintegrate the code changes ;)

> Rename parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host'
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1073
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1073
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.4
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: NUTCH-1073.patch
>
>
> The parameters 'fetcher.threads.per.host.by.ip' and 'fetcher.threads.per.host' should be renamed into 'fetcher.queue.mode' and 'fetcher.threads.per.queue' as it done in trunk.
> This would better reflect the way the Fetcher works, would allow to group by domain and is easier to understand.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira