You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2012/06/12 12:16:43 UTC

[jira] [Resolved] (NUTCH-1352) Improve regex urlfilters/normalizers synchronization

     [ https://issues.apache.org/jira/browse/NUTCH-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma resolved NUTCH-1352.
----------------------------------

    Resolution: Fixed

Committed for 1.6 in rev. 1349227.
Thanks Ferdy.
                
> Improve regex urlfilters/normalizers synchronization
> ----------------------------------------------------
>
>                 Key: NUTCH-1352
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1352
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Ferdy Galema
>             Fix For: nutchgora, 1.6
>
>         Attachments: NUTCH-1352-1.6-1.patch, NUTCH-1352.patch
>
>
> I noticed that during fetching a lot of the time the fetcherthreads are blocking on a monitor because of outlink normalizing/filtering. The cause of this: Some of the regex plugins use single lock synchronization.
> This patch improves throughput by removing synchronization locks and replace them with threadlocals were needed.
> It has been extensively tested in production. I will commit this later today when no objection.

--
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