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

Michael McCandless updated LUCENE-2449:
---------------------------------------

    Attachment: LUCENE-2449.patch

Patched attached -- fixes the two issues.  But it'd be nice to have a cleaner 
way to have DBLRUCache be able to clone its key (or, better, use the key/entry 
from the secondary map which is already "safe" (not volatile), but I couldn't 
see an API that'd let me do this)... clone is protected in java's base Object, 
so I made a silly CloneableKey class.

> Improve random testing
> ----------------------
>
>                 Key: LUCENE-2449
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2449
>             Project: Lucene - Java
>          Issue Type: Test
>          Components: Build
>            Reporter: Robert Muir
>            Priority: Minor
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2449.patch, LUCENE-2449.patch, LUCENE-2449.patch
>
>
> We have quite a few random tests, but there's no way to "crank" them.
> The idea here is to add a multiplier which can be increased by a sysprop. For 
> example, we could set this to something higher than 1 for hudson.

-- 
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to