You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2012/05/17 10:30:08 UTC

[jira] [Updated] (LUCENE-4064) Move ContentSource to PerfRunData out of DocMaker

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

Shai Erera updated LUCENE-4064:
-------------------------------

    Attachment: LUCENE-4064.patch

Patch:

* Moves ContentSource outside of DocMaker to PerfRunData
* Fixes ConsumeContentSourceTask to behave well in a multi-threaded benchmark

I think this is ready to commit.
                
> Move ContentSource to PerfRunData out of DocMaker
> -------------------------------------------------
>
>                 Key: LUCENE-4064
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4064
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/benchmark
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: LUCENE-4064.patch
>
>
> ContentSource is currently private to DocMaker, however if someone wants to write an AddDocTask that does not use DocMaker, he needs to initialize ContentSource by himself.
> It would be better if ContentSource is a shared resource on PerfRunData that is used by DocMaker, rather than owned by it.
> I'll post a patch shortly.

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

        

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