You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2010/12/27 17:34:45 UTC

[jira] Updated: (LUCENE-2821) FilterManager starts threads with no way to stop, and should be in contrib/remote, not core

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

Robert Muir updated LUCENE-2821:
--------------------------------

    Attachment: LUCENE-2821.patch

here's a patch (apply after svn mv'ing this FilterManager to contrib/remote)
instead of a separate thread, uses LinkedHashMap to manage the cache (just like the TODO in the code alludes to)

All tests passed (only contrib/remote actually tested this functionality before anyway, even though it was in core)

> FilterManager starts threads with no way to stop, and should be in contrib/remote, not core
> -------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-2821
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2821
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-2821.patch
>
>
> See the warning produced by contrib/remote's tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org